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

Added Emotion Based Music Player Project #911

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

shanmukhi-developer
Copy link

Pull Request for DL-Simplified 💡

Issue Title : Emotion Based Music Player

  • Info about the related issue (Aim of the project): The emotion-based music player successfully integrates deep learning and computer vision techniques to create a personalized, emotion-driven music experience. The system can detect the user's emotional state in real time by leveraging facial expression and hand gesture recognition through Mediapipe, combined with a pre-trained deep learning model. This allows for dynamic music recommendations that adapt to the user's mood, enhancing the listening experience.

  • Name: Nadipudi Shanmukhi satya

  • GitHub ID: https://github.com/shanmukhi-developer

  • Email ID: shanmukhinadipudi@gmail.com

  • **Identify yourself: I'm contributing to GSSoC'24-Extd

Closes: #903

Describe the add-ons or changes you've made 📃

I have added a project called "Emotion Based Music Player" to the repository which is based on Deep Learning Models.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • [* ] New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist: ☑️

  • [* ] My code follows the guidelines of this project.
  • [ *] I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • [* ] I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @shanmukhi-developer :)

@shanmukhi-developer
Copy link
Author

shanmukhi-developer commented Oct 18, 2024

@abhisheks008 can you please review my pr and assign me this with gssoc-extd please

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Please update the project structure,
Project Folder
|- Dataset
   |- dataset.csv (dataset used for the particula project)
   |- README.md (brief about the dataset)
|- Images
   |- img1.png
   |- img2.png
   |- img3.png
|- Model
   |- project_folder.ipynb
   |- README.md
|- Web App
   |- templates
   |- static
   |- app.py
   |- demo.mp4
   |- README.md
|- requirements.txt
  1. Model/README.md template: https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md
  2. Web App/README.md template: https://github.com/abhisheks008/DL-Simplified/blob/main/.github/web-app_readme_template.md

@shanmukhi-developer
Copy link
Author

@abhisheks008 I have done the changes please review the pr

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

Successfully merging this pull request may close these issues.

Emotion Based Music Player using Deep Learning
2 participants