Create ML is a tool created by Apple used to create and train custom machine learning models on the Mac. Models are trained using representative samples such as text and images to find patterns and consequently create models that can be used in the CoreML framework.
CreateML framework is used for creating and training custom machine learning models on Mac computers. With CreateML module developers are able to train a model to recognize people's faces, for example, by feeding it lots of images of different faces. After we have trained the MLMODEL well enough, we can test it out on faces it hasn’t seen before, and, then, evaluate how well it performed the task. When the model is performing good, we are ready to integrate it into the application using the CoreML framework.