GithubHelp home page GithubHelp logo

onuralpszr / yolo-ios-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ultralytics/yolo-ios-app

0.0 0.0 0.0 95 KB

Ultralytics YOLO iOS App source code for using YOLO in your own iOS apps!

Home Page: https://ultralytics.com/yolo

License: GNU Affero General Public License v3.0

Swift 100.00%

yolo-ios-app's Introduction

Ultralytics logo

๐Ÿš€ Ultralytics YOLO iOS App

Ultralytics Actions

Welcome to the Ultralytics YOLO iOS App GitHub repository! ๐Ÿ“– Leveraging Ultralytics' advanced YOLOv8 object detection models, this app transforms your iOS device into an intelligent detection tool. Explore our guide to get started with the Ultralytics YOLO iOS App and discover the world in a new and exciting way.

๐Ÿ›  Quickstart: Setting Up the Ultralytics YOLO iOS App

Getting started with the Ultralytics YOLO iOS App is straightforward. Follow these steps to install the app on your iOS device.

Prerequisites

Ensure you have the following before you start:

  • Xcode: The Ultralytics YOLO iOS App requires Xcode installed on your macOS machine. Download it from the Mac App Store.

  • An iOS Device: For testing the app, you'll need an iPhone or iPad running iOS 14.0 or later.

  • An Apple Developer Account: A free Apple Developer account will suffice for device testing. Sign up here if you haven't already.

Installation

  1. Clone the Repository:

    git clone https://github.com/ultralytics/yolo-ios-app.git
  2. Open the Project in Xcode:

    Navigate to the cloned directory and open the YOLO.xcodeproj file.

    XCode load project screenshot

    In Xcode, go to the project's target settings and choose your Apple Developer account under the "Signing & Capabilities" tab.

  3. Add YOLOv8 Models to the Project:

    Export CoreML INT8 models using the ultralytics Python package, or download them from our GitHub release assets. Then place them in the YOLO/Models directory.

    # Install with 'pip install ultralytics'
    from ultralytics import YOLO
    
    # Export all YOLOv8 models to CoreML INT8 
    for size in ("n", "s", "m", "l", "x"):  # all YOLOv8 model sizes
        YOLO(f"yolov8{size}.pt").export(format="coreml", int8=True, nms=True, imgsz=[640, 384])
  4. Run the Ultralytics YOLO iOS App:

    Connect your iOS device and select it as the run target. Press the Run button to install the app on your device.

    Ultralytics YOLO XCode screenshot

๐Ÿš€ Usage

The Ultralytics YOLO iOS App is designed to be intuitive:

  • Real-Time Detection: Launch the app and aim your camera at objects to detect them instantly.
  • Multiple AI Models: Select from a range of Ultralytics YOLOv8 models, from YOLOv8n 'nano' to YOLOv8x 'x-large'.

๐Ÿ’ก Contribute

We warmly welcome your contributions to Ultralytics' open-source projects! Your support and contributions significantly impact. Get involved by reviewing our Contributing Guide, and share your feedback through our Survey. A massive thank you ๐Ÿ™ to everyone who contributes!

Ultralytics open-source contributors

๐Ÿ“„ License

Ultralytics offers two licensing options:

  • AGPL-3.0 License: An OSI-approved open-source license, perfect for academics, researchers, and enthusiasts. It encourages sharing knowledge and collaboration. See the LICENSE file for details.

  • Enterprise License: Designed for commercial use, this license permits integrating Ultralytics software into proprietary products and services. For commercial use, please contact us through Ultralytics Licensing.

๐Ÿค Contact

  • Submit Ultralytics bug reports and feature requests via GitHub Issues.
  • Join our Discord for assistance, questions, and discussions with the community and team!

Ultralytics GitHub space Ultralytics LinkedIn space Ultralytics Twitter space Ultralytics YouTube space Ultralytics TikTok space Ultralytics Instagram space Ultralytics Discord

yolo-ios-app's People

Contributors

glenn-jocher avatar pderrenger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.