Humidity and Temperature analysis web application

Fig. Screen of the main page of the web application

The program is an extension of the version made in Tkinter. Similarly, it uses data generated by many sensors, which are spread over the factory. Web-version only allows loading data from the file or whole directory. Program scans directory, chooses proper files and merges them together. The data are filtered and prepared to send to the front-end. The user chooses which data are plotted - temperature or humidity. In the front-end data are plotted in Chart JS on a few graphs. The user has the possibility to compare data between different zones presented on one collective or many separates graphs.

Technologies used to create web application:

  • Python
  • Django
  • Chart JS
  • Java Script
  • Ajax
  • Bootstrap 5
  • HTML
  • Pandas
  • Numpy