A manual for getting started with Predicative maintanance with machine learning and streamlit
The project contains several parts, and can be divided into the following parts:
The machine learning scripts. These are:
keras_example.pyknn_example.py
Then there are the scripts for reading,and processing data, those are:
read_data.pytransform_data.py
And at last, there is the streamlit scripts, which can be found in the bearing_app folder.
Python 3.6 or newer
Clone the project
git clone https://github.com/Eik-Lab/pdm_bearing.gitGo to the project directory
cd pdm_bearingInstall dependencies
pip install -r requirements.txt
To run the script you want, the command is:
python $script_name$.pyTo run the streamlit app, the command is:
streamlit run bearing_app/main.pyPython, and streamlit