Skip to content

This iOS app lets users choose an image from their photo library and uses CoreML with the Vision framework to recognize objects in the image. The app shows the confidence level of the recognition result along with the name of the object. A progress indicator is shown during the recognition process to let the user know it’s working.

Notifications You must be signed in to change notification settings

devsmi16/MLImageRecognition

Repository files navigation

MLImageRecognition

Features: • Image Picker: Choose images from the photo library. • CoreML Integration: Uses MobileNetV2 model for image classification. • Progress Indicator: Shows an activity indicator while processing the image. • Result Display: Shows the recognition result with confidence level and object name. • Error Handling: Provides messages if no object is recognized.

About

This iOS app lets users choose an image from their photo library and uses CoreML with the Vision framework to recognize objects in the image. The app shows the confidence level of the recognition result along with the name of the object. A progress indicator is shown during the recognition process to let the user know it’s working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages