To use you need install anaconda. Clone repository and download model (and move it in project folder), then go to folder with project and run:
conda env create -f environment.yml
conda activate ml_test_task
python ml.py [path_to_image] [path_to_model | empty (standart "model.h5" near py file)]