Use ubuntu 64-bit Python 3
$ sudo apt install python3-opencv
$ sudo pip3 install tensorflow
$ sudo pip3 install keras
And run testEnvironment.py
We will stick to PEP8 coding style.
$ git shortlog -s -n # commits
$ git ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n # loc