Skip to content

Koushiq/facerecognition

Repository files navigation

facerecognition

In this repo i will be storing the basics of using face recognition using python

  • To use the face_recognition library on raspberry pi you need to execute these following commands
  1. sudo pip3 install pipenv
  2. sudo pip3 install cmake // skip if already installed!
  3. sudo pip3 install face_recognition // if this gives an error then make sure you have installed cmake , must be installed in virtual shell mode
  4. sudo pip3 install cmake //optional
  • to install opencv use
  1. sudo apt-get install python3-opencv
  • If you get an error cannot open shared file : no such file or directory then install the following command
    1. sudo apt-get install libatlas-base-dev

About

In this repo i will be storing the basics of using face recognition using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages