Skip to content

Snugtroller/AI-Analyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Report Generator

This workspace contains a chat-style report app with a Python backend and a React frontend.

What it does

  • Accepts a prompt like ChatGPT
  • Uses Groq to generate a structured report
  • Shows a report preview in the browser
  • Lets you download the report as Markdown

Folders

  • Backend/ FastAPI backend that calls Groq and returns report data
  • Frontend/ Vite + React frontend with the chat-style UI

Setup

  1. Copy .env.example to .env and add your GROQ_API_KEY.
  2. Install backend dependencies:
pip install -r Backend/requirements.txt
  1. Install frontend dependencies: +++-
cd Frontend
npm install
  1. Run the backend:
uvicorn Backend.main:app --reload --port 8000
  1. Run the frontend:
cd Frontend
npm run dev

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors