Skip to content

Code Summarizer and Bug Finder is a Streamlit web application designed to simplify the process of summarizing code and identifying bugs using AI. Whether you're a developer looking to get a quick overview of your code's functionality or seeking assistance in debugging, this app can help streamline your workflow.

License

Notifications You must be signed in to change notification settings

codewithdark-git/Code-Summarizer-and-Bug-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Summarizer and Bug Finder

This Streamlit app allows users to summarize code and find bugs using AI.

Table of Contents

Introduction

Code Summarizer and Bug Finder is a Streamlit web application designed to simplify the process of summarizing code and identifying bugs using AI. Whether you're a developer looking to get a quick overview of your code's functionality or seeking assistance in debugging, this app can help streamline your workflow.

How to Use

To summarize code:

  1. Enter your code in the text area under "Summarize Code".
  2. Click the "Summarize" button.
  3. The app will generate a summary of your code.

To find bugs in code:

  1. Enter your code in the text area under "Find Bugs".
  2. Click the "Find Bugs" button.
  3. The app will identify any potential bugs and suggest improvements.

Developer

This app was developed by DarkCoder. For inquiries, you can reach out to codewithdark90@gmail.com.

Connect with the developer:

Usage

To use this app locally, follow the instructions below:

Dependencies

Ensure you have the following dependencies installed:

  • Python 3.x
  • Streamlit
  • google.generativeai (GenAI library)

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/codewithdark-git/code-summarizer-bug-finder.git
  1. Navigate to the project directory:
cd code-summarizer-bug-finder
  1. Install the required dependencies:
pip install -r requirements.txt

Running the App

Run the Streamlit app using the following command:

streamlit run app.py

Open your web browser and navigate to the URL provided by Streamlit to access the app.

License

This project is licensed under the MIT License.

About

Code Summarizer and Bug Finder is a Streamlit web application designed to simplify the process of summarizing code and identifying bugs using AI. Whether you're a developer looking to get a quick overview of your code's functionality or seeking assistance in debugging, this app can help streamline your workflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages