Update app.py
Browse files
app.py
CHANGED
@@ -44,17 +44,17 @@ Leukemia Detection with Morphology Attributes
|
|
44 |
</div>
|
45 |
"""
|
46 |
|
47 |
-
abstract = """
|
48 |
π€ This is the demo for <b>Leukemia Detection with with Morphology Attributes</b>.
|
49 |
|
50 |
π Our goal is to detect infected cells with better Morphology for the bettre diagnosis explainabilty.
|
51 |
|
52 |
β‘ For faster inference, you may duplicate the space and use the GPU setting.
|
53 |
|
54 |
-
Note : Image size: 640 pixels with a resolution of 100x
|
55 |
-
"""
|
56 |
|
57 |
-
footer = r"""
|
58 |
## π¦ Developed by
|
59 |
***Intelligent Machines Lab***, Information Technology University of Punjab
|
60 |
<a href="https://im.itu.edu.pk/" target="_blank">π website</a>
|
@@ -66,8 +66,10 @@ Our demo paper is available at: A Large-scale Multi Domain Leukemia Dataset for
|
|
66 |
## π¦ Github Repository
|
67 |
We would be grateful if you consider starring our
|
68 |
<a href="https://github.com/intelligentMachines-ITU/Blood-Cancer-Dataset-Lukemia-Attri-MICCAI-2024" target="_blank">β Blood Cancer Dataset Repository</a>
|
69 |
-
|
|
|
70 |
If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs23002@itu.edu.pk)</b>.
|
|
|
71 |
## π Citation
|
72 |
```bibtex
|
73 |
@inproceedings{rehman2024large,
|
@@ -80,7 +82,7 @@ If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs230
|
|
80 |
}
|
81 |
|
82 |
|
83 |
-
"""
|
84 |
|
85 |
css = """
|
86 |
h1#title {
|
|
|
44 |
</div>
|
45 |
"""
|
46 |
|
47 |
+
abstract = """
|
48 |
π€ This is the demo for <b>Leukemia Detection with with Morphology Attributes</b>.
|
49 |
|
50 |
π Our goal is to detect infected cells with better Morphology for the bettre diagnosis explainabilty.
|
51 |
|
52 |
β‘ For faster inference, you may duplicate the space and use the GPU setting.
|
53 |
|
54 |
+
π§ͺ Note : Image size: 640 pixels with a resolution of 100x
|
55 |
+
"""
|
56 |
|
57 |
+
footer = r"""
|
58 |
## π¦ Developed by
|
59 |
***Intelligent Machines Lab***, Information Technology University of Punjab
|
60 |
<a href="https://im.itu.edu.pk/" target="_blank">π website</a>
|
|
|
66 |
## π¦ Github Repository
|
67 |
We would be grateful if you consider starring our
|
68 |
<a href="https://github.com/intelligentMachines-ITU/Blood-Cancer-Dataset-Lukemia-Attri-MICCAI-2024" target="_blank">β Blood Cancer Dataset Repository</a>
|
69 |
+
|
70 |
+
## π¦ Contact
|
71 |
If you have any questions, please feel free to contact Abdul Rehman <b>(phdcs23002@itu.edu.pk)</b>.
|
72 |
+
|
73 |
## π Citation
|
74 |
```bibtex
|
75 |
@inproceedings{rehman2024large,
|
|
|
82 |
}
|
83 |
|
84 |
|
85 |
+
"""
|
86 |
|
87 |
css = """
|
88 |
h1#title {
|