serving-api The backend for ML model APIs. Get-Started Install dependencies: go mod tidy Install mockgen: go install go.uber.org/mock/[email protected] go get go.uber.org/mock/mockgen/[email protected] Run tests: make test Run on local machine: make server