A simple API server for Triton inference server powered by echo and gRPC.
docker-compose up # Run all services (API + Triton)
docker-compose kill # Kill all services
Open http://localhost:8080/docs/index.html to see the API documents and to send a single request.