GitHub - YuminosukeSato/pyproc: Call Python from Go without CGO or microservices - Unix domain socket based IPC for ML inference and data processin
pyproc
Run Python like a local function from Go — no CGO, no microservices.
🎯 Purpose & Problem Solved
The Challenge
Go excels at building high-performance web services, but sometimes you need Python:
Machine Learning Models: Your models are trained in PyTorch/TensorFlow
Data Science Libraries: You need pandas, numpy, scikit-learn
Legacy Code: Existing Python code that's too costly to rewrite
Python-Only Libraries: Some libraries only exist in Python ecosystem
Traditional solutions all have maj...
Read more at github.com