Skip to content

npatel0924/Cancer-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malignancy Predictor For Breast Cancer

Overview

This app uses machine learning to predict if a mass is benign or malignant based on breast cancer tissue measurements from a cytosis lab. These mesurments can be adjusted using the sidebar to the right and the model has an accuracy of 97%. This model was trained using the Breast Cancer Wisconsin (Diagnostic) Data Set from Kaggle provided by UCI MACHINE LEARNING. (https://www.kaggle.com/datasets/uciml/breast-cancer-wisconsin-data). This project is for EDUCATIONAL USE ONLY and should NOT be used for real cancer diagosis without the supervision of a doctor.

Installation

To run Malignancy Predictor For Breast Cancer locally, you will need to have Python 3.6 or higher installed. Then, you can install the required packages by running:

pip install -r requirements.txt

This will install all the necessary dependencies.

Usage

To start the app, simply run the following command:

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages