FMsunyh / aistore

Build a aistore for cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIStore

Build a aistore which design an AI tool management software to provide users with a fast and easy AI application environment building solution and realize one-click start function.

Preview

Preview

Build resource

Add new icon, you need to rebuild the resource file.

cd aistore
pyrcc5 -o ./app/common/resource.py ./app/resource/resource.qrc

Build EXE

Build executable file

pyinstaller --onefile  .\aistore.py
pyinstaller --onefile  --noconsole  --icon=.\aistore.ico .\aistore.py
pyinstaller --onefile  --noconsole  --distpath .\.PyInstaller --icon=.\aistore.ico .\aistore.py
pyinstaller --onefile --additional-hooks-dir=.\app\installer .\aistore.py

OR

pyinstaller aistore.spec --distpath .\.PyInstaller

Translation

lupdate .\aistore.pro
linguist app/resource/i18n/gallery.zh_CN.ts
lrelease app/resource/i18n/gallery.zh_CN.ts

Activate myenv

python -m venv myenv
myenv\Scripts\activate  # On Windows
source myenv/bin/activate  # On macOS/Linux
pip install pyinstaller

Release

powershell -noexit -ExecutionPolicy Bypass -File .\release.ps1

Documentation

About

Build a aistore for cloud


Languages

Language:Python 100.0%Language:NSIS 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:QMake 0.0%