suryanshsk / Python-Voice-Assistant-Suryanshsk

A Python-based virtual assistant using Gemini AI. Features include voice recognition, text-to-speech, weather updates, news retrieval, jokes, Wikipedia info, and music management. Comes with an interactive web interface. Easily extendable and customizable.
MIT License
36 stars 108 forks source link

✨[FEATURE] Facial Expression Detection through Video and Camera 🎥😄 #522

Open shivenyadavs opened 2 days ago

shivenyadavs commented 2 days ago

🌟 Feature Overview

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.

🤔 Why this feature?

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

📋 Expected Behavior

It will predict and display the expression around the face.

🖼️ Example/Mockups

If applicable, add examples or mockups that illustrate how the feature should look or behave.

📝 Additional Details

Add any other details or suggestions.

github-actions[bot] commented 2 days ago

👋 Thank you @shivenyadavs for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

suryanshsk commented 1 day ago

It detect only when you use open cv in this project