GenAI App AI Code Reviewer
1.0.0
The objective of this project was to develop a Python application that allows users to submit their Python code for review and receive feedback on potential bugs along with suggestions for fixes. The application is built to be user-friendly, efficient, and provide accurate bug reports and fixed code snippets.
The application has a clean and intuitive user interface built using Streamlit that allows users to be able to easily input their Python code into the application.
This functionality is implemented in the code using system instructions as seen in the snapshot below:
Find the complete codebase here.