Project Description

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 too.

Inspiration

When I code, I mainly only use AI to give me feedback on my code, so I can learn more and sharpen my skills. However, I found it tedious to continuously paste code into a chatbot, so I made my own solution.

Built with:

Originally I was going to use C++ because that is the language i am the most familiar with but there aren't many options for libraries to use for AI in C++, so I decided to use python's Gemini API for backend, and streamlit for the UI

What I learned

-I'm not strong with UI development, so sharpened my skills on building UIs. -I learned how to handle multiple threads for a cosmetic feature

Built With

Share this project:

Updates