Instructions to use paula66772/cnn-xray-chest-0-0-2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use paula66772/cnn-xray-chest-0-0-2.1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://paula66772/cnn-xray-chest-0-0-2.1") - Notebooks
- Google Colab
- Kaggle
Chest X-Ray CNN (TensorFlow/Keras)
Artifacts uploaded from a Hugging Face Job run.
Classes
NORMAL, PNEUMONIA
Metrics (latest run)
{
"val": {
"acc": 0.8845144510269165,
"loss": 0.3031277656555176,
"pr_auc": 0.9953768253326416,
"precision": 0.991769552230835,
"recall": 0.851590096950531,
"roc_auc": 0.9871998429298401
},
"test": {
"acc": 0.8525640964508057,
"pr_auc": 0.9458025693893433,
"precision": 0.9005376100540161,
"recall": 0.8589743375778198,
"roc_auc": 0.9241726994514465
}
}