Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face Expression detection through vedio and camera #1143

Closed
shivenyadavs opened this issue Oct 22, 2024 · 1 comment · Fixed by #1155
Closed

Face Expression detection through vedio and camera #1143

shivenyadavs opened this issue Oct 22, 2024 · 1 comment · Fixed by #1155
Assignees
Labels

Comments

@shivenyadavs
Copy link
Contributor

Facial Expression Detection through Video and Camera 🎥😄

This project utilizes supervised learning to detect and classify facial expressions in real-time using video and camera input. It leverages the FER (Facial Expression Recognition) dataset to train a model capable of recognizing various emotions such as happiness, sadness, surprise, anger, and more.

Features

Real-time facial expression detection using live camera feed 📸
Supports multiple expressions including happiness, sadness, anger, surprise, etc. 😊😢😡😲
Uses a trained supervised learning model for accurate prediction
Integration of OpenCV for video capture and face detection
Easy-to-use interface for emotion tracking during live video input

Dataset

FER Dataset: A widely-used dataset for emotion detection, containing labeled facial images with corresponding emotion categories.

Tech Stack

Python 🐍
OpenCV for real-time video processing 🎥
Supervised Learning models (e.g., Logistic Regression, SVM, etc.)
TensorFlow/Keras or Scikit-learn for model training 🤖

Copy link

Thanks for creating the issue,Please read the Pinned issued first and Readme.md in each Pull Request you made. Keep learning...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants