Skip to content

NjeriCodeCraft/InsightAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InsightAgent 🧠

Turn your data into AI-powered stories

What it does

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

Tech Stack

  • Node.js + Express (backend)
  • Vanilla JavaScript (frontend)
  • Groq AI API (LLaMA 3.3 70B model)
  • Chart.js (visualizations)

How to run locally

  1. Clone the repo
  2. Run npm install
  3. Create a .env file with GROQ_API_KEY=your_key_here
  4. Run node server.js
  5. Open http://localhost:3000

Hackathon

Built for the JavaScript AI Build-a-thon Hack — Agents for Impact challenge.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors