Bonosa2 commited on
Commit
a248135
Β·
verified Β·
1 Parent(s): 1048023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -6
app.py CHANGED
@@ -203,14 +203,19 @@ EKG: ST elevation in leads II, III, aVF"""
203
  <h2>🎯 For Competition Judges - Quick 2-Minute Demo:</h2>
204
 
205
  <div style="background-color: #e6f3ff; padding: 15px; border-radius: 10px; margin: 10px 0;">
206
- <h3>πŸ“‹ SAMPLE IMAGE PROVIDED:</h3>
207
- <p><strong>πŸ‘† Download "docs-note-to-upload.jpg" from the Files tab above, then upload it below</strong></p>
208
- <p><strong>OR</strong> click "Try Sample Medical Text" button for instant text demo</p>
209
  </div>
210
 
211
  <h3>Demo Steps:</h3>
212
  <ol>
213
- <li><strong>Upload the sample image</strong> (docs-note-to-upload.jpg from Files tab) <strong>OR</strong> click sample text button</li>
 
 
 
 
 
214
  <li><strong>Click "Generate SOAP Note"</strong></li>
215
  <li><strong>Wait ~2-3 minutes</strong> for AI processing (model loading + generation)</li>
216
  <li><strong>See professional SOAP note</strong> generated by Gemma 3n</li>
@@ -218,8 +223,8 @@ EKG: ST elevation in leads II, III, aVF"""
218
 
219
  <h3>βœ… What This Demo Shows:</h3>
220
  <ul>
221
- <li><strong>Real OCR</strong> extraction from handwritten medical notes</li>
222
- <li><strong>AI-powered medical reasoning</strong> with Gemma 3n</li>
223
  <li><strong>Professional SOAP formatting</strong> (Subjective, Objective, Assessment, Plan)</li>
224
  <li><strong>HIPAA-compliant</strong> local processing</li>
225
  </ul>
 
203
  <h2>🎯 For Competition Judges - Quick 2-Minute Demo:</h2>
204
 
205
  <div style="background-color: #e6f3ff; padding: 15px; border-radius: 10px; margin: 10px 0;">
206
+ <h3>πŸ“‹ TWO DEMO OPTIONS:</h3>
207
+ <p><strong>Option A (OCR Demo):</strong> Download "docs-note-to-upload.jpg" from Files tab above, then upload it below</p>
208
+ <p><strong>Option B (Text Demo):</strong> Click "Try Sample Medical Text" button for instant text-to-SOAP demo</p>
209
  </div>
210
 
211
  <h3>Demo Steps:</h3>
212
  <ol>
213
+ <li><strong>Choose your demo:</strong>
214
+ <ul>
215
+ <li><strong>OCR Demo:</strong> Upload the sample image β†’ Shows OCR extraction + SOAP generation</li>
216
+ <li><strong>Text Demo:</strong> Click sample text button β†’ Shows SOAP generation only</li>
217
+ </ul>
218
+ </li>
219
  <li><strong>Click "Generate SOAP Note"</strong></li>
220
  <li><strong>Wait ~2-3 minutes</strong> for AI processing (model loading + generation)</li>
221
  <li><strong>See professional SOAP note</strong> generated by Gemma 3n</li>
 
223
 
224
  <h3>βœ… What This Demo Shows:</h3>
225
  <ul>
226
+ <li><strong>Real OCR</strong> extraction from handwritten medical notes (image upload)</li>
227
+ <li><strong>AI-powered medical reasoning</strong> with Gemma 3n (both options)</li>
228
  <li><strong>Professional SOAP formatting</strong> (Subjective, Objective, Assessment, Plan)</li>
229
  <li><strong>HIPAA-compliant</strong> local processing</li>
230
  </ul>