Upload Hand_Gest_Model.keras 6004d9c verified
Saad Ali commited on
How to use saadkhi/hand_gesture_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://saadkhi/hand_gesture_model")