umarigan commited on
Commit
6d75e93
·
1 Parent(s): 75bb7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ loaded_model = keras.models.load_model('tuned_model_classic.h5')
11
  class_labels = ['Stroke', 'Non-Stroke']
12
 
13
  # Streamlit App
14
- st.title('Image Classifier')
 
15
  st.write('Upload an image to classify')
16
 
17
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
 
11
  class_labels = ['Stroke', 'Non-Stroke']
12
 
13
  # Streamlit App
14
+ st.title('Stroke Classifier')
15
+ st.write('This an app developed with collaboration of a doctor and CS student for the purpose of addressing stroke people faster in Bangladesh using AI, I used a classic CNN Architect')
16
  st.write('Upload an image to classify')
17
 
18
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])