This project is a Flask-based web application that utilizes machine learning models to assist in the prediction of breast cancer risk based on user-provided mammogram data. It integrates multiple ML algorithms and provides a comparative analysis of predictions to aid in educational and research purposes.
A user-friendly frontend built with HTML, CSS, and Flask templates for seamless interaction.
Displays predictions from all models with probabilities and provides overall risk analysis using soft voting (average probabilities) and majority voting.
Processes user inputs locally during the session, ensuring privacy and data protection.
Includes a Dockerized application for deployment, with plans for AWS-based CI/CD pipeline integration.