Skip to content

Dragonblaze242/emotune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emotune

Emotune is a realtime facial expression based music player which captures the facial expression in real-time and plays music accordingly. (This project was part of CSI Paper Presentation)

Samples

emotune_3 emotune_2 emotune_1
emotune_sample.mp4

Features

  • This is complete GUI based application.
  • Created using Python and Deepface, Kivy, OpenCV libraries.
  • The webcam is accessed by OpenCV and face is captured through Haar Cascade Classifier.
  • Then facial expressions are compared with predefined models to get the emotion. Here lightweight library Deepface is used.
  • This GUI base is created by Kivy. After getting the emotion the correct music is played by Kivy.

Dependencies

  • OpenCV
  • Kivy
  • TensorFlow
  • Deepface
pip install -r requirements.txt

About

It is a gui app which can play music judging by your facial expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages