An open API service indexing awesome lists of open source software.

https://github.com/flobz/facial-recognition-api


https://github.com/flobz/facial-recognition-api

Last synced: about 1 year ago
JSON representation

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.