Skip to content

shyamalschandra/tensorswift-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow image recognition in Swift

How to use

The automatic and codeless way - recommended

The manual way

To clone the linked Tensorflow repository, use

git clone --recursive -j8 https://github.com/mortenjust/tensorswift-ios.git

Run the setup file. This will take about 30 minutes on a Macbook pro

cd tensorswift-ios
./setup.sh

The app is set up to do a Google search on the recognized label. You can change that. Open the xcode project, and edit Config.swift to change what the app does when it recognizes something.

Train a model with these instructions or use Trainer for Mac to do the hard work

About

Using Tensorflow from Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 45.0%
  • Objective-C++ 44.2%
  • C++ 8.7%
  • Objective-C 1.8%
  • Shell 0.3%