hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
This project helps iOS developers integrate real-time object detection and augmented reality experiences into their applications. It takes live camera feed from an iPhone and identifies objects, then overlays 3D labels on them directly within the AR view. It's designed for developers building iPhone apps that need to recognize objects and display information in an augmented reality setting.
1,703 stars. No commits in the last 6 months.
Use this if you are an iOS developer looking for a basic template to combine CoreML object detection with ARKit for displaying interactive 3D labels in a real-time mobile application.
Not ideal if you are looking for a highly optimized solution for text rendering or a ready-to-use application without development.
Stars
1,703
Forks
222
Language
Swift
License
MIT
Category
Last pushed
Aug 23, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hanleyweng/CoreML-in-ARKit"
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
hollance/CoreMLHelpers
Types and functions that make it a little easier to work with Core ML in Swift.