AI-ClearCut / README.md
kaiiddo's picture
Update README.md
bf5137a verified
---
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)