Deep Learning Tinder
1.0.0
使用數字,咖啡餅和Tinder代幣自動提取
歡迎使用Tinder Bot應用程序,其建議是基於深度學習圖像識別的。如果您欣賞該機器人,請不要忘記出演此存儲庫!
這裡說明了一切:http://philipperemy.github.io/tinder-deep-learning/
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
如果配置文件正確,您將在日誌中看到: Successfully connected to Tinder servers.
FB_ID
:您的Facebook的ID。您的個人資料可在https://www.facebook.com/fb_id上找到,其中fb_id是您的ID。FB_EMAIL_ADDRESS
:您的Facebook電子郵件地址。FB_PASSWORD
:您的Facebook密碼。API_HOST
:NVIDIA DIGITS服務器的URL。請參見更多信息:https://github.com/nvidia/digitsMODEL_ID
:訓練有素的模型的ID。當您在數字接口中單擊模型時,它會顯示在URL中,如以下: API_HOST
/ MODEL / MODEL_ID
FB_EMAIL_ADDRESS
和FB_PASSWORD
用於檢索您的FB_AUTH_TOKEN
,可用於請求Tinder令牌。
您的配置應該看起來像這樣:
{
"FB_ID": "tim.cook",
"FB_EMAIL_ADDRESS": "[email protected]",
"FB_PASSWORD": "i_love_apple",
"API_HOST": "http://localhost:5000/",
"MODEL_ID": "20160619-000820-19f6"
}
希望您能玩得開心!