Skip to content

A deep learning classification program that is used to detect breast cancer from breast histopathological Images.

License

Notifications You must be signed in to change notification settings

Tech-Matrix/Breast-Cancer-Classification

Repository files navigation

Documentation

Breast-Cancer Classification

Status GitHub Pull Requests License


Breast Cancer is a serious ailment that affects a large fraction of women and the early detection of breast cancer is needed for treatment to begin early enough for them to possibly complete freedom from cancer.

📝 Table of Contents

🧐 About

The aim for this project is to tell if an image provided by the user has breast cancer or it does not.

One of the most important aims is to improve model accuracy so as to obtain a correct diagnosis of the ailment.This project uses a large database of images and uses several python libraries so as to create a model which in turn is used to obtain a result from the inputted result.

🏁 Getting Started

📃 Prerequisites

What things you need to install the software and how to install them.

  • Install numpy
  • Install Python 3.8-3.9
  • Install pandas
  • Install seaborn
  • Install matplotlib

🎈 Usage

  1. Download the relevant libraries or if you are using google colab you only need to import them.
  2. Note the different graphs that have been generated with the code.
  3. Build the heatmap so as to understand how the model compares values.
  4. Create log,tree and forest during model training.
  5. Remember to train the models.
  6. image

⛏️ Built Using

🎉 Acknowledgements

📃 TO-DO

  • Re-construct image by extracting x-y coordinates from filenames.
  • Detect in each 50x50 swatch
  • Highlight +ve cases by localization.
  • Report severity and output image of detected swatches.

About

A deep learning classification program that is used to detect breast cancer from breast histopathological Images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published