Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.6 KB

File metadata and controls

41 lines (37 loc) · 1.6 KB

FRAS

Face Recognition attendance system

Little red ridning hood

Setup

1.Install anaconda or python (anaconda is recommended )

   Download Anaconda

   Download Python 3.6

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 Pillow

pip install pyttsx3 pip install pypiwin32

Running 

   Just open terminal and switch to environment(py36) in anaconda

   run this  python firstpage.py