ClassifierKit
๐ค A suite of tools and examples for training Core ML models with Create ML.
Install / Use
/learn @pdil/ClassifierKitREADME
ClassifierKit
๐ค A suite of tools and examples for training Core ML models with Create ML.
๐ Requirements
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.
- Navigate to the desired directory on your local filesystem.
$ cd Desktop/or/any/other/folder
- Clone this repository:
$ git clone https://github.com/pdil/ClassifierKit.git
- Begin! The
Playgroundsfolder 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
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star โญ๏ธ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
research_rules
Research & Verification Rules Quote Verification Protocol Primary Task "Make sure that the quote is relevant to the chapter and so you we want to make sure that we want to have it identifie
