Skip to content

filipecosta90/redisai-py

 
 

Repository files navigation

redisai-py

https://circleci.com/gh/RedisAI/redisai-py/tree/master.svg?style=svg https://readthedocs.org/projects/redisai-py/badge/?version=latest https://img.shields.io/badge/Forum-RedisAI-blue https://img.shields.io/discord/697882427875393627?style=flat-square

redisai-py is the Python client for RedisAI. Checkout the documentation for API details and examples

Installation

  1. Install Redis 5.0 or above
  2. Install RedisAI
  3. Install the Python client
$ pip install redisai
  1. Install serialization-deserialization utility (optional)
$ pip install ml2rt

RedisAI example repo shows few examples made using redisai-py under python_client folder. Also, checkout ml2rt for convenient functions those might help in converting models (sparkml, sklearn, xgboost to ONNX), serializing models to disk, loading it back to redisai-py etc.

About

Python client for RedisAI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%