Yet Another ML flow
Project description
yamlflow
Yet Another ML flow
We follow convention over configuration (also known as coding by convention) software design paradigm.
Here are some of the features the yamlflow provides.
-
Build and publish your ML solution as a RESTful Web Service
with yaml.-
You don't need to write web realated code, or dockerfiles.
-
You don't need to benchmark which python web server or framework is best in terms of performance.
-
WE do it for you. All the best, packed in.
-
Metrics for inference
-
Throughput (How many requests can server process in some interval of time)
-
Latency (How long does it take to get a prediction for a single request)
Python REST API
async
- web-server(ASGI): Uvicorn, Hypercorn, Daphne
- web-(micro)framework: Starlete, ...
- API-framework: FastAPI, ...
sync
- web-server(WSGI): gunicorn, uWSGI, Gevent, Twisted Web
- web-(micro)framework: Flask
- API-framework: None
Project structure
.
├── model
│ ├── ...
│ ├── pipeline.py
│ └── requirements.txt
├── service
│ ├── objects
│ ├── config.py
│ └── predictor.py
├── train
│ ├── ...
│ ├── train.py
│ └── requirements.txt
├── README.md
└── yamlflow.yaml
example yamlflow.yaml
kind: Service
meta:
registry: your.docker.registry
user: dockerusername
project:
name: ml-project
version: 0.1.0
backend:
runtime: torch
device: cpu
port: 8002
Installation guide
pip install yamlflow
User guide
yamlflow init
yamlflow build
yamlflow run
Developer guide
pyenv install 3.8.6
poetry env use ~/.pyenv/versions/3.8.6/bin/python
poetry shell
poetry install
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 yamlflow-0.0.9.tar.gz.
File metadata
- Download URL: yamlflow-0.0.9.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.6 Linux/5.4.0-72-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a95d034207ad6a38f96323b1a682d3516b4d52a44298b4dd9ad3e042a5f24e6
|
|
| MD5 |
df43011144a5813bb59449eda2de08eb
|
|
| BLAKE2b-256 |
a7a4046d5a21653bd6b79bc6c9674bc3d2d89b453e3fe98f9343521d404290e9
|
File details
Details for the file yamlflow-0.0.9-py3-none-any.whl.
File metadata
- Download URL: yamlflow-0.0.9-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.8.6 Linux/5.4.0-72-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be7d994a8bbcc1bc41abd46ac44b7835566dcec891f0240181ff89da649c6f09
|
|
| MD5 |
2c6cc2c7bd3271bc429c97c0a5a6f0d7
|
|
| BLAKE2b-256 |
e01c3d5687afd447a92ab7f5d895eeb187e6509db582476d3c8c93eec6544db7
|