PerfectlySoft/Perfect-TensorFlow
TensorFlow C API Class Wrapper in Server Side Swift.
This is an experimental tool that lets Swift developers integrate TensorFlow's machine learning capabilities into server-side applications. It allows you to define machine learning models, run computations, and load pre-trained neural networks directly within your Swift codebase. The tool takes TensorFlow's C API and exposes it to developers building performant Swift applications that need to leverage machine learning.
167 stars. No commits in the last 6 months.
Use this if you are a Swift developer building server-side applications and want to incorporate TensorFlow-powered machine learning models directly into your projects.
Not ideal if you are a machine learning practitioner not familiar with Swift development or if you need a high-level API for model training and deployment rather than direct C API access.
Stars
167
Forks
13
Language
Swift
License
Apache-2.0
Category
Last pushed
Jul 07, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PerfectlySoft/Perfect-TensorFlow"
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
hollance/Forge
A neural network toolkit for Metal
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...