Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ description = "Version 1.0. Copyright Colleen Mahr 2025"
|
|
17 |
article_text = "This machine learning image classifier was trained on publicly available external eye photos "
|
18 |
article_text = article_text + "beginning with the ResNet152 convolutonal neural network (https://arxiv.org/abs/1512.03385) pre-trained foundation."
|
19 |
article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "
|
20 |
-
article_text = article_text + "You can upload an external eye photo
|
21 |
article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
|
22 |
article_text = article_text + "Here is a link to additional information about corneal ulcers: "
|
23 |
article_text = article_text + "www.aao.org/eye-health/diseases/corneal-ulcer "
|
|
|
17 |
article_text = "This machine learning image classifier was trained on publicly available external eye photos "
|
18 |
article_text = article_text + "beginning with the ResNet152 convolutonal neural network (https://arxiv.org/abs/1512.03385) pre-trained foundation."
|
19 |
article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "
|
20 |
+
article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of "
|
21 |
article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
|
22 |
article_text = article_text + "Here is a link to additional information about corneal ulcers: "
|
23 |
article_text = article_text + "www.aao.org/eye-health/diseases/corneal-ulcer "
|