An open API service indexing awesome lists of open source software.

https://github.com/markdouthwaite/lingo-demo

A demo project showing how to effectively deploy Scikit-Learn Linear Models in Go into Google Cloud Run.
https://github.com/markdouthwaite/lingo-demo

go golang google-cloud-platform python scikit-learn

Last synced: 7 months ago
JSON representation

A demo project showing how to effectively deploy Scikit-Learn Linear Models in Go into Google Cloud Run.

Awesome Lists containing this project

README

          

# lingo-demo

A repository showing how to get started with training models in Python and deploying models in Go.

The datasets and models used here constitute a toy example intended to illustrate the an approach to deploying Python
models in Go, thereby accessing the speed and cost efficiencies of using Go for performance-critical ML applications.