• Stars
    star
    133
  • Rank 272,600 (Top 6 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iPhone app for detecting faces from a live camera feed using Swift and iOS 13 API's.

Face Detection

Build Status

Note: this example requires Xcode 11 and iOS 13 or later.

In progress: currently this project uses CIDetector to identify faces. I am working on updating the project to use the Vision framework, and to use SwiftUI and Combine.

Sample project for detecting faces from a live camera feed using Swift and Core Image API's.

Apple documentation for face detection is available here for Objective-C. This project migrates the code to Swift and integrates it with a live camera feed.

If you have questions or run into issues, please open a new issue or reach out to me on Twitter @iotize.