RedisJSon on ML

Are there some use cases for RedisJSon in ML or simply RedisJSON is used to manipulate JSON formats??

Regards

try https://github.com/andymccurdy/redis-py

RedisJSON is mostly aimed at efficient in memory JSON store, retrieval and in place update.

If you care about ML and Redis you might want to check https://github.com/RedisAI/RedisAI/

Your best bet is probably to use Redis & RedisJSON to simply store and get the data you want to feed into your ML model and then store the results of that model. In this way your ML model can use any technology you choose - python, etc.

Its good to see how ML is growing and now Redis also gain points in indulging with ML

1 Like

@aniket

yes, RedisAI is making AI implementation is easy for you by:

  1. Making easy to deploy AI framework like Tensor, PyTorch etc
  2. Faster as its use Redis data structures

Try it https://oss.redislabs.com/redisai/