Upload README.md with huggingface_hub b8db3e0 verified
Diallo commited on
How to use Amadoudllo/emotion-detection-cnn with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://Amadoudllo/emotion-detection-cnn")