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

https://github.com/sharanyazx/dr_python

Dr_Python is an AI-powered code review tool built with Streamlit. It analyzes Python code quality using pylint and provides intelligent suggestions using Google Generative AI. Designed to help developers write cleaner and more efficient code, it offers instant feedback and improvement tips through a friendly UI
https://github.com/sharanyazx/dr_python

aicodeassistant codereview developertool google-genera linting python renderdeployment streamlit

Last synced: 8 months ago
JSON representation

Dr_Python is an AI-powered code review tool built with Streamlit. It analyzes Python code quality using pylint and provides intelligent suggestions using Google Generative AI. Designed to help developers write cleaner and more efficient code, it offers instant feedback and improvement tips through a friendly UI

Awesome Lists containing this project

README

          

# 🧠 Dr_Python: AI-Powered Code Review Tool

Dr_Python is a developer tool built with **Streamlit** that helps you analyze Python code for quality using **Pylint** and receive smart suggestions using **AI from Google Generative AI**. It’s a perfect lightweight assistant for beginner and intermediate coders to instantly detect and improve their code quality.

---

## 🌟 Features

- βœ… Code analysis with **Pylint**
- πŸ€– AI-generated improvement tips using **Google Generative AI**
- πŸ–₯️ User-friendly interface via **Streamlit**
- πŸ” Secure API key integration
- 🌐 Easily deployable via Render

---

## 🧰 Tech Stack

| Layer | Technology |
|---------------|---------------------------|
| UI | Streamlit |
| Backend | Python |
| Linting Tool | Pylint |
| AI | Google Generative AI API |
| Deployment | Render.com (Free Hosting) |

---

## πŸ“ Folder Structure

```

Dr\_Python/
β”œβ”€β”€ app.py # Main Streamlit app file
β”œβ”€β”€ code\_review\.py # Code analysis and AI logic
β”œβ”€β”€ requirements.txt # Project dependencies
β”œβ”€β”€ render.yaml # Render deployment configuration
β”œβ”€β”€ README.md # This documentation

````

---

## πŸ–₯️ Local Setup Instructions

### πŸ”ƒ 1. Clone the Repository

```bash
git clone https://github.com/sharanyazx/Dr_Python.git
cd Dr_Python
````

## Visit [Dr Python](https://dr-python-80r0.onrender.com/)

## πŸ“„ License

This project is licensed under the [MIT License](LICENSE).