Skip to content

Yadnyesh-More/internship-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Viewer and Predictor Application

Description

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.

Features

  • 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

Prediction Logic

  • If the average of sensor_value is greater than 50
    Prediction: System requires calibration
  • Otherwise
    Prediction: System functioning normally

How to Run

  1. Python 3.8 or above
  2. Install required dependencies:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages