Update app.py
Browse files
app.py
CHANGED
|
@@ -31,13 +31,10 @@ st.sidebar.write("""
|
|
| 31 |
### Background
|
| 32 |
Cervical cancer is a significant health issue that profoundly impacts women's lives, making awareness and education crucial.
|
| 33 |
It is a leading cause of cancer-related morbidity and mortality among women globally.
|
| 34 |
-
Understanding the importance of regular screenings and vaccinations
|
| 35 |
-
Additionally, raising awareness about the signs and symptoms of cervical cancer fosters early detection, which is vital for effective treatment.
|
| 36 |
-
Through community support and education, we can work together to reduce the burden of this disease and promote healthier futures for women everywhere.
|
| 37 |
|
| 38 |
### The Problem
|
| 39 |
-
|
| 40 |
-
Current methods like the Pap smear test can be slow and labor-intensive, prompting researchers to develop classification models to assist medical professionals.
|
| 41 |
However, many of these models face challenges with image segmentation, particularly in cases of overlapping cells.
|
| 42 |
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.
|
| 43 |
""")
|
|
|
|
| 31 |
### Background
|
| 32 |
Cervical cancer is a significant health issue that profoundly impacts women's lives, making awareness and education crucial.
|
| 33 |
It is a leading cause of cancer-related morbidity and mortality among women globally.
|
| 34 |
+
Understanding the importance of regular screenings and vaccinations is vital for effective treatment.
|
|
|
|
|
|
|
| 35 |
|
| 36 |
### The Problem
|
| 37 |
+
Current methods in early detection like the Pap smear test can be slow and labor-intensive, prompting researchers to develop classification models to assist medical professionals.
|
|
|
|
| 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 |
""")
|