You can create a dataset of your face and train the system with that dataset, with this trained model we implemented attendance system to recognize the face and mark the attendance of user using provided user id.
Get this app here
- Run
pip install -r requirements.txt
it will install all of the following dependencies. Please install manually in case Python version causes issue
- OpenCV
pip install opencv-python
- Numpy
pip install numpy
- Pandas
pip install pandas
- PIL
pip install pillow
- OS (preinstalled)
- datetime (preinstalled)
- Kivy
pip install kivy
{For GUI}
-
Also install
pip install opencv-contrib-python
Try
sudo apt-get install default-jre libreoffice-java-common
andsudo apt-get install libstdc++6
in case you are using it with linux. Opening files in linux is currently under development
Not sure where to start? Lets start with documentations, Install app use it and write your experience or make an improvement in existing once. All contributions as little as simple fixing a grammatical error is appreciated.