machine learning models
Project description
TensorChord Modelz Python SDK and CLI
modelz-py with aiohttp
Basically, aioclient.py implements the async / aiohttp versions of Modelz*
classes,
and client.py wraps around it with asyncio.run()
calls.
Installation
pipx
This is the recommended installation method if you only want to use the CLI.
$ pipx install aiomodelz
pip
$ pip install aiomodelz
CLI Usage
$modelz --help
usage: modelz [-h] {inference,metrics,build} ...
modelz CLI
positional arguments:
{inference,metrics,build}
options:
-h, --help show this help message and exit
Example Usage
Stable Diffusion
echo "cute cat" | modelz inference $PROJECT --serde msgpack --write-file cat.jpg --read-stdin
Develop
$ git clone https://github.com/tddschn/aiomodelz.git
$ cd aiomodelz
$ pdm install
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
aiomodelz-0.4.8.tar.gz
(11.4 kB
view hashes)
Built Distribution
aiomodelz-0.4.8-py3-none-any.whl
(16.3 kB
view hashes)
Close
Hashes for aiomodelz-0.4.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51fad295f1f0bbea8029b153d7814d3e97aaf65f9131684299ee47575eb218c5 |
|
MD5 | 599faccb7ae950e8fd75562b9eb9645f |
|
BLAKE2b-256 | 9a981c2db5985fd4ef22ea4784395aa151d3e0141e510bec3d1f16cca1c0b620 |