Deploy DL/ ML inference pipelines with minimal extra code.
Project description
fastDeploy
Deploy DL/ ML inference pipelines with minimal extra code.
Installation:
pip install --upgrade fastdeploy
Usage:
# Invoke fastdeploy
fastdeploy --help
# or
python -m fastdeploy --help
# Start prediction "loop" for recipe "echo_json"
fastdeploy --recipe ./echo_json --mode loop
# Start rest apis for recipe "echo_json"
fastdeploy --recipe ./echo_json --mode rest
# Auto genereate dockerfile and build docker image. --base is docker base
fastdeploy --recipe ./recipes/echo_json/ \
--mode build_rest --base python:3.6-slim
# fastdeploy_echo_json built!
# Run docker image
docker run -it -p8080:8080 fastdeploy_echo_json
fastDeploy monitor
- available on localhost:8080 (or --port)
- https://github.com/notAI-tech/fastDeploy/blob/master/recipe.md Writing a recipe for your prediction script
- https://github.com/notAI-tech/fastDeploy/blob/master/inference.md cURL and Python inference commands.
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
fastdeploy-2.2.4.tar.gz
(190.7 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
fastdeploy-2.2.4-py3-none-any.whl
(156.4 kB
view details)
File details
Details for the file fastdeploy-2.2.4.tar.gz.
File metadata
- Download URL: fastdeploy-2.2.4.tar.gz
- Upload date:
- Size: 190.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24c28958dcb94a7c140945fdf92a70530eae50015706b34cf51daefc6c956814
|
|
| MD5 |
bdceb452bc1bc9c62b896efad3535063
|
|
| BLAKE2b-256 |
7dcd0d08796faf1dd16b189e48e07dcffd512f159155962e2cd88f3d72889d1c
|
File details
Details for the file fastdeploy-2.2.4-py3-none-any.whl.
File metadata
- Download URL: fastdeploy-2.2.4-py3-none-any.whl
- Upload date:
- Size: 156.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
165ea440b2c11ff4b508936d7d73dd9307d8072941b6dda42cd26165746c4690
|
|
| MD5 |
172dcb26521f638dfba6ff6fd3c9c01f
|
|
| BLAKE2b-256 |
6df8e9f2abcec4c8cac3fa68d0f8084170cec95688445e5014dfd3886950f925
|