SUSHMANTH REDDY commited on
Commit
0539030
β€’
1 Parent(s): 811abab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- title: Lineage Population
3
- emoji: πŸ’»
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.17.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # Devolearn_lineag_population_huggingface_spaces
13
- devolearn lineage population model deployed in hugging face spaces using streamlit as backend.
14
- Here in this model image of c elegans is given and a table is generated of differet cells
15
- check out model here [Lineage-population](https://huggingface.co/spaces/devoworm-group/Lineage_Population)
16
 
17
- NOTE : There is a problem with hugging face spaces, aren't working well in safari Browser,Due to compatibility issues ,so pls try to open it in other browser such as Chrome, Brave and Microsoft Edge.
 
 
 
18
 
 
 
1
  ---
2
+ title: Membrane Segmentor
3
+ emoji: πŸƒ
4
+ colorFrom: purple
5
+ colorTo: indigo
6
  sdk: streamlit
7
  sdk_version: 1.17.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
12
 
13
+ # Devolearn_Membrane_Segmentor_huggingface_spaces
14
+ devolearn Membrane segmentor model deployed in hugging face spaces using streamlit as backend.
15
+ Here in this model, image of c_elegans is served as input then membrane of c_elegans is segmented and parallel centroid of nucleus is extracted
16
+ check out model here [Membrane-Segmentor](https://huggingface.co/spaces/devoworm-group/membrane_segmentation)
17
 
18
+ NOTE : There is a problem with hugging face spaces, aren't working well in safari Browser,Due to compatibility issues ,so pls try to open it in other browser such as Chrome, Brave and Microsoft Edge.