Skip to content

andrekovac/GiftaGram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GiftaGram

A meteor.js App which generates gift recommendations for your friends based on their Instagram pics.

Developed during the app@night hackathon in Munich.

How it works

  1. First the app fetches images of the Instagram account of a user you choose.
  2. Then the IBM Alchemy Vision API is used to identify objects of interest inside the fetched images with IBM's image recognition AI.
  3. The identified objects are then used to generate gift recommendations which suit the instagram user (to be implemented in the future).

How to run the app

  1. Clone the repository

     $ git clone https://github.com/Andruschenko/GiftaGram.git
    
  2. 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";
      
  3. IBM Alchemy credentials

  4. Start the meteor server

     $ meteor
    
  5. Open the app by visiting http://localhost:3000/ in your favorite browser.

Contributors

  • @favll
  • Simon Zachau

About

Recommend gifts for your friends based on instagram pics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published