Code Monkey home page Code Monkey logo

deep-learning-tinder's Introduction

Deep Learning Tinder (Machine Learning)

With DIGITS, Caffe and Tinder token auto fetching

Welcome on the Tinder Bot app whose recommandations are based on Deep Learning for image recognition. Don't forget to star or fork this repo if you appreciate the bot!

How does it work?

Everything is explained here: http://philipperemy.github.io/tinder-deep-learning/

How to run the bot

git clone https://github.com/philipperemy/Deep-Learning-Tinder.git
cd Deep-Learning-Tinder
mv credentials.json.example credentials.json
vim credentials.json # edit and fill the variables (explained in the next section: Configuration)
python main.py

If the configuration file is correct, you will see in the logs: Successfully connected to Tinder servers.

Configuration of credentials.json

  • FB_ID : The id of your facebook. Your profile is available at https://www.facebook.com/FB_ID where FB_ID is your id.
  • FB_EMAIL_ADDRESS : Your Facebook email address.
  • FB_PASSWORD : Your Facebook password.
  • API_HOST: URL of your NVIDIA Digits server. More information available here : https://github.com/NVIDIA/DIGITS
  • MODEL_ID: ID of your trained model. It appears in the URL when you click on your model in the DIGITS interface, like this: API_HOST/models/MODEL_ID

FB_EMAIL_ADDRESS and FB_PASSWORD are used to retrieve your FB_AUTH_TOKEN, useful to request the Tinder token.

Your configuration should look like this:

{
  "FB_ID": "tim.cook",
  "FB_EMAIL_ADDRESS": "[email protected]",
  "FB_PASSWORD": "i_love_apple",
  "API_HOST": "http://localhost:5000/",
  "MODEL_ID": "20160619-000820-19f6"
}

Hope you will have some fun !

deep-learning-tinder's People

Contributors

philipperemy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.