Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 480 Bytes

Emotion-Recognition-of-Photos

This scripts was designed to recognize a person's emotion through photos

Hey all! Long time, eh? So, I am extremely interested in Machine Learning thanks to previous movies I watched before! Now, I am officially contributing to building machine learning projects! Thanks!

Please install these packages if you have not done so already:

  pip3 install cv2
  pip3 install deepface
  pip3 install numpy

That's all folks!