All Projects β†’ pdil β†’ ClassifierKit

pdil / ClassifierKit

Licence: MIT License
πŸ€– A suite of tools and examples for training Core ML models with Create ML.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to ClassifierKit

AIBud
An experimental CreateML project for predicting playing musical key and scale in realtime
Stars: ✭ 18 (-21.74%)
Mutual labels:  coreml, createml
ESC10-CoreML
An open-source CoreML model trained on the ESC10 dataset
Stars: ✭ 17 (-26.09%)
Mutual labels:  coreml, createml
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (+256.52%)
Mutual labels:  coreml, createml
digitrecognition ios
Deep Learning with Tensorflow/Keras: Digit recognition based on mnist-dataset and convolutional neural-network on iOS with CoreML
Stars: ✭ 23 (+0%)
Mutual labels:  coreml
jscore-playground
JavaScriptCore example for Swift Playgrounds
Stars: ✭ 17 (-26.09%)
Mutual labels:  swift-playgrounds
iSpyML
Just another app that looks for NSFW😱 photos into your 'hidden' folder. 🍎 Posts to Facebook timeline is v 2.0 feature.
Stars: ✭ 19 (-17.39%)
Mutual labels:  coreml
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! πŸ‘€
Stars: ✭ 13 (-43.48%)
Mutual labels:  coreml
visual-recognition-with-coreml
πŸ•Ά Classify images offline using Watson Visual Recognition and Core ML.
Stars: ✭ 40 (+73.91%)
Mutual labels:  coreml
CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
Stars: ✭ 38 (+65.22%)
Mutual labels:  coreml
loki
Proof-of-concept of emotion-targeted content delivery using machine learning and ARKit.
Stars: ✭ 76 (+230.43%)
Mutual labels:  coreml
CoreMLDemo
CoreML.framework Demo App
Stars: ✭ 42 (+82.61%)
Mutual labels:  coreml
Swift101
That contains various information and examples about the basics of Swift Programming. πŸ’» πŸ“± πŸ“Ί ⌚️
Stars: ✭ 28 (+21.74%)
Mutual labels:  swift-playgrounds
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.
Stars: ✭ 15 (-34.78%)
Mutual labels:  coreml
GestureAI
RNN(Recurrent Nerural network) model which recognize hand-gestures drawing 5 figures.
Stars: ✭ 20 (-13.04%)
Mutual labels:  coreml
Route-Direction-in-AR
Adding the Feature "Real World Path Direction" by tapping on Map. GoogleMap will give us the direction to that location from user location then click on "ARView" & you will get the real-world path direction. Also added "Reachability" for finding path in Google map. -- Also added .mlmodel for car-detection. Initially trained the model using Convo…
Stars: ✭ 32 (+39.13%)
Mutual labels:  coreml
iOS11-Demos
Collection of samples and demos of features introduced in iOS 11
Stars: ✭ 16 (-30.43%)
Mutual labels:  coreml
WhoAreYou
Face detection and recognition with CoreML andΒ ARKit
Stars: ✭ 91 (+295.65%)
Mutual labels:  coreml
ARKitDemoPlayground
A demo of the ARKit Demo project from Xcode 9 as a Swift Playground
Stars: ✭ 47 (+104.35%)
Mutual labels:  swift-playgrounds
KoreanClassification Keras Coreml
ν•œκΈ€ 손글씨 λΆ„λ₯˜ λͺ¨λΈμ„ λ§Œλ“€μ–΄ iOS μ• ν”Œλ¦¬μΌ€μ΄μ…˜μ— μ μš©ν•΄λ³΄μ•˜μŠ΅λ‹ˆλ‹€ πŸ“±
Stars: ✭ 29 (+26.09%)
Mutual labels:  coreml
mnist-coreml
Simple convolutional neural network to predict handwritten digits using Keras + CoreML for WWDC '18 scholarship [Accepted]
Stars: ✭ 45 (+95.65%)
Mutual labels:  coreml

ClassifierKit

πŸ€– A suite of tools and examples for training Core ML models with Create ML.

πŸ“„ Requirements

  • macOS 10.14 (Mojave) or later (download)
  • Xcode 10 or later (download)
  • Swift 4.2 or later

Important Note: Create ML is not available for the iOS SDK. It can only be used on macOS to train models and is not intended for on-device training. Instead, it is used to train models with data (which may take minutes to hours depending on computing power, size of dataset, and model). When the model is trained, a .mlmodel file can be exported and implemented in iOS/tvOS/watchOS/macOS apps using Core ML.

βš™οΈ Models

The following models are available as example Playgrounds:

Model Associated Type Playground
πŸŒ… Image Classifier MLImageClassifier
πŸŒ… Image Classifier Builder MLImageClassifierBuilder πŸ”—
πŸ“„ Text Classifier MLTextClassifier πŸ”—
🏷️ Word Tagger MLWordTagger πŸ”—
πŸ“Š Decision Tree Classifier MLDecisionTreeClassifier πŸ”—
πŸ“Š Random Forest Classifier MLRandomForestClassifier πŸ”—
πŸ“Š Boosted Tree Classifier MLBoostedTreeClassifier
πŸ“Š Logistic Regression Classifier MLLogisticRegressionClassifier
πŸ“Š Support Vector Classifier MLSupportVectorClassifier
πŸ“ˆ Linear Regressor MLLinearRegressor
πŸ“ˆ Decision Tree Regressor MLDecisionTreeRegressor
πŸ“ˆ Boosted Tree Regressor MLBoostedTreeRegressor
πŸ“ˆ Random Forest Regressor MLRandomForestRegressor

Note: Some of these are incomplete and are currently being added. The goal is to eventually have comprehensive example playgrounds for each model type in Create ML, including sample data and explanations. See Project #1 to track the progress of these playgrounds.

πŸ“ Usage

The easiest way to begin using ClassifierKit is to clone it directly onto your computer.

  1. Navigate to the desired directory on your local filesystem.
$ cd Desktop/or/any/other/folder
  1. Clone this repository:
$ git clone https://github.com/pdil/ClassifierKit.git
  1. Begin! The Playgrounds folder contains Swift Playgrounds for the many models contained within Create ML that will allow you to set parameters and begin training the models, either with the provided sample data or your own data.

πŸ—ƒοΈ References

Datasets

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].