Ever found yourself stumped- while gifting a new colleague at work or some distant family relation at a wedding)- and then end up going for Cadbury’s or that Bikaner vaali mithai hamper? Here’s where we come in, with our Project Salamander. Salamander aims to recommend personalised gifts after analysing their social media preferences.
The Salamander project encompasses our efforts to analyse a friend's Instagram profile, and then recommend gifts to the user for their friend.
pip install -r requirements.txt
python manage.py runserver
Go to localhost:8000
If you are running your code on a localhost, then you'll need to install a chromedriver from here. Install and extract the chromedriver.exe file and save it in your project folder. Make sure to install the version that matches your Chrome version.
To check your chrome version, type chrome://version/
in the chrome address bar.
If you are running your code on a web server (Like Heroku), you should set the following enviroment variable:
CHROMEDRIVER_PATH = /app/.chromedriver/bin/chromedriver
GOOGLE_CHROME_BIN = /app/.apt/usr/bin/google-chrome