A program that learns to recognize faces. In progress.
Python 3.5.2
Tensorflow 1.1.0
OpenCV 3.3.0
Keras 2.0.8
Matplotlib 2.1.0
Imageio 2.2.0
Sckit-learn 0.18.2
This is how we set up our Anaconda environment, and recommend you to do the same.
conda create -n face python=3.5.2 -y
source activate face
conda install -c conda-forge tensorflow=1.1.0 keras=2.0.8 opencv=3.3.0 numpy=1.13.3 matplotlib=2.1.0 imageio=2.2.0 sckit-learn=0.18.2 -y