Update README.md
Browse files
README.md
CHANGED
@@ -9,5 +9,21 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
+
# My Gradio Semantic Segmentation App
|
13 |
+
|
14 |
+
This is a semantic segmentation application using DeepLabV3 with ResNet101, implemented with Gradio and deployed on Hugging Face Spaces.
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
Upload an image to perform semantic segmentation using DeepLabV3 ResNet101.
|
19 |
+
|
20 |
+
## Requirements
|
21 |
+
|
22 |
+
- torch
|
23 |
+
- torchvision
|
24 |
+
- Pillow
|
25 |
+
- gradio
|
26 |
+
|
27 |
+
The dependencies are listed in the `requirements.txt` file.
|
28 |
|
29 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|