Get instant, senior-level code feedback powered by Google Gemini
Paste your code → Get 3 improvements, 1 positive note, and an optional refactored snippet
AI Code Review Assistant uses Google's Gemini API to review your code like a senior software engineer. For any snippet you paste, you get:
| Output | Description |
|---|---|
| 3 Improvements | Actionable suggestions for readability, structure, and maintainability |
| 1 Positive Note | What you did well—no nitpicking without recognition |
| Refactored Example | Optional improved code when meaningful changes can be suggested |
git clone git@github.com:khubaib-ctrl/ai-code-assistant.git
cd ai-code-assistant
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt- Go to Google AI Studio
- Create an API key (free tier available)
- Enter it in the app, or set
GOOGLE_API_KEYin your environment
streamlit run app.pyPaste your code, enter your API key, and click Review Code.
ai-code-assistant/
├── app.py # Single-file app (UI, prompt, Gemini integration)
├── requirements.txt
├── README.md
└── image *.png # Screenshots
MIT


