mikko / laervi

Face recognition with Python for Raspberry Pi and webcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laervi

Face recognition with Python

Install instructions

  1. Install conda

  2. conda env create -f environment.yml

  3. conda activate laervi

  4. Create a directory faces and put some face images (.jpg) in there

  5. Create a directory models, download the models: dlib ([1], [2])and store them in it.

  1. python main.py

Sponsored

About

Face recognition with Python for Raspberry Pi and webcam

License:MIT License


Languages

Language:Python 100.0%