All Projects → cassidoo → pic2trip

cassidoo / pic2trip

Licence: other
A Chrome extension to search Trip Advisor by image with Clarifai

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Pic2Trip

Chrome extension to search Trip Advisor by image with Clarifai.

img

Installation

The Normal Human Way

Here it is in the Chrome Store

The Super Cool Dev-y Way

Download this repo to the directory you want:

git clone https://github.com/cassidoo/pic2trip.git

To get started, get some application keys at developer.clarifai.com.

You'll notice that in the .gitignore file, it references a keys.js file. This is for security purposes, so you don't share your Client ID and Client Secret with others. Create a keys.js file and put it in the src/bg folder, and have it look like the following:

var CLIENT_ID = 'your ID here';
var CLIENT_SECRET = 'your secret here';

Open up Chrome and go to chrome://extensions, and then hit "Load unpacked extension..."

img

Now you just select the pic2trip directory, and you're all set!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].