FlixRec/README.md

13 lines
246 B
Markdown
Raw Normal View History

2022-05-21 01:34:38 +01:00
# FlixRec
2022-05-22 18:51:43 +01:00
a content based movie recommendation system
## Deploy Flask App
```
poetry shell # python3 -m venv my_env && source my_env/bin/activate
poetry install
waitress-serve --port=8041 app:app
2022-05-22 19:01:06 +01:00
```
Don't forget to set `PINECONE_API_DEFAULT`