Skip to content
#

realtime-emotion-recognition

Here are 4 public repositories matching this topic...

Language: All
Filter by language

This API utilizes a pre-trained model for emotion recognition from audio files. It accepts audio files as input, processes them using the pre-trained model, and returns the predicted emotion along with the confidence score. The API leverages the FastAPI framework for easy development and deployment.

  • Updated Apr 23, 2024
  • Python

Real time emotion recognition, using OpenCV and haarcascade algorithm for face detection from the video source, then I've done emotion recognition using a model trained on FER-2013 dataset with Tensorflow. and also as an other solution, I used DeepFace package for emotion recognition as a prefabricated solution.

  • Updated Oct 24, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the realtime-emotion-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the realtime-emotion-recognition topic, visit your repo's landing page and select "manage topics."

Learn more