Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TMP-23-105
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
K.Tharmikan
TMP-23-105
Commits
9ccaf386
Commit
9ccaf386
authored
May 19, 2023
by
K.Tharmikan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
8e68fddf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
+17
-18
README.md
README.md
+17
-18
No files found.
README.md
View file @
9ccaf386
...
...
@@ -111,6 +111,7 @@ Developing a database of music tracks categorized based on their mood states.
> Nature of solution
The proposed system benefits us to present interaction between the user and the music player. The
purpose of the system is to capture the face properly with the camera. Captured images are fed into the
Convolutional Neural Network which predicts the emotion. Then emotion derived from the captured
...
...
@@ -119,22 +120,20 @@ automatically to change the user's moods, which can be happy, sad, natural, or s
system detects the emotions, if the topic features a negative emotion , then a selected playlist is going
to be presented that contains the foremost suitable sorts of music that will enhance the mood of the
person positively. Music recommendation based on facial emotion recognition contains four modules.
• Face emotion recognition based mood detection:- Implementation of an emotion classifier
using opencv and scikit-learn. It uses a support vector machine (svm) classifier to recognize
mood based on images of faces.
• Mood detection with voice recognition techniques:- he algorithm uses a neural network to
classify mood in speech, using the Ravdess emotional speech audio dataset as training data. The
input to the model is a voice sample, which is pre-processed to extract features, and the output
is the detected mood.
• Create song playlist on user wish list using machine learning techniques:- Recommend songs to
a user based on their preferences using collaborative filtering. The process involves building a
dataset of user-song ratings and using this data to train the collaborative filtering algorithm.
• Song mood classification with base and frequency:- Classify songs based on their audio features
using a neural network for multi-class classification. The process involves building a dataset of
songs and using their audio features as inputs to the neural network, which will output the
classification of the songs.
*
• Face emotion recognition based mood detection:- Implementation of an emotion classifier
*
using opencv and scikit-learn. It uses a support vector machine (svm) classifier to recognize
*
mood based on images of faces.
*
*
• Mood detection with voice recognition techniques:- he algorithm uses a neural network to
*
classify mood in speech, using the Ravdess emotional speech audio dataset as training data. The
*
input to the model is a voice sample, which is pre-processed to extract features, and the output
*
is the detected mood.
*
*
• Create song playlist on user wish list using machine learning techniques:- Recommend songs to
*
a user based on their preferences using collaborative filtering. The process involves building a
*
dataset of user-song ratings and using this data to train the collaborative filtering algorithm.
*
*
• Song mood classification with base and frequency:- Classify songs based on their audio features
*
using a neural network for multi-class classification. The process involves building a dataset of
*
songs and using their audio features as inputs to the neural network, which will output the
*
classification of the songs.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment