Skip to content

Simple web page that demonstrate face verification using trained facenet model

License

Notifications You must be signed in to change notification settings

khrlimam/demo-facenet

Repository files navigation

Demo Face Embedding with Trained Facenet Model

The pretrained model can be found at khrlimam/res-facenet. Please open that repo If you want to do transfer learning.

Steps to test this app

  1. pip install -r requirements.txt
  2. export FLASK_APP=server.py
  3. export FLASK-DEBUG=True
  4. flask run

Try the deployed demo app:

https://demo-facenet.herokuapp.com

You can switch which model to use in config.py file

About

Simple web page that demonstrate face verification using trained facenet model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published