Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.09 KB

Kesan-ML-iOS

  • Real-Time image recognition for iOS with CoreML and InceptionV3
  • Test Flight


Description

  • Real-Time image recognition
  • Integrating app with Machine Learning
  • Live preview from camera
  • Implement Safari Services to enable user learn more about image that been recognized
  • MVC design pattern

Frameworks

  • UIKit
  • Vision(Core ML)
  • AVKit
  • SafariServices

What did I learn

  • Configure AVCaptureSession for camera live preview
  • Load and Perform image analysis with pre-trained Machine Learning model in project
  • Refer to Apple docs to understand the method implementation works
  • Passing data between screens with delegate design pattern

Third Party Frameworks

  • Floating Panel
  • Toaster

Depedency Manager

  • Swift Package Manager