- Creating a Truss
- Connecting your local development environment to a model server
- Deploying a basic text classification model
- Publishing your model to production
On the right side, you’ll see what your Truss should look like after each step!
Install the Truss package
Make sure you’re using the newest version of Truss to complete this tutorial:Create your Truss
Use thetruss init <folder-name>
command to create a Truss.
My First Truss