Welcome to the YOLO iOS Swift Package repository! This package simplifies the integration of YOLO (You Only Look Once) object detection models into your iOS applications. It allows you to easily run real-time object detection with CoreML models directly on iOS devices.
This repository only contains the Swift Package for YOLO model integration and does not include the main app or example applications.
YOLO iOS Swift Package: A lightweight library for integrating YOLO models into your iOS, iPadOS, and macOS applications. It supports real-time object detection using CoreML models.
1. Install the Swift Package
To add the YOLO iOS Swift Package to your project, follow these steps:
Open your Xcode project. Go to File > Add Packages. Paste the following URL:
https://github.com/fatihdurmaz/yolo-ios-sdk
2. Use YOLO in Your Project
Import the YOLO package and call the model for object detection.
import YOLO
let result = model(uiImage)
Real-Time Object Detection: High-speed, high-accuracy detection on iPhones and iPads using CoreML models. Multi-Platform Support: Works on iOS, iPadOS, and macOS. Easy Integration: One-liner to run object detection in your app.
This project is licensed under the MIT License. See the LICENSE file for details.
For issues, feature requests, or contributions, please visit our GitHub Issues.