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.5.tar.gz
(30.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.5.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.5.tar.gz
- Upload date:
- Size: 30.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 |
25da6602ee16159337942821ac1647772918cebeb49a5836bb9213b8352a0b11
|
|
| MD5 |
0e78a6e1f3ca9ae9f54c430d9edc52f9
|
|
| BLAKE2b-256 |
fbd85eade9f4f0962c4821dbe8a48269c0a7111a8d4ab998ef057579ec2b8108
|
File details
Details for the file workbench_bridges-0.1.5-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.5-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 |
129634f68ec1c322d0cf5f1136f6e28da279797ff6006ce3d4d39c5ec89be2b1
|
|
| MD5 |
c5d7e57732b50af48161e3352412dbbd
|
|
| BLAKE2b-256 |
6d8d21fe5b15bb2549545f2ff66596b6df7a921e1a386c9fb1e15122b204d7c6
|