andreped commited on
Commit
070392e
1 Parent(s): 2c47dd4

Added requirements file

Browse files
Files changed (3) hide show
  1. .gitignore +2 -1
  2. README.md +1 -1
  3. demo/requirements.txt +2 -0
.gitignore CHANGED
@@ -12,4 +12,5 @@ venv/
12
  *.xml
13
  *.obj
14
  *.zip
15
- *.txt
 
 
12
  *.xml
13
  *.obj
14
  *.zip
15
+ log.txt
16
+ resources/
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: 'AeroPath: automatic airway segmentation using deep learning'
3
  colorFrom: indigo
4
  colorTo: indigo
5
  sdk: docker
 
1
  ---
2
+ title: 'LyNoS: automatic lymph node segmentation using deep learning'
3
  colorFrom: indigo
4
  colorTo: indigo
5
  sdk: docker
demo/requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ raidionicsrads@git+https://github.com/dbouget/raidionics_rads_lib
2
+ gradio==3.50.2