{"id":15629247,"url":"https://github.com/philipperemy/deep-learning-tinder","last_synced_at":"2025-04-07T17:10:15.937Z","repository":{"id":45698483,"uuid":"52138990","full_name":"philipperemy/Deep-Learning-Tinder","owner":"philipperemy","description":"Simple Tinder algorithm able to swipe left and right based on the recommendations of a pre-trained deep neural network (Machine Learning).","archived":false,"fork":false,"pushed_at":"2022-11-19T10:10:49.000Z","size":30,"stargazers_count":279,"open_issues_count":2,"forks_count":54,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-31T14:14:45.176Z","etag":null,"topics":["deep-learning","machine-learning","tinder"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philipperemy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["philipperemy"]}},"created_at":"2016-02-20T05:48:16.000Z","updated_at":"2025-03-21T14:39:27.000Z","dependencies_parsed_at":"2023-01-23T10:16:04.767Z","dependency_job_id":null,"html_url":"https://github.com/philipperemy/Deep-Learning-Tinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipperemy%2FDeep-Learning-Tinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipperemy%2FDeep-Learning-Tinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipperemy%2FDeep-Learning-Tinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipperemy%2FDeep-Learning-Tinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philipperemy","download_url":"https://codeload.github.com/philipperemy/Deep-Learning-Tinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247694876,"owners_count":20980733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","machine-learning","tinder"],"created_at":"2024-10-03T10:26:23.233Z","updated_at":"2025-04-07T17:10:15.891Z","avatar_url":"https://github.com/philipperemy.png","language":"Python","funding_links":["https://github.com/sponsors/philipperemy"],"categories":[],"sub_categories":[],"readme":"# Deep Learning Tinder (Machine Learning)\n*With DIGITS, Caffe and Tinder token auto fetching*\n\nWelcome 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! \n\n## How does it work?\n\nEverything is explained here: http://philipperemy.github.io/tinder-deep-learning/\n\n## How to run the bot\n```\ngit clone https://github.com/philipperemy/Deep-Learning-Tinder.git\ncd Deep-Learning-Tinder\nmv credentials.json.example credentials.json\nvim credentials.json # edit and fill the variables (explained in the next section: Configuration)\npython main.py\n```\n\nIf the configuration file is correct, you will see in the logs: `Successfully connected to Tinder servers.`\n\n## Configuration of credentials.json\n\n- `FB_ID` : The id of your facebook. Your profile is available at https://www.facebook.com/FB_ID where FB_ID is your id.\n- `FB_EMAIL_ADDRESS` : Your Facebook email address.\n- `FB_PASSWORD` : Your Facebook password.\n- `API_HOST`: URL of your NVIDIA Digits server. More information available here : https://github.com/NVIDIA/DIGITS\n- `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`\n\n`FB_EMAIL_ADDRESS` and `FB_PASSWORD` are used to retrieve your `FB_AUTH_TOKEN`, useful to request the Tinder token. \n\nYour configuration should look like this:\n\n```\n{\n  \"FB_ID\": \"tim.cook\",\n  \"FB_EMAIL_ADDRESS\": \"tim.cook@apple.com\",\n  \"FB_PASSWORD\": \"i_love_apple\",\n  \"API_HOST\": \"http://localhost:5000/\",\n  \"MODEL_ID\": \"20160619-000820-19f6\"\n}\n```\n\nHope you will have some fun !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipperemy%2Fdeep-learning-tinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilipperemy%2Fdeep-learning-tinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipperemy%2Fdeep-learning-tinder/lists"}