Skip to content

amasoud12345/Face-recognition-using-CNN

This branch is 5 commits behind Fatemeh-MA/Face-recognition-using-CNN:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bdb685 · Nov 26, 2018

History

8 Commits
Nov 22, 2018
Nov 26, 2018
Nov 26, 2018

Repository files navigation

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

About

Simple CNN for Face recognition using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%