This project demonstrates predictive maintenance using machine learning in Python.
- src/: data generation and model training scripts
- deploy/: Flask API and Streamlit dashboard
- models/: trained models will be saved here
- notebooks/: space for exploratory Jupyter notebooks
-
Generate sample data:
python src/data_generator.py
-
Train models:
python src/train_model.py
-
Run Flask API:
python deploy/flask_app.py
-
Run Streamlit dashboard:
streamlit run deploy/dashboard.py