A web application of face recognition system based on DeepFace.
Python Version: Python 3.11.3
pip install deepface
pip install apscheduler
Node.js Version: v18.16.0
NPM Version: 9.7.1
Run npm install in the folder ./web/face-recognition-web to install the whole frontend project.
Run npm run dev then you can access to the frontend web page at localhost:5173(default host and port)
Run python api.py in the folder ./service then you start the backend project.