redisai-py is the Python client for RedisAI. Checkout the documentation for API details and examples
- Install Redis 5.0 or above
- Install RedisAI
- Install the Python client
$ pip install redisai
- 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.