AlvinSiang commited on
Commit
bedd789
·
verified ·
1 Parent(s): b1191dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -52,9 +52,12 @@ with gr.Blocks(js=js,theme=gr.themes.Soft(), css=".gradio-container { max-width:
52
  with gr.Row():
53
  gr.Markdown(
54
  '''
55
- Eye disease can lead to vision impairment and complete blindness that affect one's ability in daily life.
56
- Early detection and timely treatment are crucial to prevent the worsening of eye disease.
57
- A Deep Learning Model has the potential to assist ophthalmologists in providing first screening of suspected eye disease through retinal fundus images.
 
 
 
58
  '''
59
  )
60
 
 
52
  with gr.Row():
53
  gr.Markdown(
54
  '''
55
+ A-EYE is an intelligent eye disease classifier designed for accurate eye disease classification using deep learning.
56
+ With its enhanced model, A-EYE analyzes fundus images to detect Cataracts, Diabetic Retinopathy, Glaucoma, or Normal conditions.
57
+ Users can easily upload a fundus image, and the system will process it to provide detailed classification results.
58
+ The results display probability percentages for each condition, ensuring transparency and confidence in the diagnosis.
59
+ The condition with the highest probability is assigned to the image, offering a reliable and efficient tool for eye health assessment.
60
+ A-EYE has the potentioal to assist ophthalmologists in providing first screening of suspected eye diseases.
61
  '''
62
  )
63