danielle2003 commited on
Commit
4456c08
·
verified ·
1 Parent(s): 23fb33b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1392,7 +1392,7 @@ if page == "pome":
1392
  <div> This web application utilizes deep learning to classify kidney ultrasound images</br>
1393
  into four categories: Normal, Cyst, Tumor, and Stone Class.
1394
  Built with Streamlit and powered by </br>a TensorFlow transfer learning
1395
- model based on <strong>VGG16</strong>
1396
  the app provides a simple and efficient way for users </br>
1397
  to upload kidney scans and receive instant predictions. The model analyzes the image
1398
  and classifies it based </br>on learned patterns, offering a confidence score for better interpretation.
 
1392
  <div> This web application utilizes deep learning to classify kidney ultrasound images</br>
1393
  into four categories: Normal, Cyst, Tumor, and Stone Class.
1394
  Built with Streamlit and powered by </br>a TensorFlow transfer learning
1395
+ model based on <strong>CNN</strong>
1396
  the app provides a simple and efficient way for users </br>
1397
  to upload kidney scans and receive instant predictions. The model analyzes the image
1398
  and classifies it based </br>on learned patterns, offering a confidence score for better interpretation.