Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +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 |
|
| 12 |
|
| 13 |
st.header("How does this app work?")
|
|
@@ -38,3 +39,5 @@ Current methods in early detection like the Pap smear test can be slow and labor
|
|
| 38 |
However, many of these models face challenges with image segmentation, particularly in cases of overlapping cells.
|
| 39 |
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.
|
| 40 |
""")
|
|
|
|
|
|
|
|
|
| 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=650)
|
| 12 |
|
| 13 |
|
| 14 |
st.header("How does this app work?")
|
|
|
|
| 39 |
However, many of these models face challenges with image segmentation, particularly in cases of overlapping cells.
|
| 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=250)
|