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:
To find bugs in code:
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:
git clone https://github.com/codewithdark-git/code-summarizer-bug-finder.git
cd code-summarizer-bug-finder
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.