Skip to content

GauravGupta0216/VisionExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

iOS Vision Framework Examples

This is a SwiftUI based iOS application that demonstrates the different examples of Vision Frameworks usages.

Features

  • Object Detection using Apple YOLOv3 pre-trained model
  • Text Recognition in Images
  • Live Face Detection

How to use:

  • Download the project
  • Download the YOLOv3 model from below reference.
  • Drag the model into project.
  • Run the App.

Library used:

  • SwiftUI
  • Vision
  • AVFoundation

References: