AI-powered homework assistant with step-by-step solutions.
- Frontend: React, CSS
- Backend: Python, Flask
- AI: Google Gemini, Wolfram Alpha API
- Math: Algebra solving, derivatives, integrals, linear algebra
- History: Historical facts and explanations
- General: Any homework question
- Document Analysis: Upload PDFs and ask questions
- Clone the repo
- Install backend:
cd backend && pip install -r requirements.txt - Install frontend:
cd frontend && npm install - Run backend:
python app.py - Run frontend:
npm start
- Type any homework question
- Upload PDFs for document analysis
- Get step-by-step explanations
- Backend: Render with Gunicorn
- Frontend: Render static site