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.1.tar.gz
(19.3 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.1.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.1.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
504772923f554952f2d6507f481729d2730e28459f1e6f8e0b8ac3b83fc77c3c
|
|
| MD5 |
e73236d4cb318a9ec461a35c8da1d223
|
|
| BLAKE2b-256 |
3e30d6d9fc1174e2014a672d4703932653f2024ac7be90412a0fb159934b843e
|
File details
Details for the file workbench_bridges-0.1.1-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.7 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 |
7f4407088788ba90b963208754e7ff9b6bf3cdb5c8ade1df6d5ff19b5a6d2c0e
|
|
| MD5 |
5d9b66b301e3ae79c475b782586a2a01
|
|
| BLAKE2b-256 |
99916115b9159c3c6f1746ab490ab6c155037e6035a3fcb66be8ac8b10167798
|