CodeElevate is a web-based tool that leverages Python, Streamlit, LangChain, and OpenAI's GPT models to provide automated code reviews and enhancements. It is designed to help developers improve their code quality with intelligent feedback and recommendations.
- Automated Code Reviews: Instantly analyze your code for potential improvements.
- Code Enhancement Suggestions: Get recommendations to optimize your code.
- Learning Resources: Understand the 'why' behind each suggestion.
- User-Friendly Interface: Built with Streamlit for ease of use.
- Python 3.x
- Streamlit
- Other dependencies in
requirements.txt
- Clone the repo
git clone https://github.com/chitralputhran/CodeElevate_AI_code_reviewer.git
- Install the required packages
pip install -r requirements.txt
- Usage
streamlit run app.py
Live link: https://codeai.streamlit.app