Swift Coreml

Open-source Swift projects categorized as Coreml

Top 20 Swift Coreml Projects

  1. MochiDiffusion

    Run Stable Diffusion on Mac natively

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. iOS 11 by Examples

    ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Examples of new iOS 11 APIs

  4. FluidAudio

    Frontier CoreML audio models in your apps โ€” text-to-speech, speech-to-text, voice activity detection, and speaker diarization. In Swift, powered by SOTA open source.

    Project mention: Show HN: MimicScribe โ€“ transcriber with ~97% accurate on-device speaker IDing | news.ycombinator.com | 2026-06-05
  5. Apple-Silicon-Guide

    Apple Silicon Guide. Learn all about the A17 Pro, A16 Bionic, R1, M1-series, M2-series, and M3-series chips. Along with all the Devices, Operating Systems, Tools, Gaming, and Software that Apple Silicon powers.

  6. CoreML-in-ARKit

    Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.

  7. NSFWDetector

    A NSFW (aka porn) detector with CoreML

  8. Lumina

    A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features

  9. iowncode

    A curated collection of iOS, ML, AR resources sprinkled with some UI additions

  10. similarity-search-kit

    ๐Ÿ”Ž SimilaritySearchKit is a Swift package providing on-device text embeddings and semantic search functionality for iOS and macOS applications.

  11. BackgroundRemoval

    Background Removal written with swift using u2net model

  12. teemoji

    like tee but with emojis ๐Ÿต

  13. DeTeXt

    iOS app that detects LaTeX symbols from drawings. Built using PencilKit, SwiftUI, Combine and CoreML for iOS 14(or greater) and macOS 11(or greater).

  14. CoreMLPlayer

    Try CoreML models on multiple images and videos easily and quickly

  15. SwiftSemanticSearch

    Real-time on-device text-to-image and image-to-image Semantic Search with video stream camera capture using USearch & UForm AI Swift SDKs for Apple devices ๐Ÿ

  16. CLIP-Finder2

    CLIP-Finder enables semantic offline searches of images from gallery photos using natural language descriptions or the camera. Built on Apple's MobileCLIP-S0 architecture, it ensures optimal performance and accurate media retrieval.

  17. volocal

    Fully local voice AI for iOS

    Project mention: Ollama is now powered by MLX on Apple Silicon in preview | news.ycombinator.com | 2026-03-30

    Depending on the use case, the future is already here.

    For example, last week I built a real-time voice AI running locally on iPhone 15.

    One use case is for people learning speaking english. The STT is quite good and the small LLM is enough for basic conversation.

    https://github.com/fikrikarim/volocal

  18. face-id

    Finding similar faces on iOS device using keras-vggface ML model.

  19. NeuralForge

    On-device LLM fine-tuning for Apple Silicon (ANE)

    Project mention: Show HN: NeuralForge โ€“ Fine-Tune LLMs on Your Mac Using Apple Neural Engine | news.ycombinator.com | 2026-03-12

    - Some UI features are still stubs (being honest)

    Setup: git clone + bash setup.sh (one command)

    The hardest part was ANE itself. There's basically zero documentation on using it for training โ€” it's designed for inference only. I had to reverse-engineer the MIL compiler, figure out the 119-kernel compilation limit per process, and build an exec() restart mechanism that transparently re-launches the training process to get fresh kernel budget.

    MIT licensed: https://github.com/Khaeldur/NeuralForge

    Happy to answer questions about ANE internals.ye

  20. apple-silicon-llm-bench

    Neutral, reproducible benchmark for local LLMs on Apple Silicon (Mac ยท iPhone ยท iPad) โ€” MLX, llama.cpp, CoreML, Apple Foundation Models

    Project mention: Show HN: iPhone ANE holds LLM tok/s while MLX and LiteRT thermal-throttle | news.ycombinator.com | 2026-06-03
  21. Parrot

    ๐Ÿฆœ Free, open-source macOS meeting recorder โ€” real-time transcription, 100% on-device, no cloud, no API costs. Built with SwiftUI + WhisperKit. (by turantekin)

    Project mention: Show HN: Parrot: Free, open-source macOS meeting recorder. 100% on-device | news.ycombinator.com | 2026-04-16
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Swift Coreml discussion

Log in or Post with

Swift Coreml related posts

  • Show HN: MimicScribe โ€“ transcriber with ~97% accurate on-device speaker IDing

    1 project | news.ycombinator.com | 5 Jun 2026
  • Show HN: NeuralForge โ€“ Fine-Tune LLMs on Your Mac Using Apple Neural Engine

    2 projects | news.ycombinator.com | 12 Mar 2026
  • RetroGaming on Apple Silicon

    1 project | /r/retrogaming | 20 Feb 2023
  • Mac Pro Enthusiasts Raise Concerns Over Upgrade Limitations of Apple Silicon

    1 project | /r/apple | 27 Jan 2023
  • Any tips on saving a image with removed background as an png to firebase?

    1 project | /r/SwiftUI | 27 Nov 2022
  • StoneToss (political cartoonist who enjoys offending) launched his NFTs yesterday. They sold out in 22 minutes, OpenSea banned the collection within the first 6 hours after 100eth+ transactions had occurred. Rarible just banned the collection in the past hour.

    1 project | /r/CryptoCurrency | 21 Nov 2021
  • DeTeXt - iOS, iPadOS and macOS app that can detect LaTeX commands from drawings. Open-source and built using SwiftUI

    1 project | /r/SwiftUI | 21 Sep 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more โ†’

Index

What are some of the best open-source Coreml projects in Swift? This list will help you:

# Project Stars
1 MochiDiffusion 7,892
2 iOS 11 by Examples 3,290
3 FluidAudio 2,162
4 Apple-Silicon-Guide 1,880
5 CoreML-in-ARKit 1,693
6 NSFWDetector 1,663
7 Lumina 913
8 iowncode 911
9 similarity-search-kit 530
10 BackgroundRemoval 272
11 teemoji 197
12 DeTeXt 173
13 CoreMLPlayer 167
14 SwiftSemanticSearch 150
15 CLIP-Finder2 91
16 volocal 79
17 face-id 22
18 NeuralForge 8
19 apple-silicon-llm-bench 4
20 Parrot 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com