Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Tesseract 0.9.1 documentation
Light Logo Dark Logo

Introduction

  • Installation
  • Get started
  • Differentiable Programming basics
  • Tesseract User Forums

Creating Tesseracts

  • Creating Tesseracts
  • Tips for defining Tesseract APIs
  • Deploying Tesseracts

Using Tesseracts

  • Interacting with Tesseracts
  • Array encodings
  • Advanced usage

Tutorials

  • Expert showcase
  • Example Gallery
    • Custom build steps: PyVista on ARM64 example
    • Installing local dependencies into a Tesseract
    • Passing in local data into a Tesseract
    • Hello World
    • Dataloader
    • Vector Add

Misc

  • Frequently Asked Questions

API Reference

  • Configuration via tesseract_config.yaml
  • Tesseract endpoints
  • tesseract command line application
  • tesseract Python API
  • tesseract-runtime command line application
  • tesseract_runtime Python API
Back to top
View this page

Example GalleryΒΆ

Hello World

A simple hello world Tesseract.

helloworld.html
Package Data

A guide on including local data into Tesseract package.

packagedata.html
Vector Add

Tesseract doing vector add.

vectoradd.html
Pyvista on Arm64

A guide on how to set up tesseract_config for pyvista on arm64.

arm64.html
Local Dependencies

A guide on installing local dependencies (cowsay) into a Tesseract.

localdependency.html
Data Loader

Tesseract that loads in data samples from a folder.

dataloader.html
Next
Custom build steps: PyVista on ARM64 example
Previous
Advanced usage
Copyright © 2025, Pasteur Labs
Made with Sphinx and @pradyunsg's Furo