Face recognition website
-
19127463Nguyen Hoang Long -
19127355Nguyen Duc Dat
To download the weights, run the script download.sh in the folder darknet/weights/ before running the application. The first model are the default model of YOLOv3, which can recognize 80 types of objects in the COCO dataset, while the custom model, which can recognize the faces of five people, is the second model (Jeff Bezos, Bill Gates, Elon Musk, Larry Page, and Mark Zuckerberg).
After that, you need to install all dependencies and run the app by running these following commands.
pip install -r requirements.txt
gunicorn face_detection_web_app.wsgi