Turicreate
Turicreate is an open-source Python library for scalable machine learning and data analysis. It originated as GraphLab Create, developed by Turi for large-scale ML tasks, and was acquired by Apple in 2016. The project provides a high-level toolkit that enables building models on tabular data, images, and text with concise, Pythonic code.
Its core data structures, SFrame and SArray, support out-of-core processing and analytics on datasets that do
Turicreate offers APIs for a broad range of tasks, including classification, regression, clustering, and recommender systems.
Models trained in Turicreate can be deployed within Python applications or exported to Core ML for integration
Turicreate is maintained as open-source software with documentation and tutorials available through its official website.