Skip to content

CodeNexa/Zastava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nous-Tous: Predictive Maintenance Project

This project demonstrates predictive maintenance using machine learning in Python.

Structure

  • 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

Usage

  1. Generate sample data:

    python src/data_generator.py
  2. Train models:

    python src/train_model.py
  3. Run Flask API:

    python deploy/flask_app.py
  4. Run Streamlit dashboard:

    streamlit run deploy/dashboard.py

About

Predictive-maintenance project tailored for Kenya-based factories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages