- Go to
frontend/ - Run
npm install - Run
npm startto launch the React app
- Go to
backend/ - Create a
.envfile with your API keys (see example below) - Run
pip install -r requirements.txt - Run
uvicorn main:app --reloadto start FastAPI server
GEMINI_API_KEY=your_gemini_api_key_here
- Open the frontend in your browser
- Click the mic button, speak your query
- View explanation and code
See instructions.md for full requirements.