YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Breast Cancer Detection Model

Model Info

  • Architecture: DenseNet121 + Custom Head
  • Task: Binary Classification (Cancer vs No Cancer)
  • Dataset: IDC Breast Histopathology (277,524 images)
  • Input Size: 96x96x3

Performance

Metric Value
AUC-ROC 0.9432
Sensitivity 94.64%
Specificity 76.13%
F1 Score 0.78

Usage

import tensorflow as tf
model = tf.keras.models.load_model("best_model_ft.keras")

Threshold

Use threshold 0.3 for hospital deployment (maximize sensitivity).

Downloads last month
35
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using Abdulhaque/breast-cancer-detection 1