Image Classification
Keras
TF-Keras
cancer detection
histopathological image classification
breast cancer diagnose
breast cancer detection
umair akram
Instructions to use MUmairAB/Breast_Cancer_Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MUmairAB/Breast_Cancer_Detector with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MUmairAB/Breast_Cancer_Detector") - Notebooks
- Google Colab
- Kaggle
Upload 4 files
Browse files
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
Images/Complete[[:space:]]Histopathological[[:space:]]image[[:space:]]of[[:space:]]breast.png filter=lfs diff=lfs merge=lfs -text
|
Images/Complete Histopathological image of breast.png
ADDED
|
Git LFS Details
|
Images/ROC Curve.png
ADDED
|
Images/Random samples of cancer tissues.png
ADDED
|
Images/Random samples of healthy tissues.png
ADDED
|