blobcity / ai-seed

1000+ ready code templates to kickstart your next AI experiment
https://cloud.blobcity.com
Apache License 2.0
116 stars 55 forks source link

Face Emotion Recognition in Video Stream #944

Open Thilakraj1998 opened 3 years ago

Thilakraj1998 commented 3 years ago

Detect Facial Emotion using OpenCV and machine learning/Deep learning. Where OpenCV is utilized to get accurate face image from video frames either streamed from Camera or video files. Once Face is detected in video frame it must be inputted to trained AI model to predict facial emotion. Perform appropriate image processing technique required to the train the AI model.