Face Recognition attendance system
Setup
1.Install anaconda or python (anaconda is recommended )
2. Install following dependencies
- numpy - 1.11.3 (remommended version)
- scipy - 1.2.1 (recommended version)
- pandas - 0.24.1 ( use pip to install pandas)
- pillow
- matplotlib
- face_recognition
- face_recognition_models
- dlib 19.9 (recommended version)
If you are using Anaconda-python run the follow commands to install dependencies
conda create -n py36 python=3.6 activate py36 conda config --add channels conda-forge conda install numpy conda install scipy conda install dlib pip install --no-dependencies face_recognition conda install -c akode face_recognition_models pip install pandas
pip install matplotlib pip install Pillowpip install pyttsx3 pip install pypiwin32
Running
Just open terminal and switch to environment(py36) in anaconda
run this python firstpage.py