rysonw / moodi.io

WPF-based application that recommends entertainment (Music, Books and Movies) through AI and Facial Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moodi.io

Installation:

  1. Go to Solution Explorer in Visual Studio
  2. Click on "Restore NuGet Packages"
  3. Build as x64 Platform
  4. Install Emgu.CV
  5. Run the application

*** Application requires a Google Cloud account and verification. For more information, please visit this link: https://cloud.google.com/vision/ ***

Overview and Purpose:

MSSA Project #2:

This app is a WPF-based application that uses facial and mood detection to recommend entertainment based on your mood. Using the Emgu.CV module, we are able to use AI and build our own models to recognize faces present in the picture. This app can also take images and generate real-time mood detection info through the Google Cloud Vision API. The application displays the results and recommends music, books and movies based on your mood.

Application Startup:

Startup Page: startup
TODO

Face Detection:

TODO

Mood Detection:

After the image is saved to the directory, the image is then sent to the Google Vision API for classification. Before each image is saved, the folder used to store the images to be sent is cleared.

Results:

TODO

Entertainment Recommendations:

TODO

About

WPF-based application that recommends entertainment (Music, Books and Movies) through AI and Facial Recognition


Languages

Language:C# 100.0%