https://github.com/flobz/facial-recognition-api
https://github.com/flobz/facial-recognition-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flobz/facial-recognition-api
- Owner: flobz
- Created: 2021-01-14T17:06:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T17:36:17.000Z (over 5 years ago)
- Last Synced: 2025-02-25T20:18:40.040Z (over 1 year ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facial Recognition API
The goal of this school project is to recognize faces in youtube video.
## 1.Preparation
To use it you need to download the dataset [here](https://github.com/prateekmehta59/Celebrity-Face-Recognition-Dataset).
Then create the model: `python3 create_model.py`
Finally start the api server: `python3 api.py`
## 2.Testing
You can test the model with web ui by starting the nodejs frontend located in :
`node server.js`
Then open http://localhost:8081 and fill a youtube video url to test.