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.8.tar.gz
(31.5 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.8.tar.gz.
File metadata
- Download URL: workbench_bridges-0.1.8.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df2cac426fd0ba0d46caf07aa5894e00fdd0a6b95530d7b33658bb2ad14b87b5
|
|
| MD5 |
c1e2edf70b27f6a7cb828758bc13d996
|
|
| BLAKE2b-256 |
157262979fa959342c376dec2b3a21983ab6cdeaf818b860768f3bcc2510c056
|
File details
Details for the file workbench_bridges-0.1.8-py3-none-any.whl.
File metadata
- Download URL: workbench_bridges-0.1.8-py3-none-any.whl
- Upload date:
- Size: 28.3 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 |
194d6643ba596eb94f533bdf433cb9a45d68906e28ccfda84f7b40548ef6a7ab
|
|
| MD5 |
ec003f9ed55b131b17c1b8386de30301
|
|
| BLAKE2b-256 |
5c95f88a8de2315a27368a3626ab192ae4b3ee5d9b460ce2a22b17c0b7a3f754
|