corentinm7 commited on
Commit
b2dca5c
1 Parent(s): be992da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -1,13 +1,49 @@
1
  ---
2
  title: MyoQuant
3
- emoji: 👁
4
- colorFrom: green
5
  colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.10.0
8
- app_file: app.py
9
- pinned: false
10
  license: agpl-3.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: MyoQuant
3
+ emoji: 🔬
4
+ colorFrom: cyan
5
  colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.10.0
8
+ app_file: Home.py
9
+ pinned: true
10
  license: agpl-3.0
11
  ---
12
 
13
+ # MyoQuant-Streamlit🔬: a demo web interface for the MyoQuant tool.
14
+
15
+ ## Please refer to the [MyoQuant GitHub Repository](https://github.com/lambda-science/MyoQuant) or the [MyoQuant PyPi repository](https://pypi.org/project/myoquant/) for full documentation.
16
+
17
+ MyoQuant-Streamlit🔬 is a demo web interface to showcase the usage of MyoQuant.
18
+
19
+ <p align="center">
20
+ <img src="https://i.imgur.com/mzALgZL.png" alt="MyoQuant Banner" style="border-radius: 25px;" />
21
+ </p>
22
+
23
+ MyoQuant🔬 is a command-line tool to automatically quantify pathological features in muscle fiber histology images.
24
+ It is built using CellPose, Stardist, custom neural-network models and image analysis techniques to automatically analyze myopathy histology images. Currently MyoQuant is capable of quantifying centralization of nuclei in muscle fiber with HE staining and anomaly in the mitochondria distribution in muscle fibers with SDH staining.
25
+ This web application is intended for demonstration purposes only.
26
+
27
+ ## How to Use
28
+ This space is deployed at https://huggingface.co/spaces/corentinm7/MyoQuant
29
+ Once on the space, click on the corresponding staining analysis on the sidebar, and upload your histology image. Results will be displayed in the main area automatically.
30
+ For HE Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_he.jpg)
31
+ For SDH Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_sdh.jpg)
32
+
33
+ ## Contact
34
+
35
+ Creator and Maintainer: [**Corentin Meyer**, 3rd year PhD Student in the CSTB Team, ICube — CNRS — Unistra](https://lambda-science.github.io/) <[email protected]>
36
+ The source code for MyoQuant is available [HERE](https://github.com/lambda-science/MyoQuant), for the demo website it is available [HERE](https://github.com/lambda-science/MyoQuant-Streamlit)
37
+
38
+ ## Citing MyoQuant🔬
39
+
40
+ [placeholder]
41
+
42
+ ## Partners
43
+
44
+ <p align="center">
45
+ <img src="https://i.imgur.com/m5OGthE.png" alt="Partner Banner" style="border-radius: 25px;" />
46
+ </p>
47
+
48
+ MyoQuant is born within the collaboration between the [CSTB Team @ ICube](https://cstb.icube.unistra.fr/en/index.php/Home) led by Julie D. Thompson, the [Morphological Unit of the Institute of Myology of Paris](https://www.institut-myologie.org/en/recherche-2/neuromuscular-investigation-center/morphological-unit/) led by Teresinha Evangelista, the [imagery platform MyoImage of Center of Research in Myology](https://recherche-myologie.fr/technologies/myoimage/) led by Bruno Cadot, [the photonic microscopy platform of the IGMBC](https://www.igbmc.fr/en/plateformes-technologiques/photonic-microscopy) led by Bertrand Vernay and the [Pathophysiology of neuromuscular diseases team @ IGBMC](https://www.igbmc.fr/en/igbmc/a-propos-de-ligbmc/directory/jocelyn-laporte) led by Jocelyn Laporte
49
+