A meteor.js App which generates gift recommendations for your friends based on their Instagram pics.
Developed during the app@night hackathon in Munich.
- First the app fetches images of the Instagram account of a user you choose.
- Then the IBM Alchemy Vision API is used to identify objects of interest inside the fetched images with IBM's image recognition AI.
- The identified objects are then used to generate gift recommendations which suit the instagram user (to be implemented in the future).
-
Clone the repository
$ git clone https://github.com/Andruschenko/GiftaGram.git
-
Instagram credentials
-
Generate your instagram access token, for example at http://instagram.pixelunion.net/
-
Exchange
YOUR_INSTAGRAM_ACCESS_TOKEN
with your access token in the following line:var access_token = "YOUR_INSTAGRAM_ACCESS_TOKEN";
-
-
IBM Alchemy credentials
- Create your API key by following this Getting Started Guide.
- Add your API key to the App.
-
Start the meteor server
$ meteor
-
Open the app by visiting
http://localhost:3000/
in your favorite browser.
- @favll
- Simon Zachau