yolo-ios-app

(★ 505)

Ultralytics YOLO iOS app and Swift package for real-time Core ML inference across major computer vision tasks.

File Explorer

  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • Package.swift
  • README.md
  • README.zh-CN.md
  • UltralyticsYOLO.podspec

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

nms

View Details ▼

Tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers from `stdin`.

echo "{{Hello, World!}}" | nms

Decrypt text after a keystroke:

{{ls -la}} | nms -a

Decrypt output immediately, without waiting for a keystroke:

cat {{path/to/file}} | nms -a -f {{blue|white|yellow|black|magenta|green|red}}

Decrypt the content of a file, with a custom output color:

🔍

uv pip

View Details ▼

Provides pip-like commands for installing, uninstalling, and managing packages.

uv pip install {{package}}

Install a package:

uv pip install {{[-r|--requirements]}} {{requirements.txt}}

Install packages from a requirements file:

uv pip install {{package==1.2.3}}

Install a package with a specific version:

🔍

uv run

View Details ▼

Run a command or script in the project environment.

uv run {{path/to/script.py}}

Run a Python script:

uv run {{[-m|--module]}} {{module_name}}

Run a Python module:

uv run {{[-w|--with]}} {{package}} {{command}}

Run a command with additional packages installed temporarily:

🔍

uv venv

View Details ▼

Create an isolated Python environment for installing packages.

uv venv

Create a virtual environment in the default location (`.venv`):

uv venv {{path/to/venv}}

Create a virtual environment at a specific path:

uv venv {{[-p|--python]}} {{3.12}}

Create using a specific Python version:

🔍

pod

View Details ▼

Dependency manager for Swift and Objective-C Cocoa projects.

pod init

Create a Podfile for the current project with the default contents:

pod install

Download and install all pods defined in the Podfile (that haven't been installed before):

pod list

List all available pods:

# Project Badges

// repository documentation