Skip to content

Halsted SDK Overview

The Halsted SDK gives you access to state-of-the-art vision-based foundation models to process your own surgical videos.

Features

  • Upload and process videos
  • Run AI inference on surgical footage
  • Retrieve structured performance insights

Quick Start

Head to the Installation section to install the package before proceeding. Processing your own video is as simple as running the following commands in Python.

from halsted_sdk import HalstedClient

# Initialize the client
client = HalstedClient(
    username='your_username',
    halsted_api_key='your_api_key'
)

# Process a video
df = client.process_video('/path/to/video.mp4')

# Work with the results DataFrame
print(df.head())

API Key

To use the Halsted SDK, you will need to request an API Key. Please contact Dani Kiyasseh (dani@halstedhealth.ai) to get started.