project-flogo/ml
Activities and examples for Machine Learning with Flogo
This tool helps integrate pre-trained TensorFlow 1.X machine learning models into Flogo applications to perform real-time predictions. It takes an exported TensorFlow model and new data as input, then outputs the model's predictions. This is useful for developers building Flogo-based applications that need to incorporate existing machine learning intelligence.
Use this if you are a Flogo developer and need to add inference capabilities from pre-trained TensorFlow 1.X models into your Flogo applications.
Not ideal if you need to train machine learning models within Flogo or if you are using a machine learning framework other than TensorFlow 1.X.
Stars
14
Forks
10
Language
Go
License
BSD-3-Clause
Category
Last pushed
Dec 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/project-flogo/ml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications