🧽 Clean up your images in seconds with Clear BG! Effortless background removal, no design skills required, and high-quality results every time.
- 📷 Upload images or paste a URL
- ⚡ One-click background removal using Rembg
- 🖼️ Download high-quality, transparent images
- 🎯 Clean UI powered by Streamlit
- 🐍 Python
- 🎈 Streamlit
- 🤖 rembg
- 🧠 onnxruntime, numpy, Pillow
Clone this repo and install dependencies:
git clone https://github.com/KrishBharadwaj5678/ClearBG.git
cd clearbg
pip install -r requirements.txt
streamlit run app.py
We welcome contributions! Follow these steps to get started:
-
🍴 Fork the repository
-
📥 Clone your forked repo:
-
🛠️ Create a new branch:
git checkout -b feature/your-feature-name
-
✏️ Make your changes and commit:
git commit -m "Add: your concise feature description"
-
🔄 Push to GitHub:
git push origin feature/your-feature-name
-
📝 Open a Pull Request and describe what you’ve done.