ccmscifair commited on
Commit
c12ca31
·
verified ·
1 Parent(s): 1785714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
15
  title = "Cornea Ulcer Image Classifier"
16
  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 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."
 
15
  title = "Cornea Ulcer Image Classifier"
16
  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 convolutional 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."