L4Digital / coreml-image-classification-sample

Sample iOS application using the Core ML Vision APIs for image classification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Image Classification

Classifying images using the iOS 11 Core ML Vision APIs.

Overview

This iOS application demonstrates utilizing the new Core ML Vision APIs to classify images. After selecting an image, the inferred classification and confidence value will be displayed within a label on the view.

Inception V3 is the trained model that is being used for this particular example.

Inception V3 detects the dominant objects present in an image from a set of 1000 categories such as trees, animals, food, vehicles, people, and more.

Reference

About

Sample iOS application using the Core ML Vision APIs for image classification.


Languages

Language:Swift 100.0%