SamerAttrah/FER2013_blendshapes_dataset_example_Partial
Preview • Updated • 27
How to use SamerAttrah/Emotion_estimation_from_video_footage_with_LSTM with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://SamerAttrah/Emotion_estimation_from_video_footage_with_LSTM")
This repository contains the model presented in Emotion estimation from video footage with LSTM.
Code: https://github.com/Samir-atra/Emotion_estimation_from_video_footage_with_LSTM_ML_algorithm