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
- sudo pip3 install pipenv
- sudo pip3 install cmake // skip if already installed!
- sudo pip3 install face_recognition // if this gives an error then make sure you have installed cmake , must be installed in virtual shell mode
- sudo pip3 install cmake //optional
- to install opencv use
- 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
- sudo apt-get install libatlas-base-dev