Spaces:
Build error
Build error
Anthony-Ml
commited on
Commit
•
dc87457
1
Parent(s):
d4196c9
Update app.py
Browse files
app.py
CHANGED
@@ -12,11 +12,29 @@ head = (
|
|
12 |
"This Space demonstrates a model based on efficientnet base model"
|
13 |
"</h2>"
|
14 |
"<p>"
|
15 |
-
"
|
16 |
"</p>"
|
17 |
"<p>"
|
18 |
"The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
|
19 |
"</p>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"</center>"
|
21 |
"</body>"
|
22 |
)
|
|
|
12 |
"This Space demonstrates a model based on efficientnet base model"
|
13 |
"</h2>"
|
14 |
"<p>"
|
15 |
+
"The Model was trained to classify chest xray image. To test it, Use the Example Images Provided or Upload your own xray images the space provided."
|
16 |
"</p>"
|
17 |
"<p>"
|
18 |
"The model is trained using [anasmohammedtahir/covidqu(https://www.kaggle.com/datasets/anasmohammedtahir/covidqu) dataset"
|
19 |
"</p>"
|
20 |
+
"<p>
|
21 |
+
"The researchers of Qatar University have compiled the COVID-QU-Ex dataset, which consists of 33,920 chest X-ray (CXR) images including:"
|
22 |
+
"</p>"
|
23 |
+
"<ul>"
|
24 |
+
"<li>"
|
25 |
+
"11,956 COVID-19"
|
26 |
+
"</li>"
|
27 |
+
"<li>"
|
28 |
+
"11,263 Non-COVID infections (Viral or Bacterial Pneumonia)"
|
29 |
+
"</li>"
|
30 |
+
"<li>"
|
31 |
+
"10,701 Normal"
|
32 |
+
"</li>"
|
33 |
+
"</ul>"
|
34 |
+
"<p>"
|
35 |
+
"Ground-truth lung segmentation masks are provided for the entire dataset. This is the largest ever created lung mask dataset."
|
36 |
+
"</p>"
|
37 |
+
|
38 |
"</center>"
|
39 |
"</body>"
|
40 |
)
|