Skip to content

Instantly share code, notes, and snippets.

@wheresalice
Created November 17, 2017 15:18
Show Gist options
  • Save wheresalice/a597329fc7fcddbee2a042e2a702fa92 to your computer and use it in GitHub Desktop.
Save wheresalice/a597329fc7fcddbee2a042e2a702fa92 to your computer and use it in GitHub Desktop.
Redis-ML Jupyter Notebook

Jupyter notebook for the intro to Redis-ML

Usage:

docker run -it -p 6379:6379 shaynativ/redis-ml
virtualenv .
source bin/activate
pip install jupyter scikit-learn scipy numpy redis
jupyter-notebook

You can then run the notebook to see the most basic example of using Redis-ML possible

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment