AI-powered legal document summarizer using CrewAI, React, and FastAPI.
cd backend
pip install -r requirements.txt
cp .env.example .env
# Add your Google API key to .env
uvicorn main:app --reloadcd frontend
npm install
npm run dev- Start the backend server (runs on http://localhost:8000)
- Start the frontend (runs on http://localhost:3000)
- Upload a legal document or paste text
- Get an AI-generated summary with key points
- Upload .txt files or paste text directly
- AI-powered analysis using CrewAI agents with Google Gemini
- Clean, modern React interface
- FastAPI backend with CORS support