/intellimusik_interactive_music_player

We intended to make a music player application – that is “interactive” by nature. The “interactive” functionality will come by virtue of using face recognizing API’s – using these will help us define a set of pre-defined user moods, such that each mood has a specific genre of songs that are played once the mood gets specified. We also intend to enable functionalities like: A] Upvote / Downvote functiontionality: If a user likes / dislikes a song that is being played - we can enable upvote / downvote functionality B] Creating a shared playlist: Multiple user accounts can log in – and these accounts can be “followers” of each other- this will combine their playlists and create a combined new playlist. Lastly, we intend to write the Music Player and the radio streamer in Python, the multimedia framework in GStreamer and the GUI using PyQt4. Alternatively, we can use PyGame to play sounds, and use Tkinter to make the GUI and Mutagen (Python module) to handle audio metadata that includes songs in MP3 format.

Primary LanguagePythonMIT LicenseMIT

Stargazers