Audio Classification
Keras
speech_emotion_recognition
Mel-Frequency Cepstral Coefficients
wav2vec2
bi-lstm
cnn
Instructions to use Sharath45/SPEECH_EMOTION_RECOGNITION with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Sharath45/SPEECH_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://Sharath45/SPEECH_EMOTION_RECOGNITION") - Notebooks
- Google Colab
- Kaggle