Skip to content

Spotify Music discovery using Google Vision, Node js, Express, and Bootstrap

License

Notifications You must be signed in to change notification settings

dsong127/music-discovery

Repository files navigation

Music Discoveory

Use images to discover new music on Spotify.
This will uses Google Vision API to identify a related word to an image, and retrieves a playlist from Spotify using that word.

Demo

Alt Text

Built With

Requirements

Running Locally

To run locally you will need to:

  • Get Spotify API keys from Spotify's dashboard
  • Install Google Cloud SDK and set up your project to use Google Vision API
  • cd into cloned directory, open quickStart.sh, and replace with your Spotify API keys, and path to Google Cloud Vision credential JSON file.
  • npm install
  • ./quickStart.sh
  • Open Localhost:8080 in your browser

Deployment

Deployed to https://music-discover-app.herokuapp.com

Limitations

The app currently has no navigation. After uploading an image and getting a playlist, user has to manually navigate to the first page by changing the URL.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Spotify Music discovery using Google Vision, Node js, Express, and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published