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.13.tar.gz
(32.6 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.13.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.13.tar.gz
- Upload date:
- Size: 32.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf94698d4d57f98e58015d29f168aab81f43a426b465b47c296fe57dd9bfeaf5
|
|
| MD5 |
072403099ea46d7855bdde7a494de63c
|
|
| BLAKE2b-256 |
9b6ec056867cdc84f7279d30ca6829dcf022309bf8063c35e8429a510b43a7ba
|
File details
Details for the file workbench_bridges-0.1.13-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.13-py3-none-any.whl
- Upload date:
- Size: 30.0 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 |
eb4b2c90e4e56677d26dd7c55b026b970e8ee74d478aa5f7629e0d1138875c54
|
|
| MD5 |
e2c74de0f6645016491fcf90fb01029a
|
|
| BLAKE2b-256 |
ef04c2b953ddd04e192d3970d8561bb524eab6d3853e4a6b2a30ce791eb4e0e7
|