hack505 / Face-Recognition-Python-Opencv

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%