8 lines
197 B
Markdown
8 lines
197 B
Markdown
# 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
|