Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,22 @@ pinned: false
|
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
10 |
license: afl-3.0
|
11 |
---
|
12 |
|
13 |
+
# Dense-UNet Image Segmentation Web-App
|
14 |
+
## Model Architecture
|
15 |
+
![](https://www.researchgate.net/profile/Debleena-Sengupta/publication/336890217/figure/fig9/AS:819549146476554@1572407151952/Dilated-Dense-UNet-model-In-this-design-dilation-is-added-to-the-bottom-of-the.ppm)
|
16 |
+
|
17 |
+
## You can try using the images you will download from the google drive link below.
|
18 |
+
### [Google Drive](https://drive.google.com/drive/folders/1g-xZoTLtnn60LzzLrLA5zKvwq-xTHEGl?usp=sharing)
|
19 |
+
|
20 |
+
[App Link](https://share.streamlit.io/mustafacavusoglu/image-segmentation-streamlit-app/main/segmentation.py)
|
21 |
+
|
22 |
+
## Requirements
|
23 |
+
* streamlit
|
24 |
+
* opencv-python
|
25 |
+
* numpy
|
26 |
+
* Pillow
|
27 |
+
* keras
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|