Fatemeh-MA/Face-recognition-using-CNN - GitHub

CNN

jupyter notebook introduction for convolutional neural networks and a simple CNN for Face recognition using Keras

Installation

At the first you need to install the requirements:

  • 1- install Anaconda : https://www.anaconda.com/download/

  • 2- Jupyter notebook (conda install jupyter)

  • 3- conda install scipy

  • 4- install other requirements

    pip install sklearn pip install pandas pip install pandas-datareader pip install matplotlib pip install pillow pip install requests pip install h5py pip install tensorflow==1.8.0 pip install keras==2.2.0 pip install opencv-python pip install opencv-contrib-python
DataSet

The dataset is ORL_faces.npz

you must extract the zip file into code folder

Tag » Cnn Face Recognition Python