// Presentation-focused Natural Language to SQL app with PPT-style visualizations.
| name | natural-language-postgres-presentation |
| description | Presentation-focused Natural Language to SQL app with PPT-style visualizations. |
A presentation-focused Natural Language to SQL app with PPT-style visualizations for showcasing data insights.
git clone --depth 1 https://github.com/Eng0AI/natural-language-postgres-presentation.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Eng0AI/natural-language-postgres-presentation.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
rm -rf .git
git init
pnpm install
Create .env with required variables:
POSTGRES_URL - PostgreSQL connection stringOPENAI_API_KEY or other LLM provider keypnpm build
pnpm dev