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.6.tar.gz
(30.4 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.6.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.6.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
758a649bf6c8b5d8ab15608ec47d34d46042e1fc879b68545aac0a4a19bc1a62
|
|
| MD5 |
4b88a7280f9842f48ade6fda8fae32d1
|
|
| BLAKE2b-256 |
44ddd05274472823b61e62c7a007ad6016e86fef0c5e36cffb2a6bdf259d259c
|
File details
Details for the file workbench_bridges-0.1.6-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.6-py3-none-any.whl
- Upload date:
- Size: 26.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 |
ba98af1910146047d2f6d783ea194993a9d2342e792bc218a80def64e46a284a
|
|
| MD5 |
7bf29f9a47a275dceda2f69cadc13cbd
|
|
| BLAKE2b-256 |
bc816838b7a0a8b6f0513f285779109be597a4220179acc7ced60df854095a7b
|