Skip to content

172005-dot/AI-Code-Reveiwer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

AI Code Reviewer

An AI-powered Python code review tool built with Streamlit and Google Gemini API. Paste any Python code and instantly get feedback on bugs, improvements, and best practices.


Features

  • Paste any Python code and click Review
  • Gemini AI identifies bugs and errors
  • Suggests improvements and best practices
  • Gives an overall code quality rating out of 10
  • Clean, simple Streamlit web interface

Tech Stack

  • Python
  • Streamlit
  • Google Gemini API (google-generativeai)

How to Run

1. Clone the repo

git clone https://github.com/172005-dot/AI-Code-Reveiwer.git
cd AI-Code-Reveiwer

2. Install dependencies

pip install streamlit google-generativeai

3. Add your Gemini API key

Get a free key from Google AI Studio and replace in app.py:

genai.configure(api_key="YOUR_GEMINI_API_KEY_HERE")

4. Run the app

streamlit run app.py

Project Structure

AI-Code-Reveiwer/
│
├── app.py        # Main Streamlit application
└── README.md

About

AI-powered Python code reviewer using Streamlit and Google Gemini API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages