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
Ctrl+K