VIBING is a simulated prototype that uses facial recognition to authenticate users inside cars, retrieves their Spotify playlists using Spotify API and sets the temperature of the car to their preferred temperature
HTML, CSS, Bootstrap, JavaScript,Django, Python, SQLite, OpenCV, Spotify-API(Spotipy), face-recognition and Django HTTP
- Download the zip-file or clone the repository.
- Open the file in a code editor.
- In the terminal open the directory in which the file is present
- Download the dependencies
pip3 install django face-recognition cmake spotipy opencv-python
- python3 manage.py makemigrations
- python3 manage.py migrate
- python3 manage.py runserver 0.0.0.0:8000
- To open the web application
To run the application the laptop where the server is running and the phone should be connected to the same network
http://(Laptop's IP address):8000/face/signupform
example: http://192.169.0.102:8000/face/signupform
http://0.0.0.0:8000/face/signupform