Skip to content

Latest commit

 

History

History
executable file
·
29 lines (25 loc) · 806 Bytes

README.md

File metadata and controls

executable file
·
29 lines (25 loc) · 806 Bytes

facepay

Face recognition implemention using the DeepFace Algoithm to detect faces in web Uses webcam to take picture and compare with registered face store as base64 Developed using the Python Django Framework

  1. Screesnshots 2.Login Alt text

  2. Webcam Pop Up Alt text 4.Login Alt text 4.Register Alt text 4.Transactions Alt text

  3. Installation

  4. setup the python

  5. install dependencies

  6. navigate to scr/bipay

  7. run python manage.py runserver

  8. Dependencies

  9. Python3

  10. Deepface package pip3 install deepface

  11. Pandas

  12. Numpy