Image Classification
Keras
English
medical-imaging
pneumonia-detection
chest-xray
tensorflow
transfer-learning
vgg16
Instructions to use vksfdc2025/pneumonia-detection-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use vksfdc2025/pneumonia-detection-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://vksfdc2025/pneumonia-detection-model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K