{"id":18235814,"url":"https://github.com/codewithdark-git/code-summarizer-and-bug-finder","last_synced_at":"2026-05-01T06:32:31.334Z","repository":{"id":237577727,"uuid":"794799596","full_name":"codewithdark-git/Code-Summarizer-and-Bug-Finder","owner":"codewithdark-git","description":"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.","archived":false,"fork":false,"pushed_at":"2024-05-22T14:12:23.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T09:16:29.547Z","etag":null,"topics":["app","application","chatbot","gemini-api","genai","python","python3","streamlit","streamlit-webapp","summerization","summerizer","webapp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithdark-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-02T01:25:28.000Z","updated_at":"2024-05-22T14:12:27.000Z","dependencies_parsed_at":"2024-05-02T17:21:24.152Z","dependency_job_id":"7e8e34b1-f878-4a59-99de-0be267d553b8","html_url":"https://github.com/codewithdark-git/Code-Summarizer-and-Bug-Finder","commit_stats":null,"previous_names":["codewithdark-git/code-summarizer-and-bug-finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithdark-git/Code-Summarizer-and-Bug-Finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FCode-Summarizer-and-Bug-Finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FCode-Summarizer-and-Bug-Finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FCode-Summarizer-and-Bug-Finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FCode-Summarizer-and-Bug-Finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithdark-git","download_url":"https://codeload.github.com/codewithdark-git/Code-Summarizer-and-Bug-Finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FCode-Summarizer-and-Bug-Finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","application","chatbot","gemini-api","genai","python","python3","streamlit","streamlit-webapp","summerization","summerizer","webapp"],"created_at":"2024-11-05T00:22:34.201Z","updated_at":"2026-05-01T06:32:31.317Z","avatar_url":"https://github.com/codewithdark-git.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Summarizer and Bug Finder\n\nThis Streamlit app allows users to summarize code and find bugs using AI.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [How to Use](#how-to-use)\n- [Developer](#developer)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n- [Running the App](#running-the-app)\n\n\n## Introduction\n\nCode 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.\n\n## How to Use\n\nTo summarize code:\n1. Enter your code in the text area under \"Summarize Code\".\n2. Click the \"Summarize\" button.\n3. The app will generate a summary of your code.\n\nTo find bugs in code:\n1. Enter your code in the text area under \"Find Bugs\".\n2. Click the \"Find Bugs\" button.\n3. The app will identify any potential bugs and suggest improvements.\n\n\n## Developer\n\nThis app was developed by [DarkCoder](https://github.com/darkcoder90). For inquiries, you can reach out to [codewithdark90@gmail.com](mailto:Codewithdark90@gmail.com).\n\nConnect with the developer:\n- [GitHub](https://github.com/codewithdark-git)\n- [LinkedIn](https://www.linkedin.com/in/codewithdark)\n- [Facebook](https://www.facebook.com/codewithdark.fb)\n\n## Usage\n\nTo use this app locally, follow the instructions below:\n\n### Dependencies\n\nEnsure you have the following dependencies installed:\n\n- Python 3.x\n- Streamlit\n- google.generativeai (GenAI library)\n\n### Installation\n\n1. Clone this repository to your local machine:\n\n```\ngit clone https://github.com/codewithdark-git/code-summarizer-bug-finder.git\n```\n\n2. Navigate to the project directory:\n\n```\ncd code-summarizer-bug-finder\n```\n\n3. Install the required dependencies:\n\n```\npip install -r requirements.txt\n```\n\n### Running the App\n\nRun the Streamlit app using the following command:\n\n```\nstreamlit run app.py\n```\n\nOpen your web browser and navigate to the URL provided by Streamlit to access the app.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdark-git%2Fcode-summarizer-and-bug-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithdark-git%2Fcode-summarizer-and-bug-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdark-git%2Fcode-summarizer-and-bug-finder/lists"}