Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.56 KB

readme.md

File metadata and controls

36 lines (23 loc) · 1.56 KB

The Salamander Project

The Perfect Gift is just a click way!!

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.


To test the code:

pip install -r requirements.txt
python manage.py runserver

Go to localhost:8000

Usage

INSTALL A DRIVER (LocalHost)

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.

SET ENVIROMENT VARIABLES (Web Server)

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