Ecosyste.ms: Awesome

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

https://github.com/kkebo/coreml-playground

CoreML examples for Swift Playgrounds
https://github.com/kkebo/coreml-playground

coreml ipad ipados playground swift swift-playgrounds

Last synced: 2 months ago
JSON representation

CoreML examples for Swift Playgrounds

Lists

README

        

## This repository is no longer maintained, but I'm currently developing [the new alternative](https://github.com/kkk669/CoreMLDemos.swiftpm).

![banner](images/banner.png)

# coreml-playground

[![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://www.swift.org)
[![Swift Playgrounds](https://img.shields.io/badge/Swift%20Playgrounds-3.1-orange.svg)](https://itunes.apple.com/jp/app/swift-playgrounds/id908519492)
![Platform](https://img.shields.io/badge/platform-ipados-lightgrey.svg)
[![License](https://img.shields.io/github/license/kkk669/coreml-playground.svg)](LICENSE)

CoreML examples for Swift Playgrounds 3.1 on iPadOS 13.1 or later

![capture](images/capture.gif)

## Get Started

[Subscribe to the feed on your iPad](https://developer.apple.com/ul/sp0?url=https://kebo.xyz/coreml-playground/feed.json)

Before you run the code, make sure that your model file is imported.

![how-to-import-model](images/how-to-import-model.jpg)

## Supported models

1. Object Recognition
- [MobileNetv2](https://developer.apple.com/machine-learning/models/)
- [Resnet50](https://developer.apple.com/machine-learning/models/)
- [SqueezeNet](https://developer.apple.com/machine-learning/models/)
1. Object Detection
- [YOLOv3-Tiny](https://developer.apple.com/machine-learning/models/)
- [MobileNetV2+SSDLite](https://machinethink.net/blog/mobilenet-ssdlite-coreml/)
- ~~[YOLOv3](https://developer.apple.com/machine-learning/models/)~~ (insufficient memory)