hollance/TensorFlow-iOS-Example
Source code for my blog post "Getting started with TensorFlow on iOS"
This project helps developers integrate trained machine learning models into iOS applications. It provides example code and scripts for training a binary classification model on voice data and then deploying it within an iOS app using either the TensorFlow C++ API or Metal for inference. The target user is an iOS developer who needs to embed TensorFlow models directly into their mobile applications.
442 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking for a concrete example and guidance on how to take a trained TensorFlow model and run inference with it directly on an iOS device.
Not ideal if you are looking for a pre-built, ready-to-use mobile application for voice gender classification or a high-level TensorFlow library for iOS.
Stars
442
Forks
82
Language
Swift
License
—
Category
Last pushed
Mar 06, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/TensorFlow-iOS-Example"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...
hollance/Forge
A neural network toolkit for Metal