Skip to content

Android app where you can submit a picture and get a playlist in return based on the emotions detected in your picture

Notifications You must be signed in to change notification settings

AlvarezKevin/Moodion

Repository files navigation

Moodion

Android app that uses Microsoft Emotion Api and Spotify Api to fetch a playlist based on the emotions detected in the image you took or chose.

How to configure on your system

  1. Import as Android Studio project
  2. Create and APIKEY class
  3. Create a public static final String called KEY and set it to your Microsoft Emotion API Key
  4. Create a second string called CLIENT_ID and set it equal to your Spotify API Client ID
public class APIKEY {
  public static final String KEY = "YOUR MICROSOFT EMOTION API KEY";
  public static final String CLIENT_ID = "YOUR SPOTIFY CLIENT ID";
}

Demonstration of App

Demonstration

Ideas for improvement

If you have any ideas for improvement please let me know about them either through message or opening an issue. Thank you

About

Android app where you can submit a picture and get a playlist in return based on the emotions detected in your picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages