Go Deeplearning Projects
-
For Go specifically, there are some libraries like Gorgonia (https://github.com/gorgonia/gorgonia) that can do inference.
Practically speaking though, the rate at which models change is so fast that if you opt to go this route, you'll perpetually be lagging behind the state of the art by just a bit. Either you'll be the one implementing the latest improvements or be waiting for the framework to catch up. This is the real value of the sidecar approach: when a new technique comes out (like speculative decoding, for example) you don't need to reimplement it in Go but instead can use the implementation that most other python users will use.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
onepanel
The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
Go Deeplearning discussion
Go Deeplearning related posts
-
Onepanel - open source machine learning IDE that you can deploy in any cloud or on-premises
-
Onepanel - open source alternative to AWS SageMaker you can run on any cloud or on-premises
-
Onepanel – Cloud-native deep learning platform
-
[P] Onepanel - latest open source release now includes browser accessible deep learning desktop, hyperparameter tuning and Python DSL for defining parallel data processing or training pipelines.