git404hub

what is awesome-coreml-models fr?

likedan/awesome-coreml-models — explained in plain English

Analysis updated 2026-06-24

7,001PythonAudience · developerComplexity · 2/5Setup · easy

tl;dr

A curated collection of ready-to-use machine learning model files in Apple's Core ML format, covering image recognition, text analysis, style transfer, and audio tasks, plug directly into an Xcode project for on-device AI without a server.

vibe map

mindmap
  root((CoreML Models))
    Image Tasks
      Object recognition
      Food detection
      Style transfer
      Depth estimation
    Text Tasks
      Sentiment analysis
      Toxicity detection
      Text generation
    Audio Tasks
      Music genre
      Speech recognition
    Usage
      Download model file
      Add to Xcode
      Run on device

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Download a pre-built Core ML model for food or object classification and plug it directly into an Xcode project.

VIBE 2

Add on-device age and gender detection to an iOS camera app without sending data to a server.

VIBE 3

Implement sentiment analysis of user reviews inside a macOS app using a ready-made text model.

VIBE 4

Add artistic style transfer to photos in an iOS app with a downloadable Core ML style model.

what's the stack?

SwiftCore MLPythonXcode

how it stacks up fr

likedan/awesome-coreml-modelscluic/wxautoopennmt/opennmt-py
Stars7,0017,0007,003
LanguagePythonPythonPython
Setup difficultyeasymoderatehard
Complexity2/52/54/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

in plain english

This repository is a collection of machine learning models in Apple's Core ML format, built for developers who want to add AI-powered features to their iOS, macOS, tvOS, or watchOS apps. Apple introduced Core ML with iOS 11, and it allows apps to run machine learning models directly on the device without sending data to a server. This collection aims to be the largest single place to find ready-to-use Core ML models. The models in the collection cover a wide range of tasks. Many work with images: some identify what objects appear in a photo, others predict the location where a photo was taken, classify the type of food shown, detect flowers, recognize artistic styles, or estimate a person's age and gender from a portrait. There are models for detecting text in images, predicting the depth of a scene from a single photo, and segmenting a camera frame into labeled regions like road, sky, or person. Beyond images, the collection includes models for natural language tasks. These include sentiment analysis of text, a tool for predicting whether a document is toxic, and models that generate text responses. There is also a section for style transfer models, which repaint a photo to look like a painting, and a section for audio models that can identify the genre of a song or recognize spoken words. Each entry in the collection links to a downloadable model file, a demo app that shows the model working on a real device, and a reference paper or source. Developers can plug the downloaded file directly into an Xcode project. The repository also mentions Netron, a third-party viewer that lets you inspect the structure of a model file. The project is community-maintained and accepts contributions. If someone has converted a new model to Core ML format, they can submit a pull request to add it to the list.

prompts (copy fr)

prompt 1
I want to add object recognition to my iOS app, find me a Core ML model from awesome-coreml-models and show me how to integrate it in Xcode.
prompt 2
How do I add on-device text sentiment analysis to my iOS app using a model from this collection? Show me the Swift code.
prompt 3
I want to do style transfer on photos in my iOS app, which model from awesome-coreml-models should I use and how do I call it from Swift?
prompt 4
How do I inspect a Core ML model file from this collection using Netron before adding it to my project?

Frequently asked questions

what is awesome-coreml-models fr?

A curated collection of ready-to-use machine learning model files in Apple's Core ML format, covering image recognition, text analysis, style transfer, and audio tasks, plug directly into an Xcode project for on-device AI without a server.

What language is awesome-coreml-models written in?

Mainly Python. The stack also includes Swift, Core ML, Python.

How hard is awesome-coreml-models to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is awesome-coreml-models for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.