Skip to content

YOLO iOS SDK is a SPM package that allows easy integration of the YOLO object detection model on iOS platforms. Optimized for real-time object detection, this SDK works with CoreML support.

License

Notifications You must be signed in to change notification settings

fatihdurmaz/yolo-ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO SDK for iOS Swift Package

Swift Platform Platform Platform License

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.

image

📂 Content

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.

🛠 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.

About

YOLO iOS SDK is a SPM package that allows easy integration of the YOLO object detection model on iOS platforms. Optimized for real-time object detection, this SDK works with CoreML support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages