Turn your data into AI-powered stories
InsightAgent is an agentic AI system that analyzes any CSV dataset and returns:
- Agent 1 — Data Analyst: Finds 3 specific insights from your data
- Agent 2 — Business Advisor: Gives 1 actionable recommendation
- Agent 3 — Chat Agent: Answers any question about your data
- Node.js + Express (backend)
- Vanilla JavaScript (frontend)
- Groq AI API (LLaMA 3.3 70B model)
- Chart.js (visualizations)
- Clone the repo
- Run
npm install - Create a
.envfile withGROQ_API_KEY=your_key_here - Run
node server.js - Open
http://localhost:3000
Built for the JavaScript AI Build-a-thon Hack — Agents for Impact challenge.