hollance/Inception-CoreML
Running Inception-v3 on Core ML
This tool helps you see what an Inception-v3 neural network "sees" in real-time from your iPhone's camera. It takes live video frames as input and outputs predictions about what objects are present in each frame. This is designed for researchers or developers experimenting with on-device machine learning and computer vision applications.
No commits in the last 6 months.
Use this if you want to quickly demonstrate or test the performance of the Inception-v3 image recognition model running directly on an iOS device.
Not ideal if you need a pre-built application for general image recognition, as this is more of a technical demonstration.
Stars
98
Forks
27
Language
Swift
License
—
Category
Last pushed
Jun 07, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hollance/Inception-CoreML"
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...