An open API service indexing awesome lists of open source software.

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.

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:
![s_1](https://github.com/chitralputhran/CodeElevate_AI_code_reviewer/assets/31520972/266165c9-e398-413a-b689-d45024871605)
![s_2](https://github.com/chitralputhran/CodeElevate_AI_code_reviewer/assets/31520972/0b6720e4-984a-4133-8383-c4c07bb6e99c)
![s_3](https://github.com/chitralputhran/CodeElevate_AI_code_reviewer/assets/31520972/b3e9610a-e14c-48cc-9123-289a831e9629)

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