Spaces:
Sleeping
Sleeping
Commit
·
983c3fb
1
Parent(s):
5fe1687
Add hf config to README.md
Browse files- README.md +11 -0
- requirements.txt +2 -1
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Liver Segmentation with U-Net
|
2 |
|
3 |
*Final project of the Deep Learning course followed at [IMT Atlantique](https://www.imt-atlantique.fr/en).*
|
|
|
1 |
+
---
|
2 |
+
title: Liver Segmentation using UNet
|
3 |
+
emoji: 🩺
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Liver Segmentation with U-Net
|
13 |
|
14 |
*Final project of the Deep Learning course followed at [IMT Atlantique](https://www.imt-atlantique.fr/en).*
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ keras
|
|
5 |
tensorflow
|
6 |
matplotlib
|
7 |
gradio
|
8 |
-
pydicom
|
|
|
|
5 |
tensorflow
|
6 |
matplotlib
|
7 |
gradio
|
8 |
+
pydicom
|
9 |
+
dvc
|