add readme
This commit is contained in:
parent
c9a69ba210
commit
6f35527ca3
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
# Recommendation Engine Example
|
||||
|
||||
## Install dependencies and run:
|
||||
|
||||
python3 -m venv ./venv --system-site-packages
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
|
||||
./venv/bin/python server.py
|
Loading…
Reference in a new issue