AI-powered interview platform with FastAPI backend and React frontend.
- Multi-agent interview process (question, evaluation, report)
- Real-time Q&A, session management, and detailed reports
- Modern UI with React
-
Clone & Setup
git clone https://github.com/yourusername/intervuebot.git cd intervuebot -
Backend
cd backend python -m venv venv venv\Scripts\activate # On Windows pip install -e . cp env.example .env # Edit .env as needed python -m src.main
-
Frontend
cd frontend npm install npm start
Visit http://localhost:3000
intervuebot/
├── backend/ # FastAPI backend
├── frontend/ # React frontend
├── uploads/ # Uploaded files
├── README.md
- Backend: see
backend/env.example - Frontend: see
frontend/.env(if needed)
- Swagger: http://localhost:8000/docs
Licensed under the MIT License
Contributors are welcome! This project is not yet fully polished or production-ready—your feedback, issues, and pull requests are appreciated.