BgoFace: The User Interface of the Bgolearn Platform
code tutorial : BiliBili
- scikit-learn (sklearn): A machine learning library for Python.
- Bgolearn: A Bayesian global optimization package for Material Design.
To encapsulate the user interface and create a standalone application, follow these steps:
-
Install necessary packages:
pip install pyqt5 pyinstaller
-
Package the application using PyInstaller:
pyinstaller --onefile --windowed main.py
This command creates a single executable file from
main.py
without opening a console window.
If you utilize the data/code from this repo, please reference our paper.
© 2024 Bgolearn Development Team. All rights reserved.
This software is provided for academic and research purposes only. Commercial use is strictly prohibited. Any violation of these terms will be subject to appropriate actions.