1、安装PyInstaller: 如果尚未安装PyInstaller,可以使用pip进行安装
pip install pyinstaller
2、打包主程序入口
pyinstaller --onefile prediction_page.py
3、把所需资源文件放到dist目录下