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.2.tar.gz
(24.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.2.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.2.tar.gz
- Upload date:
- Size: 24.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 |
58a3e428532da4ba652a836c6a4dab41b28dde32f5aede546f57c69b55b04673
|
|
| MD5 |
d0a6a10165215d8564d3bf488d735505
|
|
| BLAKE2b-256 |
a990e0023ce8376427d0280ecc2071d693f4b4309f7dbd8d84467015343f37a7
|
File details
Details for the file workbench_bridges-0.1.2-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.2-py3-none-any.whl
- Upload date:
- Size: 21.1 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 |
1f91d63f099b8fd9fc71f78388fbea18f5652f772602f6d844fff8baf6084099
|
|
| MD5 |
61ba763695cd2214597aec237729fd18
|
|
| BLAKE2b-256 |
4143e867de3f96d9a80d32ab33d139551826c6005ca2de24b68719f07d39b2e4
|