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.
- Host: GitHub
- URL: https://github.com/markdouthwaite/lingo-demo
- Owner: markdouthwaite
- License: mit
- Created: 2020-11-12T19:00:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T19:13:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T22:05:08.228Z (7 months ago)
- Topics: go, golang, google-cloud-platform, python, scikit-learn
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.