#grpc-api #machine-learning #model #deep-learning #health-check #http #server

jams-serve

jams-serve provides a http and gRPC API for jams-core

21 releases

0.1.20 Jun 21, 2024
0.1.19 Jun 21, 2024

#26 in #health-check


Used in jams

Apache-2.0

1MB
4K SLoC

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

This crate is in early stages and is highly unstable

Dependencies

~89MB
~1.5M SLoC