Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,74 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# AI ClearCut - Background Remover
|
| 13 |
+
|
| 14 |
+
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.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- β
Fast
|
| 19 |
+
- β
Free
|
| 20 |
+
- β
No Login Needed
|
| 21 |
+
- πΌοΈ Upload any image and get a transparent version in seconds.
|
| 22 |
+
|
| 23 |
+
## How to Use
|
| 24 |
+
|
| 25 |
+
1. **Installation:**
|
| 26 |
+
|
| 27 |
+
Clone the repository:
|
| 28 |
+
|
| 29 |
+
```bash
|
| 30 |
+
git clone https://github.com/prokaiiddo/ai-clearcut.git # Replace with your repo URL
|
| 31 |
+
cd ai-clearcut
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
Install the required dependencies:
|
| 35 |
+
|
| 36 |
+
```bash
|
| 37 |
+
pip install -r requirements.txt
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
2. **Running the application:**
|
| 41 |
+
|
| 42 |
+
Run the `main.py` file:
|
| 43 |
+
|
| 44 |
+
```bash
|
| 45 |
+
python main.py
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
This will launch the Gradio interface in your web browser.
|
| 49 |
+
|
| 50 |
+
3. **Using the Interface:**
|
| 51 |
+
|
| 52 |
+
- Upload an image using the "πΌοΈ Upload Image" button.
|
| 53 |
+
- The processed image with a transparent background will be displayed in the "π― Output (Transparent Background)" section.
|
| 54 |
+
|
| 55 |
+
## Examples
|
| 56 |
+
|
| 57 |
+
The application includes example images that you can use to test the background removal functionality.
|
| 58 |
+
|
| 59 |
+
## Dependencies
|
| 60 |
+
|
| 61 |
+
- [gradio](https://gradio.app/)
|
| 62 |
+
- [rembg](https://github.com/danielgatis/rembg)
|
| 63 |
+
- [Pillow (PIL)](https://pillow.readthedocs.io/en/stable/)
|
| 64 |
+
|
| 65 |
+
## Credits
|
| 66 |
+
|
| 67 |
+
### π€ Special Thanks
|
| 68 |
+
|
| 69 |
+
- Built with π using [rembg](https://github.com/danielgatis/rembg) β the amazing open-source AI background remover.
|
| 70 |
+
|
| 71 |
+
### π¨βπ» Developer
|
| 72 |
+
|
| 73 |
+
- @Kaiiddo
|
| 74 |
+
|
| 75 |
+
### π Follow Me
|
| 76 |
+
|
| 77 |
+
- πΊ [YouTube](https://youtube.com/@kaiiddo)
|
| 78 |
+
- π¦ [Twitter / X](https://twitter.com/kaiiddo)
|
| 79 |
+
- ππ» [Telegram](https://telegram.me/kaiiddo)
|
| 80 |
+
- π [GitHub](https://github.com/prokaiiddo)
|
| 81 |
+
- π [BlueSky](https://bsky.app/profile/kaiiddo.bsky.social)
|
| 82 |
+
- πΌ [LinkedIn](https://www.linkedin.com/in/kaiiddo)
|