- Real-Time image recognition for iOS with CoreML and InceptionV3
- Test Flight
- 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
- UIKit
- Vision(Core ML)
- AVKit
- SafariServices
- 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
- Floating Panel
- Toaster
- Swift Package Manager