| --- |
| title: IdeaIQ |
| emoji: π |
| colorFrom: blue |
| colorTo: purple |
| sdk: gradio |
| sdk_version: 6.6.0 |
| python_version: "3.10" |
| app_file: app.py |
| pinned: false |
| --- |
| |
| # π IdeaIQ β AI Startup Intelligence Dashboard |
|
|
| This space runs an AI-powered dashboard that analyzes startup ideas using RAG (Retrieval-Augmented Generation) with Groq LLama 3.3 and FAISS. |
|
|
| ## How to Use |
|
|
| 1. Enter your startup idea in the text box. |
| 2. Click **Analyze**. |
| 3. Explore the visual insights: opportunity map, 3D market landscape, KPI panel, positioning matrix, growth by year, heatmap, and opportunity radar. |
| 4. Download a PDF report or use voice input. |
|
|
| ## Environment Variables |
|
|
| - `GROQ_API_KEY`: Your Groq API key (set in Space Secrets). |
|
|
| ## Dataset |
|
|
| The dataset is expected at `cleaned_market_trends.json`. Upload it to your Space. |