Quick Links: Installation | Documentation
Turi Create simplifies the development of custom machine learning models. You don't have to be a machine learning expert to add recommendations, object detection, image classification, image similarity or activity classification to your app.
With Turi Create, you can accomplish many common ML tasks:
Example: Image classifier with a few lines of codeIf you want your app to recognize specific objects in images, you can build your own model with just a few lines of code:
import turicreate as tc # Load data data = tc.SFrame('photoLabel.sframe') # Create a model model = tc.image_classifier.create(data, target='photoLabel') # Make predictions predictions = model.predict(data) # Export to Core ML model.export_coreml('MyClassifier.mlmodel')
It's easy to use the resulting model in an iOS application:
Turi Create supports:
Turi Create requires:
For detailed instructions for different varieties of Linux see LINUX_INSTALL.md. For common installation issues see INSTALL_ISSUES.md.
We recommend using virtualenv to use, install, or build Turi Create.
The method for installing Turi Create follows the standard python package installation steps. To create and activate a Python virtual environment called venv
follow these steps:
# Create a Python virtual environment cd ~ virtualenv venv # Activate your virtual environment source ~/venv/bin/activate
Alternatively, if you are using Anaconda, you may use its virtual environment:
conda create -n virtual_environment_name anaconda conda activate virtual_environment_name
To install Turi Create
within your virtual environment:
(venv) pip install -U turicreate
The package User Guide and API Docs contain more details on how to use Turi Create.
Turi Create does not require a GPU, but certain models can be accelerated 9-13x by utilizing a GPU.
Linux macOS 10.13+ macOS 10.14+ discrete GPUs, macOS 10.15+ integrated GPUs Activity Classification Image Classification Activity Classification Drawing Classification Image Similarity Object Detection Image Classification Sound Classification One Shot Object Detection Image Similarity Style Transfer Object Detection One Shot Object Detection Sound Classification Style TransfermacOS GPU support is automatic. For Linux GPU support, see LinuxGPU.md.
If you want to build Turi Create from source, see BUILD.md.
Prior to contributing, please review CONTRIBUTING.md and do not provide any contributions unless you agree with the terms and conditions set forth in CONTRIBUTING.md.
We want the Turi Create community to be as welcoming and inclusive as possible, and have adopted a Code of Conduct that we expect all community members, including contributors, to read and observe.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4