Skip to content

NavodPeiris/Intelligent_Air_Quality_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Air Quality Analyzer

This app uses LLMs and function calling to analyze data and return a structured output to be shown on a UI with clean tables, charts and cards.

app image

Setup

  1. Start Backend API
    Add a groq cloud API key "GROQ_API_KEY" in a .env file to folder "backend"
cd backend
pip install -r requirements.txt
uvicorn api:app --host 0.0.0.0 --port 8001 --reload
  1. Start Web App
cd frontend
npm install
npm run dev

About

An Air Quality Analyzer using PydanticAI and PandasAI Agents. Results are Shown on a sleek React UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published