philipperemy / Deep-Learning-Tinder

Simple Tinder algorithm able to swipe left and right based on the recommendations of a pre-trained deep neural network (Machine Learning).
MIT License
276 stars 56 forks source link

Select your own best pictures #4

Closed soufiane8096 closed 7 years ago

soufiane8096 commented 7 years ago

Hey,

I really appreciate your work ! Congralutation !

I would like to know if there is an issue to select your best picture to make your profil attractive ?

philipperemy commented 7 years ago

Thanks a lot for this feedback!

Have a look at this article, you will love it: http://karpathy.github.io/2015/10/25/selfie/

It will answer your question :)

soufiane8096 commented 7 years ago

Thank your for your answer. The Twitter bot is not working. Do you have another tool to "rate" selfies ?

philipperemy commented 7 years ago

@soufiane8096 I'm not aware of any tools. I think you'll have to make your own model.

Try to scrape data on Instagram with the number of likes related to the number of followers, and use NVIDIA DIGITS with exactly the same methodology like the one @karpathy and I used (in Deep Learning Tinder)