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.12.tar.gz
(32.5 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.12.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.12.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e9ce9008741e929b896477ee34b39d965140ea98143a1d3bfb305af7860694c
|
|
| MD5 |
07533f953a4249677743197f74441113
|
|
| BLAKE2b-256 |
00adf95c71f4f0839f79b40857c75671bc79fd086363a9e6e01645783b128299
|
File details
Details for the file workbench_bridges-0.1.12-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.12-py3-none-any.whl
- Upload date:
- Size: 29.9 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 |
3223ff948b6691509e1c6b2be9b5cb1f9fcafd255a6c4b4701024a280393bac6
|
|
| MD5 |
9636979bf22c9f3f9e4fc2d03d0a22f9
|
|
| BLAKE2b-256 |
a154328690e68115b4b442ca2de7c1e1ba493992bb604b41914a2135a7a7b0ec
|