To launch the the project:
-
Make sure you have the following python modules: django opencv tmdsimple spotipy google-cloud-vision
-
Open your terminal and declare the path of your google credentials export GOOGLE_APPLICATION_CREDENTIALS="PATH_OF_FILE"
-
Obtain your Spotify API key and client ID and add it to "music.py"
-
Obtain your "The Movie Database" API Key and add it to "Movie.py"
-
Go to the project folder and on your terminal
-
Enter python3 manage.py runserver
-
Enjoy!