https://github.com/MauryaRitesh/Facial-Expression-Detection
Facial Expression or Facial Emotion Detector can be used to know whether a person is sad, happy, angry and so on only through his/her face. This Repository can be used to carry out such a task.
This is the code for this video by Ritesh on YouTube.
Facial Expression or Facial Emotion Detector can be used to know whether a person is sad, happy, angry and so on only through his/her face. This Repository can be used to carry out such a task. It uses your WebCamera and then identifies your expression in Real Time. Yeah in real-time!
PLAN
This is a three step process. In the first, we load the XML file for detecting the presence of faces and then we retrain our network with our image on five diffrent categories. After that, we import the label_image.py program from the last video and set up everything in realtime.
'프로그래밍 > Python' 카테고리의 다른 글
python, anaconda 가상환경에서 파이썬 버전 확인 및 변경 (0) | 2023.05.18 |
---|---|
[python] python 설치, 업데이트, pygame 준비 (0) | 2023.05.18 |
Python Dictionary Methods (0) | 2023.04.26 |
[python] swapping variables, Flattening a list of lists (0) | 2023.04.18 |
Python Script to Shutdown Computer (0) | 2023.04.17 |