Inference client for msir inference service
Project description
msir-infer
Inference Server for msir, following InferenceProtocalV2 with additional custom apis designed for images
usage
buf curl
buf curl --data '{"model_name": "ocr", "image_url": "http://im.png"}' --schema ./msir-infer/proto/apis/inference/v1/infer.proto -v http://localhost:9002/inference.v1.ImageInferenceService/InferImage
grpcurl
grpcurl -plaintext -d '{"model_name": "ocr", "image_url": "http://someimage.png"}' -import-path ./msir-infer/proto -proto ./msir-infer/proto/apis/inference/v1/infer.proto localhost:9002 inference.v1.ImageInferenceService/InferImage
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
msir_infer-0.1.0.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for msir_infer-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e980d48ac1d07c65e6dea1bf6e9182acd64a77b0c4705383232e3dca423b991 |
|
MD5 | 0b2ce3ad777bb7644a0f7a56b969fb9f |
|
BLAKE2b-256 | 78e41354b46dad34b95b4cbbf7006f4f02a729fb59c78a01d6f67783994e635d |