iOS app that runs YOLOv7 object detection model on device camera feed.
- iOS 14+
- Xcode 12+
- Physical device (camera access required)
git clone https://github.com/yourusername/coreml-object-detection.gitopen CoreMLObjDetect.xcodeproj
Configure signing team and bundle identifier, then run on device.
- Real-time object detection
- YOLOv7 model via Core ML
- Camera-based inference
- Bounding boxes and labels
- Must run on physical device
- Processing happens locally on device
- Model is pre-trained and optimized for iOS