GerryRaz commited on
Commit
94ec44e
·
verified ·
1 Parent(s): 9c3a8d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ import gradio as gr
45
 
46
  # Create title, description and article strings
47
  title = "AI-Driven Diagnostic Assistant: Breast Cancer & Pneumonia Classification"
48
- description = " Engineered a high-precision computer vision pipeline using DenseNet121 to assist in the automated screening of medical imaging. The model achieves 90% accuracy in identifying pathologies across MRI and X-ray datasets. To ensure accessibility, I deployed the model via a Gradio web interface, allowing for real-time inference and a streamlined "human-in-the-loop" diagnostic workflow."
49
  article = "Created at Mauaque Resettlement Center Gonzales Compound"
50
 
51
  # Create the Gradio demo
 
45
 
46
  # Create title, description and article strings
47
  title = "AI-Driven Diagnostic Assistant: Breast Cancer & Pneumonia Classification"
48
+ description = " Engineered a high-precision computer vision pipeline using DenseNet121 to assist in the automated screening of medical imaging. The model achieves 90% accuracy in identifying pathologies across MRI and X-ray datasets. To ensure accessibility, I deployed the model via a Gradio web interface, allowing for real-time inference and a streamlined 'human-in-the-loop' diagnostic workflow."
49
  article = "Created at Mauaque Resettlement Center Gonzales Compound"
50
 
51
  # Create the Gradio demo