This repo stores a Keras model file: xray_cnn.keras
How to load in Python:
from huggingface_hub import hf_hub_download import tensorflow as tf
p = hf_hub_download("ibrahim313/xray_cnn", filename="xray_cnn.keras") model = tf.keras.models.load_model(p, compile=False)
-
Totally Free + Zero Barriers + No Login Required