/Face-recognition-and-identification

Indian male celebrity face identification and recognition

Primary LanguageJupyter Notebook

Face Identification and recognition using OpenFace

Click to see BLOG

Dataset : click

- Face Identification using dlib library
- Numerical embedding of each face using openface model
- Keras sequential model for developing face recognition model
- Deployement of model using Flask

Visuals after deployement using Flask

alt text

Libraries:

  • pandas
  • flask
  • keras
  • dlib
  • pickle
  • PIL
  • base64
  • io
  • numpy
  • os

Usage:

  1. Install Flask and add path
  2. Clone the repository
  3. open cmd in repository downloaded folder
  4. write : " flask run --host=0.0.0.0 "
  5. Open browser and Predict !

Author:

SATYAM KUMAR