RedisAI/redisai-go
A Golang client for RedisAI
This is a tool for software developers who write programs in the Go language and need to integrate machine learning models into their applications. It allows Go programs to easily store, retrieve, and execute AI models and tensors (multi-dimensional arrays of data) using RedisAI. The tool takes your Go application code and RedisAI server details, enabling your application to interact with and manage AI models for tasks like inference.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs to interact with RedisAI to perform machine learning inference or manage models and data efficiently.
Not ideal if you are not a Go developer or if your application does not use RedisAI as its machine learning backend.
Stars
25
Forks
2
Language
Go
License
BSD-3-Clause
Category
Last pushed
Sep 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/RedisAI/redisai-go"
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