hollance/sefr-swift
The SEFR classifier implemented in Swift
This is a Swift implementation of the SEFR classifier, a machine learning tool. It takes structured data or image features and learns to categorize them into two or more groups. You would use this if you are a Swift developer building an application that needs to quickly sort data.
No commits in the last 6 months.
Use this if you are a Swift developer who needs to embed a lightweight and fast classification model directly into your macOS or iOS application.
Not ideal if you are not a Swift developer or need to perform complex deep learning tasks, as SEFR is designed for simpler, linear classification.
Stars
21
Forks
1
Language
Swift
License
MIT
Category
Last pushed
Jan 11, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/sefr-swift"
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...