Collection of Swift ML models/examples, demonstrating Swift for TensorFlow's capabilities
Top 52.5% on sourcepulse
This repository provides a collection of machine learning models, datasets, and examples built using Swift for TensorFlow. It serves as a demonstration of the platform's capabilities and a resource for developers looking to build ML applications in Swift.
How It Works
The project leverages Swift's strong type system and performance characteristics for machine learning tasks. It includes pre-built models for image classification, text processing, and generative tasks, along with wrappers for common datasets. A generalized training loop abstraction and TensorBoard integration are provided to streamline the ML development workflow.
Quick Start & Requirements
swift run -c release [Example] [Options]
(or swift run -Xswiftc -use-ld=lld -c release [Example] [Options]
on Windows).tensorflow-0.12
for release 0.12). CMake 3.16+ and Ninja build tool are recommended for development.Highlighted Details
Maintenance & Community
swift@tensorflow.org
mailing list.Licensing & Compatibility
tensorflow/swift
, is Apache 2.0 licensed. Compatibility for commercial use or closed-source linking would require clarification of the specific license for this repository's contents.Limitations & Caveats
5 months ago
1 day