Skip to main content

makes it easier to implement a ContentAI extractor

Project description

contentai-extractor-runtime-python

This is a python package used for implementing a custom extractor that runs on the ContentAI platform.

https://pypi.org/project/contentaiextractor/

Usage

pip install contentaiextractor
import contentaiextractor as contentai

# download content locally
content_path = contentai.download_content()

# access metadata that was supplied when running a job
# contentai run s3://bucket/video.mp4 -d '{ "param: "value" }'
param = contentai.metadata()["param"]

# get another extractor's output
data = contentai.get_results("some_extractor", "data.json")

print(f"write results to {contentai.result_path}")

API Documentation

Develop

 Choose a make command to run

  build    build package
  deploy   upload package to pypi
  docs     generates api docs in markdown

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

contentaiextractor-0.1.0rc5.tar.gz (3.3 kB view hashes)

Uploaded Source

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