Skip to main content

SDK to create applications based on Pipeless Agents

Project description

Python SDK for Pipeless Agents

Pipeless Agents converts any video feed into an actionable data stream that you can easily process. It allows you to build AI vision powered applications effortlessly. You just need to work with JSON data as you usually do.

Configure your video sources in the Dashboard and then use this SDK to process the data stream.

SDK Usage

from pipeless_agents_sdk.cloud import data_stream

for payload in data_stream:
  print(f"New data received: {payload.value}
  // process the received data here

That's all!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipeless_agents_sdk-0.1.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

pipeless_agents_sdk-0.1.0-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page