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)
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.10.tar.gz
(193.8 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.10-py3-none-any.whl
(160.3 kB
view details)
File details
Details for the file fastdeploy-2.2.10.tar.gz.
File metadata
- Download URL: fastdeploy-2.2.10.tar.gz
- Upload date:
- Size: 193.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc9343f2f2054ca1a304f305890b8bd89388f9af0604a7889d6ad0167fbaf771
|
|
| MD5 |
056ac006bc9494948b7b11bea4739f49
|
|
| BLAKE2b-256 |
5e4ff1479d25b88db2f13ea22e708fd2cee94b648d08ad35aeb8a43ec9f2c1f4
|
File details
Details for the file fastdeploy-2.2.10-py3-none-any.whl.
File metadata
- Download URL: fastdeploy-2.2.10-py3-none-any.whl
- Upload date:
- Size: 160.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be3d0fdb52d6896cd7c87527e3c563b1c1b904bacd4b853fb1ad294d682da85c
|
|
| MD5 |
e26717150cf8a2c5c8a9be32b2a21a93
|
|
| BLAKE2b-256 |
f8b739f13994d6e3d4e341a2e6d0e00804b26947eddb3a8bd1f649888c5a37f4
|