Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 293 Bytes

File metadata and controls

27 lines (16 loc) · 293 Bytes

demo to build model with py files to elf/exe by pyinstaller

demo env: python3.8, linux

steps

  1. train and get model
python train.py
  1. build to elf/exe
pyinstaller main.spec
  1. run the elf
cd dist/main/
./main