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.14.tar.gz
(32.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.14.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.14.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e56a5c00e5ca7c4e32b2e42313b939eb22f706a35e169515f6dd8ff2e7745e
|
|
| MD5 |
b36a877d6e3496588d0a28d98b4d00ee
|
|
| BLAKE2b-256 |
b63a65a4b0baef786a67c7a6137de72dbe42f5f6af85bc8c8e3ad6279a2a7d5a
|
File details
Details for the file workbench_bridges-0.1.14-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.14-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81571b1535922c385cdf34a3836907114935b661ff57fbeb89fe3c6fd088c98f
|
|
| MD5 |
2c44c3a5c887a6792c78e1db7253c5ea
|
|
| BLAKE2b-256 |
d86c702e0cc037405562a8821e7d8d6e30146dc60621f70161fde03e61c62212
|