Use python 3 with virtualenv
virtualenv -p python3 py3env source py3env/bin/activate
Install python libs
pip install opencv-python tensorflow flask