Skip to content

Brickanta-AI/ffu-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FFU Analyzer

You should already have received:

  • the assignment brief by email
  • your personal OpenAI API key
  • a zipped FFU document set

Requirements: Python 3.12+ and Node 24+.

Getting Started

  1. Put your API key in .env:
OPENAI_API_KEY=your-key-here
  1. Unzip the FFU files into backend/data.
  2. Start the backend:
cd backend
pip install -r requirements.txt
uvicorn main:app --reload --host 127.0.0.1 --port 8000
  1. In a second terminal, start the frontend:
cd frontend
npm install
npm run dev
  1. Open http://localhost:5173, click Process FFU, then start chatting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors