Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ st.set_page_config(
|
|
| 8 |
st.title("Enhancing the Performance of SVM and CNN Models in Detection and Classification of Cervical Cells in Pap Smear Images Using U-Net Architecture for Image Segmentation")
|
| 9 |
st.write("A prototype for our U-Net Architecture for Image Segmentation of Cervical Cancer Cells, and SVM and CNN for Classification of Cervical Cancer Cells")
|
| 10 |
st.write("Thesis Project by Group DJY of Mapua University")
|
| 11 |
-
st.image("pages/Cervical-Cancer-Cells.jpg", caption='', width=
|
| 12 |
|
| 13 |
|
| 14 |
st.header("How does this app work?")
|
|
@@ -40,4 +40,4 @@ However, many of these models face challenges with image segmentation, particula
|
|
| 40 |
This prototype seeks to improve upon existing machine learning models by incorporating the U-Net architecture, designed for precise image segmentation, to enhance the identification of cancerous cells in cervical samples, ultimately facilitating faster and more accurate diagnoses.
|
| 41 |
""")
|
| 42 |
|
| 43 |
-
st.sidebar.image("pages/Mapua-logo.png", width=
|
|
|
|
| 8 |
st.title("Enhancing the Performance of SVM and CNN Models in Detection and Classification of Cervical Cells in Pap Smear Images Using U-Net Architecture for Image Segmentation")
|
| 9 |
st.write("A prototype for our U-Net Architecture for Image Segmentation of Cervical Cancer Cells, and SVM and CNN for Classification of Cervical Cancer Cells")
|
| 10 |
st.write("Thesis Project by Group DJY of Mapua University")
|
| 11 |
+
st.image("pages/Cervical-Cancer-Cells.jpg", caption='', width=700)
|
| 12 |
|
| 13 |
|
| 14 |
st.header("How does this app work?")
|
|
|
|
| 40 |
This prototype seeks to improve upon existing machine learning models by incorporating the U-Net architecture, designed for precise image segmentation, to enhance the identification of cancerous cells in cervical samples, ultimately facilitating faster and more accurate diagnoses.
|
| 41 |
""")
|
| 42 |
|
| 43 |
+
st.sidebar.image("pages/Mapua-logo.png", width=300)
|