Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 516 Bytes

Ardor

To launch the the project:

  1. Make sure you have the following python modules: django opencv tmdsimple spotipy google-cloud-vision

  2. Open your terminal and declare the path of your google credentials export GOOGLE_APPLICATION_CREDENTIALS="PATH_OF_FILE"

  3. Obtain your Spotify API key and client ID and add it to "music.py"

  4. Obtain your "The Movie Database" API Key and add it to "Movie.py"

  5. Go to the project folder and on your terminal

  6. Enter python3 manage.py runserver

  7. Enjoy!