yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
15 stars 37 forks source link

Breast Cancer Prediction from Numerical Features from MRI #33

Open murtaza-sadri-19 opened 6 days ago

murtaza-sadri-19 commented 6 days ago

Problem Description: Breast cancer is one of the most common types of cancer affecting women worldwide. Early detection and diagnosis are crucial for effective treatment and improved survival rates. Magnetic Resonance Imaging (MRI) is a non-invasive imaging modality that provides valuable information for breast cancer diagnosis. However, interpreting MRI images and identifying potential tumors can be a time-consuming and challenging task for radiologists. This is where machine learning can help.

The problem this solution aims to address is the development of a predictive model that can accurately classify breast cancer from numerical features extracted from MRI images in form of csv file. The goal is to create a reliable and efficient tool that can assist radiologists in diagnosing breast cancer, reducing the likelihood of human error and improving patient outcomes.

Model Description: To solve this problem, we plan to use a supervised learning approach, specifically an ensemble model with a Ridge classifier. The model will be trained on a dataset of numerical features extracted from MRI images, along with corresponding labels indicating the presence or absence of breast cancer. Note : Wisconsin Dataset is used. The technical details of the model are as follows:

Expected Outcome: The impact of this model will be:

RandomSummer commented 7 hours ago

@yashasvini121 I have already worked on a Breast Cancer Model using SVM with an accuracy of ~96%. If possible can assign me the task?