https://github.com/chitralputhran/codeelevate-ai-code-reviewer
Developed a web application utilizing Streamlit, LangChain, and OpenAI's GPT model, designed to analyze, review, and enhance code quality, providing users with intelligent feedback and optimized code solutions.
https://github.com/chitralputhran/codeelevate-ai-code-reviewer
langchain llms python3 streamlit
Last synced: about 2 months ago
JSON representation
Developed a web application utilizing Streamlit, LangChain, and OpenAI's GPT model, designed to analyze, review, and enhance code quality, providing users with intelligent feedback and optimized code solutions.
- Host: GitHub
- URL: https://github.com/chitralputhran/codeelevate-ai-code-reviewer
- Owner: chitralputhran
- Created: 2024-01-22T02:22:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T06:17:12.000Z (over 2 years ago)
- Last Synced: 2025-01-21T05:12:52.277Z (over 1 year ago)
- Topics: langchain, llms, python3, streamlit
- Language: Python
- Homepage: https://codeelevate.streamlit.app
- Size: 13.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeElevate AI | Code Reviewer
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.
## Features
- **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.
## Getting Started
### Prerequisites
- Python 3.x
- Streamlit
- Other dependencies in `requirements.txt`
### Installation
1. Clone the repo
```sh
git clone https://github.com/chitralputhran/CodeElevate_AI_code_reviewer.git
```
2. Install the required packages
```sh
pip install -r requirements.txt
```
3. Usage
```sh
streamlit run app.py
```
### Screenshots:



### Project Link:
Live link: [https://codeai.streamlit.app](https://codeai.streamlit.app)