Skip to content

cool Real time face Recognition python program created with opencv...

Notifications You must be signed in to change notification settings

hack505/Face-Recognition-Python-Opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Face Recognition

A cool Real time face Recognition python program created with opencv... more

Run Locally

Clone the project

  git clone https://github.com/hack505/Face-Recognition-Python-Opencv.git

Go to the project directory and make faces directory

  cd Face-Recognition-Python-Opencv
  mkdir faces

Required package to Install

  pip install opencv-python
  pip install face-recognition
  pip install numpy
  pip install cmake
  pip install dlib

before running paste your image in faces folder and rename it as you name

Ready to Run!

  python main.py

issues

you can have the issues while install in the dlib package

Clone this

https://github.com/RvTechiNNovate/face_recog_dlib_file
cd face_recog_dlib_file

For python 3.8

pip install dlib-19.19.0-cp38-cp38-win_amd64.whl

For python 3.7

pip install dlib-19.19.0-cp37-cp37-win_amd64.whl

Features

  • Real time
  • accurate
  • Cross platform

Acknowledgements

Feedback

If you have any feedback, please reach out to us at kameshs1209@gmail.com

Releases

No releases published

Packages

No packages published

Languages