joelbarmettlerUZH / auto-tinder

🖖 Train an artificial intelligence to play tinder for you
MIT License
539 stars 84 forks source link

Dependencies #32

Open EaTh3 opened 2 years ago

EaTh3 commented 2 years ago

Does anybody know how to handle the outdated versions? Does it work on python 3 at all?

d0nker420 commented 1 year ago

it's written in python 3.7, I fixed the dependencies on my fork. Pretty much all that is needed is 2 extra libraries and replacing tensorflow with tensorflow.compat.v1

EaTh3 commented 1 year ago

Edit:

Nevermind, got everything working now... Except for the "time left" which gives a negative value, but eventually I'm gonna sort it out. Good work though!

TirlaPetru commented 1 year ago

Hello! Does this still work? I mean the program

Do you need to change anything in the dependencies or requirements file?

Upgrade the versions or anything