Skip to content

jsiddhant/EmotionDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmotionDetection

Emotion Detection contains code to classify emotions via eigenfaces. All models were implemented from scratch no machine learning libraries were used.

Dependencies:

  • numpy
  • random
  • re
  • Matplotlib.pyplot

To run:

  • Install any dependencies if required
  • Download CAFE data and store in ./EmotionDetection/CAFE
  • cd ./EmotionDetection
  • Open the Demo_Notebook in Jypyter to visualize the results
  • Examples of commented code with further examples available in Misc Example.py (can be copy pasted to main in Helper)

About

Emotion Detection

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors