Skip to content

Latest commit

 

History

History

pyinstaller_model_package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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