Skip to content

jusce17/MLDemo101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo 101

Build a Simple Image Recognition IOS App

Core ML Models

Core ML supports a variety of machine learning models, including neural networks, tree ensembles, support vector machines, and generalized linear models. Core ML requires the Core ML model format (models with a .mlmodel file extension). learn more

For this Demo I used the SqueezeNet model dowloaded from here

Please find the orignal source code of model here

the app was fully made in swift

Swift logo

Swift Programming Language

Architecture Master Package
macOS x86_64 Build Status Build Status
Ubuntu 14.04 x86_64 Build Status Build Status
Ubuntu 16.04 x86_64 Build Status Build Status
Ubuntu 18.04 x86_64 Build Status Build Status

Swift Community-Hosted CI Platforms

OS Architecture Build
Debian 9.1 (Raspberry Pi) ARMv7 Build Status
Fedora 27 x86_64 Build Status
Ubuntu 16.04 x86_64 Build Status
Ubuntu 16.04 PPC64LE Build Status
Ubuntu 16.04 AArch64 Build Status
Android ARMv7 Build Status
Android AArch64 Build Status
Ubuntu 16.04 (TensorFlow) x86_64 Build Status
macOS 10.13 (TensorFlow) x86_64 Build Status
Ubuntu 16.04 (TensorFlow with GPU) x86_64 Build Status
Debian 9.5 x86_64 Build Status
Windows 2019 x86_64 Build Status

Some screenshots from the App

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

About

Using Core ML to Build a Simple Image Recognition App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages