Workbench Bridges: End User Application Bridges to Workbench/AWS
Project description
Workbench Bridges
End User Application Bridges to Workbench/AWS ML Pipelines.
Installation
pip install workbench-bridges
Examples
Application invocation of an Endpoint on AWS.
import pandas as pd
# Workbench-Bridges Imports
from workbench_bridges.endpoints.fast_inference import fast_inference
if __name__ == "__main__":
# Data will be passed in from the End-User Application
eval_df = pd.read_csv("test_evaluation_data.csv")
# Run inference on AWS Endpoint
endpoint_name = "test-my-endpoint"
results = fast_inference(endpoint_name, eval_df)
# A Dataframe with Predictions is returned
print(results)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
workbench_bridges-0.1.4.tar.gz
(26.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file workbench_bridges-0.1.4.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.4.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6c642084fde41de0c9e997cba7e4a0fcabd5d61583dc5b9a3691869725b5e12
|
|
| MD5 |
21682e1e895333841fcc1bbfb9ba00a0
|
|
| BLAKE2b-256 |
7361270b963754b8ad72b8bbf2d4a5d4102ea6a397934d054639a6132f15f4e1
|
File details
Details for the file workbench_bridges-0.1.4-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.4-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3291e70015836b9ecd22957a6c1fdd87d64dc0146d5892b92096166cfc3fd370
|
|
| MD5 |
e67b1c526bec70812e3c37d38603c118
|
|
| BLAKE2b-256 |
e9c754973c20ae57e42335184ee63dd3b4d48475aab05b48f4c8ba9f8dfa979e
|