Skip to content

Simple application using Vision framework to detect the main object in an image.

Notifications You must be signed in to change notification settings

dorypiacek/vision-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Vision Demo

Simple application using Vision framework to detect the main object in an image.

Features

  • capture a photo with a camera or choose one from library
  • image is processed using Vision framework and pre-trained SqueezeNet model to detect the main object of the photo
  • results with the most confidence percentage are shown in a form of tags
  • tags can be selected or deselected to choose which ones to save
  • image including tags is saved in Realm database
  • all images can be seen on the gallery screen
  • categories are shown on top of gallery screen and allow image filtering

Used libraries

  • Vision for image processing
  • Realm for data storage
  • SnapKit for AutoLayout
  • Combine for reactive programming

About

Simple application using Vision framework to detect the main object in an image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published