Skip to content

XaHertz/OpenCV-Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Face Recognition

Face Recognition using OpenCV and Python

Requirements

  • Python with Tkinter
  • OpenCV and OpenCV Contrib
  • Pillow
  • PyInstaller

PIP Install Command

pip install opencv-python opencv-contrib-python Pillow pyinstaller

PyInstaller Commands

pyinstaller .\Face-Recognition.pyw
pyinstaller .\Face-Recognition.pyw --onefile
pyinstaller .\Face-Recognition.pyw --onefile --icon .\app.ico

About

Face Recognition using OpenCV and Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages