Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 414 Bytes

File metadata and controls

10 lines (6 loc) · 414 Bytes

Emotion Detection

This repo contains a collection of various approaches for emotion detection.

  • cnn-based uses a Convolutional Neural Network for emotion detection
  • ibm-based uses IBM watsonx.ai Runtime for emotion detection

Glossary

A convolutional neural network (CNN) is a deep learning algorithm designed to process structured grid data like images by automatically extracting spatial features.