An intelligent code review assistant powered by Google Gemini. Paste any code and get instant AI-driven feedback on bugs, security vulnerabilities, architectural improvements, and best practices — with a quality score and review history dashboard.
- AI-powered analysis for bugs, security issues, and architecture
- Quality score (0–100) per review
- Review history dashboard with stats
- Supports Python, JavaScript, TypeScript, Java, Go, Rust, SQL, and more
- Fully local — your code never leaves your machine except to Gemini API
- Backend: Python, Flask, SQLAlchemy, SQLite
- AI: Google Gemini 1.5 Flash
- Frontend: Vanilla HTML/CSS/JS
- Clone the repo
- Create a virtual environment:
python -m venv venv - Activate it:
venv\Scripts\activate(Windows) orsource venv/bin/activate(Mac/Linux) - Install dependencies:
pip install -r requirements.txt - Create a
.envfile with your Gemini API key: - Run:
python app.py - Open
http://localhost:5000
##Screenshots