kaiiddo commited on
Commit
bf5137a
Β·
verified Β·
1 Parent(s): f6b83e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -9,4 +9,74 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)