Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 461 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 461 Bytes

iOS Face Detection

Face detection using the iOS 11 Core ML Vision APIs.

Overview

This iOS application demonstrates utilizing the new Core ML Vision APIs to detect faces within a user selected photo. A yellow rectangle is then drawn around each detected face.

Reference