Skip to content

Files

Latest commit

538a9b6 · Dec 23, 2022

History

History
27 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.16 KB

Breast-Cancer-Classifier

An AI-powered Web app to detect the presence of Invasive Ductal Carcinoma (IDC) in histopathology breast-tissue images

screencapture-127-0-0-1-5500-Breast-Cancer-Analyzer-master-index-html-2022-12-23-23_30_52

This is a web app that can detect the presence of Invasive Ductal Carcinoma (IDC),the most common subtype of breast cancer in histopathology image patches.

Can also take images as an input to detect the presence of cancer.

The current histopathology process is time consuming and small malignant areas can be missed.

This app can help speed up a pathologist's workflow and provide diagnosis support.

LINK TO THE DATASET (.png image format)

File Structure

  1. index.html : home page of website (open this page with live server on your web browser)

  2. IDC_classifier.ipynb : Jupyter NB file containing the code to create , train and test the IDC model; model F-score = 0.88

  3. jscript,css,assets: js,css and image folders

  4. idc_model_v1 : contains model.json file