Skip to content

Working version for Python face-recognition module in Windows.(Face recognition from Video Input)

License

Notifications You must be signed in to change notification settings

aminPial/Face-Recognition-App

Repository files navigation

Face Recognition Module for Windows

This repository used face_recognition module from https://github.com/ageitgey/face_recognition. There is an working version for linux in that repository. But for windows user the installation has been so difficult. We tried to solve this issue by providing pre-built whl in the repository and install from them.The two modules are:-

dlib module: dlib-19.8.1-cp36-cp36m-win_amd64.whl face-recognition module: face_recognition-1.2.3-py2.py3-none-any.whl

Getting Started

Make sure you have Python 3 and pip installed on your system.And then run python install.py. And then you can use face_recognition module in Windows. After you install please follow the documentation given in this awesome repository: https://github.com/ageitgey/face_recognition and use it.

For ease of use there is already a code for face recognition from video input. Both faster and slower method with low and high accuracy. If you want to test it out please follow below documentation.

Video Input face Recognition Doc

Todo:

  1. Put your face image with naming image with your name in the database folder. e.g:AminPial.jpg (There is an image already in the database that is detecting the face in the video which is shown in GIF)
  2. Then run python faster_recognition_low_acc.py or python slower_recognition_high_acc.py
  3. The code will show something like the following GIF: Demo

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Working version for Python face-recognition module in Windows.(Face recognition from Video Input)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages