https://github.com/anou1234/breast-cancer-classifier
An AI-powered Web app to detect the presence of Invasive Ductal Carcinoma (IDC) in histopathology breast-tissue images
https://github.com/anou1234/breast-cancer-classifier
ai breast-cancer-prediction breastcancer-classification css deep-learning html idc js machine-learning neural-networks python python-project-beginner
Last synced: 4 months ago
JSON representation
An AI-powered Web app to detect the presence of Invasive Ductal Carcinoma (IDC) in histopathology breast-tissue images
- Host: GitHub
- URL: https://github.com/anou1234/breast-cancer-classifier
- Owner: anou1234
- License: apache-2.0
- Created: 2022-12-23T18:11:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T19:04:14.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:25:43.416Z (6 months ago)
- Topics: ai, breast-cancer-prediction, breastcancer-classification, css, deep-learning, html, idc, js, machine-learning, neural-networks, python, python-project-beginner
- Language: Jupyter Notebook
- Homepage:
- Size: 3.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Breast-Cancer-Classifier
An AI-powered Web app to detect the presence of Invasive Ductal Carcinoma (IDC) in histopathology breast-tissue images
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 ](http://www.andrewjanowczyk.com/deep-learning/)
(.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