Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 373 Bytes

esports

Example of usage:

Please add data to data/ directory and run python script:

python run_from_file.py --movie_id <movie_id>

i.e.

python run_from_file.py --movie_id 220

or via Docker (just change the last line in Dockerfile)

RUN python run_from_file.py --movie_id 1

and run

docker build .

Python Version

python -V

$ Python 3.7.6