--- title: AI ClearCut emoji: 🐨 colorFrom: green colorTo: pink sdk: gradio sdk_version: 5.33.0 app_file: app.py pinned: false --- # AI ClearCut - Background Remover AI ClearCut is a simple and free AI-powered tool to remove image backgrounds instantly. It uses the `rembg` library to process images and Gradio to create an easy-to-use web interface. ## Features - ✅ Fast - ✅ Free - ✅ No Login Needed - 🖼️ Upload any image and get a transparent version in seconds. ## How to Use 1. **Installation:** Clone the repository: ```bash git clone https://github.com/prokaiiddo/ai-clearcut.git # Replace with your repo URL cd ai-clearcut ``` Install the required dependencies: ```bash pip install -r requirements.txt ``` 2. **Running the application:** Run the `main.py` file: ```bash python main.py ``` This will launch the Gradio interface in your web browser. 3. **Using the Interface:** - Upload an image using the "🖼️ Upload Image" button. - The processed image with a transparent background will be displayed in the "🎯 Output (Transparent Background)" section. ## Examples The application includes example images that you can use to test the background removal functionality. ## Dependencies - [gradio](https://gradio.app/) - [rembg](https://github.com/danielgatis/rembg) - [Pillow (PIL)](https://pillow.readthedocs.io/en/stable/) ## Credits ### 🤝 Special Thanks - Built with 💖 using [rembg](https://github.com/danielgatis/rembg) — the amazing open-source AI background remover. ### 👨‍💻 Developer - @Kaiiddo ### 🔗 Follow Me - 📺 [YouTube](https://youtube.com/@kaiiddo) - 🐦 [Twitter / X](https://twitter.com/kaiiddo) - 👋🏻 [Telegram](https://telegram.me/kaiiddo) - 👑 [GitHub](https://github.com/prokaiiddo) - 🌐 [BlueSky](https://bsky.app/profile/kaiiddo.bsky.social) - 💼 [LinkedIn](https://www.linkedin.com/in/kaiiddo)