Skip to content

bokan/facedetection

Repository files navigation

Face Detection API in Go

build Go Report Card

Quick start:

  • Get the source code
    go get -d github.com/bokan/facedetection/cmd/facedetection
  • Start the service using:
    go run github.com/bokan/facedetection/cmd/facedetection
  • Use the Web UI to visualise the results

Learn more

Read the blog post about this project.