Makes sure you install all dependencies. This project uses Poetry for dependency management and virtualization. If you don't have poetry installed (and don't want to install it), check pyproject.toml for the dependencies and install them manually using pip.
poetry installThe inception-v3 model is included but in a zip file (otherwise it would be >100mb which is too large for github). Unzip it and keep it in the root folder.
unzip inception-v3.ckpt.zipYou can also download the inception-v3 model directly from kaggle, and the other dataset and dev toolkit and stuff (large file). Download the inception-v3 model. Download the other dataset and dev toolkit and stuff (large file).