GUI of Machine Learning which is for Biphasic Flow Classifier (Two-Phase Flow Classifier)
please refer to the file requirements.txt
if you already have installed python interpretor and such python packages as mentioned above
you run the GUI by
python gui_qt.py
you obtain 2 kind results with different types (number or True/False) while choosing different experiments
there are 2 experiments so far
-
- Maximum Input Flow Rate Prediction
-
- Prediction of Droplet Separation
prepare .csv data, you should obey the format of .csv files in folder training_data and test_data
you may replace the .csv files because the default paths just is them that you train without choosing .csv files again
you use pyinstaller to build a .exe file
please refer to the file pyinstaller.txt
once you build a dist_XXXX_XX_XX
folder, you may copy folder record, result, test_data, training_data
, and the file gui.bat
to the folder, you can just click gui.bat
to execute the GUI