jams-serve

Crates.iojams-serve
lib.rsjams-serve
version0.1.31
sourcesrc
created_at2024-06-04 23:20:11.770467
updated_at2024-11-05 02:11:18.717156
descriptionjams-serve provides a http and gRPC API for jams-core.
homepagehttps://github.com/gagansingh894/jams-rs
repositoryhttps://github.com/gagansingh894/jams-rs/tree/main/jams-serve
max_upload_size
id1262195
size252,117
Gagandeep Singh (gagansingh894)

documentation

README

JAMS-SERVE

This library crate is part of a wider project called J.A.M.S - Just Another Model Server. Please refer here.

jams-serve is a http and gRPC API library for jams-core.

Refer here for the OpenAPI Spec

  • /healthcheck: Endpoint for health checks

  • /api/predict: Endpoint for making predictions

  • /api/models: Endpoint for managing models

Refer here for the proto definition

  • HealthCheck

  • Predict

  • GetModels

  • AddModel

  • UpdateModel

  • DeleteModel

Stable on Linux x86_64 architecture

Commit count: 0

cargo fmt