This is a desktop application built using Python and PyQt5.
The application loads sensor data from a CSV file, displays it in a table, and shows a
predefined prediction based on the average value of the sensor data.
- Load and display CSV data
- View data in a table format
- Predict system status based on sensor values
- Refresh the dataset without restarting the application
- Plot sensor value over time
- Log messages for user actions and errors
- If the average of
sensor_valueis greater than 50
→ Prediction: System requires calibration - Otherwise
→ Prediction: System functioning normally
- Python 3.8 or above
- Install required dependencies: