AI Python Code Reviewer
- This project is an AI-powered Python code reviewer built with Streamlit and Google Gemini AI, designed by Manaswini Sharma to analyze Python code, identify potential issues, and suggest improvements.
-> Features
- Automated Python Code Review
- Multiple Review Modes: Standard, Performance, Security, Beginner Friendly
- Google Gemini AI Integration
- Streamlit UI
-> Installation
- git clone https://github.com/manaswinicodes/ai-python-code-reviewer.git
- cd ai-python-code-reviewer
- pip install -r requirements.txt
-> Create a .env file and add your API key:
- GOOGLE_API_KEY=AIzaSyDpglMCYn9pQO7A1oP_bXcesgaE7f2nh-g
-> Run the app:
- streamlit run app.py
-> Usage
- Paste your Python code, select the review type, and get instant feedback.
-> Dependencies
- Streamlit 1.31.0
- Google Generative AI 0.3.2
- Python Dotenv 1.0.0
-> Future Enhancements
- Support for more languages
- GitHub integration
-> License
- MIT License
-> Contact
- GitHub: manaswinicodes
Happy Coding! ๐