This is a SwiftUI based iOS application that demonstrates the different examples of Vision Frameworks usages.
- Object Detection using Apple YOLOv3 pre-trained model
- Text Recognition in Images
- Live Face Detection
- Download the project
- Download the YOLOv3 model from below reference.
- Drag the model into project.
- Run the App.
- SwiftUI
- Vision
- AVFoundation