fatihdurmaz/yolo-ios-sdk
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.
π Quickstart Guide
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)β¨ Features
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.
π License
This project is licensed under the MIT License. See the LICENSE file for details.
π€ Contact
For issues, feature requests, or contributions, please visit our GitHub Issues.
Package Metadata
Repository: fatihdurmaz/yolo-ios-sdk
Default branch: main
README: README.md