Skip to content

kapikapi/recsys_project

Repository files navigation

recsys_project

RecSys project: flask

Install requirements:

pip install requirements.txt
pip install requirements-dev.txt

To obtain data:

dvc init
dvc pull -r my_gdrive_remote

Build docker image and run:

docker build -t <IMAGE_NAME> .
docker run -p 5000:5000 -v <ABSOLUTE_PATH_LOCAL>:/app/res <IMAGE_NAME>

where <ABSOLUTE_PATH_LOCAL> is an absolute path to folder on your machine that will contain result.txt file for batch predictions.

Go to

http://127.0.0.1:5000

to get predictions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published