{"id":26183887,"url":"https://github.com/krishbharadwaj5678/clearbg","last_synced_at":"2026-04-07T16:30:58.957Z","repository":{"id":256023379,"uuid":"854147728","full_name":"KrishBharadwaj5678/ClearBG","owner":"KrishBharadwaj5678","description":"Instantly remove backgrounds from any image with Clear BG. Upload your photos, remove the unwanted backdrop, and download the result in seconds.","archived":false,"fork":false,"pushed_at":"2025-10-25T16:46:08.000Z","size":1366,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T05:56:45.698Z","etag":null,"topics":["background-remove","background-remover","deployment","numpy","onnxruntime","pillow","python","python3","rembg","streamlit"],"latest_commit_sha":null,"homepage":"https://clearbg.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KrishBharadwaj5678.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-08T14:00:24.000Z","updated_at":"2025-10-25T16:46:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8089831-89c9-4cf1-b652-28ff4348ee09","html_url":"https://github.com/KrishBharadwaj5678/ClearBG","commit_stats":null,"previous_names":["krishbharadwaj5678/clearbg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KrishBharadwaj5678/ClearBG","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FClearBG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FClearBG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FClearBG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FClearBG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishBharadwaj5678","download_url":"https://codeload.github.com/KrishBharadwaj5678/ClearBG/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishBharadwaj5678%2FClearBG/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["background-remove","background-remover","deployment","numpy","onnxruntime","pillow","python","python3","rembg","streamlit"],"created_at":"2025-03-11T22:49:51.561Z","updated_at":"2026-04-07T16:30:58.936Z","avatar_url":"https://github.com/KrishBharadwaj5678.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧼 Clear BG\n\n🧽 Clean up your images in seconds with **Clear BG**! Effortless background removal, no design skills required, and high-quality results every time. \n\n![ClearBG](https://github.com/KrishBharadwaj5678/ClearBG/blob/main/ClearBGDemo.png)\n\n## 🚀 Features\n\n| Feature                     | Description                                             |\n| ----------------------------- | --------------------------------------------------------- |\n| 📷 **Upload / URL**           | Upload images from your device or paste an image URL.     |\n| ⚡ **One-Click Removal**       | Remove image background instantly using Rembg.            |\n| 🖼️ **High-Quality Download** | Download the resulting image with transparent background. |\n| 🎯 **Clean UI**               | Simple and intuitive interface powered by Streamlit.      |\n\n---\n\n## 🛠️ Tech Stack\n\n| Technology       | Purpose                                          |\n| ------------------ | -------------------------------------------------- |\n| 🐍 **Python**      | Core programming language for the project.         |\n| 🎈 **Streamlit**   | Builds the interactive and user-friendly UI.       |\n| 🤖 **rembg**       | Background removal library for images.             |\n| 🧠 **onnxruntime** | Runs machine learning models efficiently.          |\n| 🔢 **NumPy**       | Handles numerical operations and array processing. |\n| 🖼️ **Pillow**     | Image processing and manipulation library.         |\n\n---\n\n## 📦 Installation\n\nClone this repo and install dependencies:\n\n```bash\ngit clone https://github.com/KrishBharadwaj5678/ClearBG.git\ncd ClearBG\npip install -r requirements.txt\n````\n\n---\n\n## ▶️ Run the App\n\n```bash\nstreamlit run app.py\n```\n\n## 🔧 Contributions\n\nWe welcome contributions! Follow these steps to get started:\n\n1. 🍴 **Fork** the repository\n2. 📥 **Clone** your forked repo:\n3. 🛠️ **Create a new branch**:\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n4. ✏️ **Make your changes** and commit:\n\n   ```bash\n   git commit -m \"Add: your concise feature description\"\n   ```\n5. 🔄 **Push to GitHub**:\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n   \n6. 📝 **Open a Pull Request** and describe what you’ve done.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fclearbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishbharadwaj5678%2Fclearbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishbharadwaj5678%2Fclearbg/lists"}