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

Integrate Emotion Recognition Feature into Jarvis Assistan #266

Conversation

RumaniSadhukhan170204
Copy link

This PR introduces a new Emotion Recognition feature into the Jarvis Assistant project. The integration leverages deep learning techniques to recognize emotions from facial expressions in real-time using a webcam. The following changes were made:

Added Emotion Recognition Logic:

Implemented the emotion recognition pipeline using a pre-trained model (emotion_model.h5) stored in the assets/ folder.
Added facial expression detection functionality using OpenCV and TensorFlow/Keras for real-time emotion classification.
New emotion_recognition.py File:

Contains the core logic for emotion detection, including face detection, preprocessing, and emotion classification.
Streamlit Interface:

Created a streamlit_app.py file to allow users to interact with the emotion recognition system through a simple web interface.
Jarvis Integration:

Integrated the emotion recognition system with the main Jarvis Assistant. The system is triggered after user login, allowing Jarvis to detect emotions using the webcam in real-time.
User Session Management:

Integrated with existing Jarvis user authentication and session management for smooth user experience.

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@Avdhesh-Varshney
Copy link
Owner

Follow guidelines.

  • PR closed due to commit in main branch.
  • Integrate your model with Jarvis properly. You have to create a single code file not multiple files.
  • For your understanding, review other merged prs of different models.

@Avdhesh-Varshney Avdhesh-Varshney added Flag: Invalid wontfix ❌ This will not be worked on Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/Jarvis/issues/113 labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Flag: Invalid Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/Jarvis/issues/113 wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants