Skip to content

null-void-Q/IOS-ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreML Object Detection

iOS app that runs YOLOv7 object detection model on device camera feed.

Requirements

  • iOS 14+
  • Xcode 12+
  • Physical device (camera access required)

Setup

git clone https://github.com/yourusername/coreml-object-detection.git

open CoreMLObjDetect.xcodeproj

Configure signing team and bundle identifier, then run on device.

Features

  • Real-time object detection
  • YOLOv7 model via Core ML
  • Camera-based inference
  • Bounding boxes and labels

Notes

  • Must run on physical device
  • Processing happens locally on device
  • Model is pre-trained and optimized for iOS

About

Yolov7 object-detection on IOS using coreml

Topics

Resources

Stars

Watchers

Forks

Languages