An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: coreml-framework

likedan/Awesome-CoreML-Models

Largest list of models for Core ML (for iOS 11+)

Language: Python - Size: 2.92 MB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 6,650 - Forks: 490

eleev/ios-learning-materials

📚 Curated list of articles, tutorials and repos that may help you dig a little bit deeper into iOS [and Apple Platforms].

Language: Swift - Size: 5.69 MB - Last synced at: 7 days ago - Pushed at: 11 months ago - Stars: 2,966 - Forks: 378

eugenebokhan/awesome-ml

Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.

Language: C++ - Size: 48.6 MB - Last synced at: 9 days ago - Pushed at: about 6 years ago - Stars: 219 - Forks: 36

ytakzk/CoreML-samples

Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.

Language: Jupyter Notebook - Size: 89.9 MB - Last synced at: 8 days ago - Pushed at: almost 8 years ago - Stars: 44 - Forks: 16

john-rocky/CoreML-Models

Converted CoreML Model Zoo.

Size: 57.5 MB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 1,469 - Forks: 138

SwiftBrain/awesome-CoreML-models

Collection of models for Core ML

Size: 17 MB - Last synced at: 9 days ago - Pushed at: over 5 years ago - Stars: 582 - Forks: 61

filsv/CoreMLExample

Test Example of CoreML

Language: Swift - Size: 82 MB - Last synced at: 23 days ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

svidt/semantic-segmentation

Detection Transformer (DETR) for panoptic semantic segmentation. Original Paper: Nicolas Carion and Francisco Massa and Gabriel Synnaeve and Nicolas Usunier and Alexander Kirillov and Sergey Zagoruyko (End-to-End Object Detection with Transformers, https://hf.co/papers/2005.12872)

Language: Swift - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cocoa-ai/ModelZoo

🦁 A central GitHub repository for sharing Core ML models

Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 95 - Forks: 6

gaelfoppolo/CoreML-Flowers

Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.

Language: Swift - Size: 44.9 KB - Last synced at: 10 days ago - Pushed at: almost 8 years ago - Stars: 20 - Forks: 2

cafielo/MNISTKit

The better way to deal with MNIST model and Core ML in iOS

Language: Swift - Size: 2.08 MB - Last synced at: 19 days ago - Pushed at: over 7 years ago - Stars: 22 - Forks: 1

appcoda/CoreMLDemo

A simple demo for Core ML

Language: Swift - Size: 82 MB - Last synced at: 8 days ago - Pushed at: about 5 years ago - Stars: 98 - Forks: 20

ph1ps/Food101-CoreML 📦

A CoreML model which classifies images of food

Language: Swift - Size: 3.73 MB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 144 - Forks: 32

ph1ps/MNIST-CoreML 📦

Predict handwritten digits with CoreML

Language: Python - Size: 4.22 MB - Last synced at: 5 months ago - Pushed at: about 7 years ago - Stars: 66 - Forks: 11

LoviceSunuwar/iOS-CoreML-Twitter-Sentiment-Analysis

A simple, NLP App about sentiments on a string. (Twitter) Leveraging CoreML.

Language: Swift - Size: 329 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

fguzman82/CoreMLProfiler

Tool for visual profiling Core ML models, compatible with both package and compiled versions, including reasons for unsupported operations on the Neural Engine

Language: Swift - Size: 2.98 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

IlijaMihajlovic/Core-ML-And-Vision-Object-Classifier-Lightweight-Version

Core ML and Vision object classifier with a lightweight trained model. The model is trained and tested with Create ML straight from Xcode Playgrounds with the dataset I provided.

Language: Swift - Size: 43.4 MB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 15

appoly/IdentifyKit

Swift package used to easily integrate classifier coreML models into your code.

Language: Swift - Size: 18.6 KB - Last synced at: 30 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

MarcSteven/CoreMLUtils

ensure the CoreML model

Language: Python - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

yujinkim1/demo-ios

A collection of demo apps on iOS

Language: Swift - Size: 21.8 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

soichiro0311/ML-AR-Practice

coreML/ARkitをswiftで使ってみる

Language: Swift - Size: 82.6 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

anujdutt9/iOS-MachineLearning

Machine Learning iOS applications.

Language: Jupyter Notebook - Size: 236 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

yogesh2209/UIImageToPixelBufferMLModel

Converts UIImage to PixelBuffer which is used as an input by CoreML for prediction.

Language: Swift - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

iHirenDev/HPImageClassifier

Simple Image Classifier for detecting Apple and Orange using CoreML.

Language: Swift - Size: 81.2 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Shakshi3104/Vision-ML-SwiftUI

Classifying Images with Vision, Core ML and SwiftUI

Language: Swift - Size: 26.7 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 2

amanbind007/Drawing-Guesser-iOS

iOS App that guesses what you have drawn. It is creating using SwiftUI interface and CoreML. Model is trained using Google's Quick Draw Dataset

Language: Swift - Size: 60.8 MB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mohdsanadzakirizvi/CoreML3-Resnet50

Language: Swift - Size: 111 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 6

082rakesh/ObjectRecognition

Object detection from the video using Core ML and tensor flow

Language: Swift - Size: 3.51 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

lukaszgolojuch/Gdansk-Tour

SwiftUI iOS application that uses AI to recognize historical buildings and museums of Gdańsk.

Language: Swift - Size: 9.99 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ChangYeop-Yang/Activity-CapstoneDesignProject-2

[Capstone Design 2] Team Capstone Design Project. (Prof. 고석주)

Language: Swift - Size: 102 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 3

MShvagir/100DaysSwiftUIChallenge

100 Days of SwiftUI Challenge

Language: Swift - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sayaleepote/Vision_CoreML-App

This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.

Language: Swift - Size: 39.5 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 18 - Forks: 8

IlijaMihajlovic/CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model

This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several different types of objects in the image. The detections are described by bounding boxes, and for each bounding box, the model also predicts a class.

Language: Swift - Size: 8.06 MB - Last synced at: 15 days ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 22

TarokhDev2020/BetterRest-for-SwiftUI

With BetterRest you can get your ideal bedtime based on when do you want to wake up, desired amount of sleep and daily coffee intake with Core ML

Language: Swift - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

laanlabs/CarPoseDemo

Real-time Mobile Car Pose Estimation with CoreML

Language: C++ - Size: 3.66 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 57 - Forks: 14

eduardolomb/CoreML

Este projeto iOS pretende implementar as tecnologias de CoreML para reconhecimento de objetos utilizando a câmera traseira de um iPhone. Ele já vem com um modelo dentro do projeto (94mb), mas permite que seja utilizado outro atualizável a partir da web.

Language: Swift - Size: 83.3 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

eduardolomb/ClassificadorML

Este projeto tem por base gerar modelos CoreML para classificação de objetos através da câmera de dispositivos iOS em português.

Language: Python - Size: 873 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

mgefimov/colorizer

black & white photo colorizer

Language: Jupyter Notebook - Size: 229 MB - Last synced at: 13 days ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

enumcase/healthy-snacks

Healthy/unhealthy snacks classifier.

Language: Swift - Size: 10.2 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

EgorMezhin/WhatFlowerApp-CoreML

The App identifies a flower from a photo and provides a short description.

Language: Swift - Size: 837 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

powermobileweb/ARTetris---SceneKit

Augmented Reality Tetris made with ARKit and SceneKit

Language: Swift - Size: 15.6 KB - Last synced at: 16 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 2

michalnowak061/ImageClassifier-iOS-App

This project is simple iOS app using CoreML framework to predict object class on the photo

Language: Swift - Size: 24.5 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

joaoipiraja/fastmenu

2nd Challenge - Mac CLI App

Language: Swift - Size: 1.14 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Sekaye/FoodVision

Open Source Core ML project capable of identifying various types of food. Cloning this project will result in build failures as certain files such as the model itself are too large to upload.

Language: Swift - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vincecloutier/blindsight

An app that allows for blind users to detect objects using machine learning.

Language: Swift - Size: 15 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

FTD-YI/TestCoreML

A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.

Language: Swift - Size: 88.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 63 - Forks: 9

dramikei/handwriting-recogniser

An app which recognises handwritten English characters using Vision/CoreML and a trained model using CreateML

Language: Swift - Size: 781 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 0

mahmoudfouadbadwy/BetterRest

Better Rest is an app that allows users to know how many hours they need to sleep.

Language: Swift - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

clarenceji/Is-Clarence-

A test project with the CreateML and CoreML to identify if the person in given photos is Clarence.

Language: Swift - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

freedomtan/SimpleInceptionV3-ObjC

A simple image classification test using Core ML and Inception V3 model in Objective-C

Language: Objective-C - Size: 4.64 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 22 - Forks: 1

prabal4546/BetterRest

SwiftUI App to suggest sleep time using CoreML framework

Language: Swift - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Zulqarnayn/DetectAnimal

This is an animal detection iOS application

Language: Swift - Size: 16.3 MB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

dramikei/vision-app

An app that uses CoreML and SqueezeNet to take a picture and tell what the object it thinks is in the picture!

Language: Swift - Size: 4.3 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

sokravtsov/ImageRecognition

Image recognition iOS app with Apple’s CoreML and Vision APIs

Language: Swift - Size: 161 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 2

leonardo-ferreira07/CoreMLTest

Sample application to test the new CoreML framework on iOS 11, using the inception v3 model.

Language: Swift - Size: 82 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

prateekguptaiiitk/iOS_Handwritten_Digit_Recognizer

iOS Application that recognizes handwritten digits using CoreML module

Language: Swift - Size: 840 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Swift85/CoreML

Get Ready for Core ML 2

Language: Swift - Size: 38.1 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

freedomtan/SimpleInceptionV3

A simple image classification test using Core ML and Inception V3 model

Language: Swift - Size: 4.64 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

psx95/iOS-FlowerClassifier

A sample iOS app using coreML to identify the type of Flower from its clicked picture.

Language: Swift - Size: 215 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

vigneshwar-d/SeaFood

Detect objects using machine learning.

Language: Swift - Size: 82 MB - Last synced at: 6 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

yusufkildan/CoreMLDemo

Language: Swift - Size: 82.5 MB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

yoovraj/CoreMLImageRecognition

Just build this simple app to check CoreML feature in MLTokyo Meetup

Language: Swift - Size: 698 KB - Last synced at: about 2 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

jldavid/FaceDetection

Confoo 2018 - Add Machine Learning to your iOS 
App with Core ML

Language: Swift - Size: 2.64 MB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

jldavid/FlowerClassifier

Confoo 2018 - Add Machine Learning to your iOS 
App with Core ML

Language: Swift - Size: 138 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

hsjcom/SJCoreMLDemo

Core ML & Vison Demo

Language: Objective-C - Size: 237 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1