All Projects → mortenjust → Tensorswift Ios

mortenjust / Tensorswift Ios

Using Tensorflow from Swift

Programming Languages

swift
15916 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].