demo to build model with py files to elf/exe by pyinstaller demo env: python3.8, linux steps train and get model python train.py build to elf/exe pyinstaller main.spec run the elf cd dist/main/ ./main