akimach/GestureAI-CoreML-iOS
Hand-gesture recognition on iOS app using CoreML
This tool helps iOS app developers add hand gesture recognition capabilities to their applications. It takes live camera input of a user's hand movements and identifies specific gestures, allowing for more intuitive and hands-free control. Developers can integrate this to create interactive experiences for their app users.
162 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking to embed pre-trained hand gesture recognition directly into your app.
Not ideal if you need to train custom gesture models from scratch or are developing for platforms other than iOS.
Stars
162
Forks
24
Language
Swift
License
MIT
Category
Last pushed
Feb 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/akimach/GestureAI-CoreML-iOS"
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...