Developer Notes
Should you decide to recompile and generate graphical user interface from scratch instead of the direct download, we provide following commands for both MacOS and Windows:
For Mac:
cd gui/
python -m eel ace_gui.py views \
--onefile --noconsole --clean \
--icon ace_gui.ico \
--name ACE \
--copy-metadata tqdm \
--copy-metadata regex \
--copy-metadata filelock \
--copy-metadata requests \
--copy-metadata packaging \
--copy-metadata numpy \
--copy-metadata torch \
--add-data "trained_model_w_data_augmentation_b3000.pt:."
For Windows:
cd gui/
python -m eel ace_gui.py views \
--onedir --clean \
--icon ace_gui.ico \
--name ACE \
--copy-metadata tqdm \
--copy-metadata regex \
--copy-metadata filelock \
--copy-metadata requests \
--copy-metadata packaging \
--copy-metadata numpy \
--copy-metadata torch \
--add-data "trained_model_w_data_augmentation_b3000.pt;."