Skip to content

A web application of face recognition system based on deepface

Notifications You must be signed in to change notification settings

XiaoLeGG/face-recognition-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

face-recognition-system

A web application of face recognition system based on DeepFace.

Install

Python Environment

Python Version: Python 3.11.3

pip install deepface
pip install apscheduler

Node.js/NPM Environment

Node.js Version: v18.16.0

NPM Version: 9.7.1

Build

Frontend

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)

Backend

Run python api.py in the folder ./service then you start the backend project.

About

A web application of face recognition system based on deepface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published