Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theanujsinha01/predictive-maintenance-model

This application leverages machine learning to predict the Mean Time to Failure (MTTF) for industrial equipment. Built with Streamlit, it provides a user-friendly interface for real-time predictions based on input parameters such as product type, humidity, temperature, age, and quantity.
https://github.com/theanujsinha01/predictive-maintenance-model

machine-learning python streamlit

Last synced: 25 days ago
JSON representation

This application leverages machine learning to predict the Mean Time to Failure (MTTF) for industrial equipment. Built with Streamlit, it provides a user-friendly interface for real-time predictions based on input parameters such as product type, humidity, temperature, age, and quantity.

Awesome Lists containing this project

README

        

# Predictive Maintenance Model 🔧

This application leverages machine learning to predict the **Mean Time to Failure (MTTF)** for industrial equipment. Built with **Streamlit**, it provides a user-friendly interface for real-time predictions based on input parameters such as product type, humidity, temperature, age, and quantity.

## Key Features
- **Accurate Predictions**: Predicts MTTF using a pre-trained machine learning model.
- **Interactive Interface**: Simple and intuitive form-based inputs for users.
- **Real-Time Results**: Instant predictions displayed upon submitting inputs.
- ![](https://github.com/user-attachments/assets/e8e506d7-1845-4ee3-bb01-e866f6db6434)

## System Requirements
- **Python**: Version 3.8 or later
- Libraries:
- `streamlit`
- `joblib`
- `numpy`
- `pandas`
- `scikit-learn`

## Installation Instructions
1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/predictive-maintenance-model.git