Re: Replicating YouTube video AI code in python

2019-02-12 Thread Abdur-Rahmaan Janhangeer
try 3.6.6 Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: Replicating YouTube video AI code in python

2019-02-11 Thread jadenfigger
The error I get typing pip install -U tensorflow into the command terminal Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow. Ive been able to install numpy, scipy, and pygame. Tensorflow is the only package tha

Re: Replicating YouTube video AI code in python

2019-02-11 Thread Abdur-Rahmaan Janhangeer
what python version are you using? what errors are you getting? Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Replicating YouTube video AI code in python

2019-02-11 Thread jadenfigger
I'm trying to replicate the YouTube video, https://m.youtube.com/watch?v=NTlXEJjfsQU. The videos git hub address is, https://github.com/carykh/alignedCelebFaces. The video says I have to download python 3 and using pip download tensorflow, numpy, scipy, and pygame. I've tried downloading this