Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 874 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 874 Bytes

IdentifyImage

A SwiftUI to demonstrate Image detection with advance cognitive iOS framework using CoreML

IdentifyImages

CoreML Model (Machine Learning)

Q. Which CoreML model I'm referring for image detection?

 - Resnet50 (Image Classification): A Residual Neural Network that will classify the dominant object in a camera frame or image.

OutPut:

Image Identified : Tiger Image Identified : Cat
IdentifyImage_00 IdentifyImage_01

|