Go to file
navanchauhan ecfec87bb8 added handling for other methods 2022-05-22 12:46:27 -06:00
templates linked about to blog post 2022-05-22 12:01:19 -06:00
.gitattributes added git lfs support 2022-05-21 10:24:18 -06:00
README.md added info abou tenv variable 2022-05-22 12:01:06 -06:00
app.py added handling for other methods 2022-05-22 12:46:27 -06:00
database.py cleaned with black 2022-05-22 11:42:00 -06:00
db2pc.py cleaned with black 2022-05-22 11:42:00 -06:00
jlm.db added 1900-2021 movie db 2022-05-21 10:24:35 -06:00
main.py cleaned with black 2022-05-22 11:42:00 -06:00
pc2rec.py cleaned with black 2022-05-22 11:42:00 -06:00
poetry.lock updated dependencies 2022-05-22 11:48:50 -06:00
pyproject.toml updated dependencies 2022-05-22 11:48:50 -06:00

README.md

FlixRec

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

Don't forget to set PINECONE_API_DEFAULT