Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkebo/coremldemos.swiftpm

Core ML Demos is an experimental Core ML app. It visualizes the inference results of ML models and can be used to benchmark ML models and inference backends.
https://github.com/kkebo/coremldemos.swiftpm

coreml ios ipad ipados swift swift-playgrounds

Last synced: 17 days ago
JSON representation

Core ML Demos is an experimental Core ML app. It visualizes the inference results of ML models and can be used to benchmark ML models and inference backends.

Awesome Lists containing this project

README

        

# Core ML Demos

[![Swift](https://img.shields.io/badge/Swift-5.9-orange.svg)](https://www.swift.org)
[![Swift Playgrounds](https://img.shields.io/badge/Swift%20Playgrounds-4.4-orange.svg)](https://itunes.apple.com/jp/app/swift-playgrounds/id908519492)
![Platform](https://img.shields.io/badge/platform-ipados%20%7C%20ios-lightgrey.svg)
[![License](https://img.shields.io/github/license/kkebo/CoreMLDemos.swiftpm.svg)](LICENSE.txt)

Core ML Demos is an experimental Core ML app. It visualizes inference results of ML models and can be used to benchmark ML models and inference backends.

Demos currently implemented:

- [ ] Image Classification
- [x] Object Detection

## Target platforms

- iPadOS 17.0 or later
- iOS 17.0 or later

## Build requirements

- Swift Playgrounds 4.4 or later (iPadOS 17.0 or later)

## Get Started

1. Clone this repository
- To clone, I recommend using [Working Copy](https://workingcopyapp.com) or [a-Shell](https://holzschu.github.io/a-Shell_iOS/) (`lg2` command).
1. Open DevToys.swiftpm with Swift Playgrounds
1. Run