Code Review is an AI Powered code review tool that gives structured feedback on your code, specifically highlighting areas you choose such as Readability, Functionality, and Performance. You can select the level of critique you want, and the harshness of the critique will be based on the level you select. It will tell you the positives in your code and give you a score out of 100.
- Python
- Google Gemini API
- Streamlit
Generate a free Gemini API Key Here
Install and Run
git clone git@github.com:rolandvermiglio/CodeReview.git
cd CodeReview
pip install -r requirements.txt
streamlit run main.pyEnter your Gemini API key in the app, paste or upload your code, select your critique options and level, then hit Review Code.