mirror of https://github.com/navanchauhan/FlixRec
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
templates | 9 months ago | |
.gitattributes | 9 months ago | |
README.md | 9 months ago | |
app.py | 9 months ago | |
database.py | 9 months ago | |
db2pc.py | 9 months ago | |
jlm.db | 9 months ago | |
main.py | 9 months ago | |
pc2rec.py | 9 months ago | |
poetry.lock | 9 months ago | |
pyproject.toml | 9 months ago |
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