Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.85 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.85 KB

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.