Upload emotion_model.keras 2d00566 verified
Ayesha Khursheed commited on
How to use ayeshah666/emotion_recognition with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://ayeshah666/emotion_recognition")