Example Gallery: Building BlocksΒΆ
This is a gallery of Tesseract examples that end at the build stage of the Tesseract lifecycle, and that can act as starting points to define and build your own Tesseracts.
You can also find these Tesseracts in the examples directory of the code repository.
Important
Beyond the Build: The real magic happens long after building a Tesseract. For some example applications that use Tesseracts in workflows, check out the Demo and Community Showcase.
HelloWorld
A simple "hello world" Tesseract.
VectorAdd
Tesseract performing vector addition. Highlighting simple array operations and how to use the Tesseract Python API.
Univariate
A Tesseract that wraps the univariate Rosenbrock function, which is a common test problem for optimization algorithms.
Package Data
A guide on including local files into a built Tesseract.
Pyvista on ARM64
A guide showcasing how to use custom build steps to install pyvista within an ARM64 Tesseract.
Local Dependencies
A guide on installing local Python packages into a Tesseract.
Data Loader
Tesseract that loads in data samples from a folder without loading them into memory.
Input/Output File References
Tesseract that mounts input and output directories as datasets.
To be used for Tesseracts with large inputs and/or outputs.