This Streamlit app allows users to summarize code and find bugs using AI.
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.
To summarize code:
- Enter your code in the text area under "Summarize Code".
- Click the "Summarize" button.
- The app will generate a summary of your code.
To find bugs in code:
- Enter your code in the text area under "Find Bugs".
- Click the "Find Bugs" button.
- The app will identify any potential bugs and suggest improvements.
This app was developed by DarkCoder. For inquiries, you can reach out to [email protected].
Connect with the developer:
To use this app locally, follow the instructions below:
Ensure you have the following dependencies installed:
- Python 3.x
- Streamlit
- google.generativeai (GenAI library)
- Clone this repository to your local machine:
git clone https://github.com/codewithdark-git/code-summarizer-bug-finder.git
- Navigate to the project directory:
cd code-summarizer-bug-finder
- Install the required dependencies:
pip install -r requirements.txt
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.
This project is licensed under the MIT License.