Skip to content

georg-jung/explain-face-rec

Repository files navigation

logo

Interactive Face Recognition Tutorial

facerec.gjung.com Google Play Microsoft Store

Understand how modern technology works with faces, from scratch. You don't need to be an AI expert. If you know how to program, you will be able to apply state-of-the-art methods yourself, locally on your device and for free. This is an interactive tutorial – you can bring your own pictures if you like to.

Features

  • Interactively learn how facial recognition works.
  • Use your own images OR get started right away with sample images.
  • Apply advanced face AI on your own machine.
  • Follow along with hands-on code examples.
  • Understand how to use AI with .NET and Blazor.
  • Experiment to see how parameters change results.
  • Apply what you learn to your own production applications.
  • Free, local, no dependency on cloud services.
  • Uses the MIT-licensed FaceAiSharp library.

Get started

Get started using the web app facerec.gjung.com or by downloading this tutorial as an app:

Get it on Google Play Get it from Microsoft

Google Play and the Google Play logo are trademarks of Google LLC.

Using Docker

docker run -p 8080:80 ghcr.io/georg-jung/explain-face-rec:latest

As soon as your container is running, you can access the tutorial at localhost:8080.

Credits

Created in the context of Georg Jung's master thesis, supervised by Dr. Guido Rößling. Thanks for the supervision and the great support!