/luttappi

Record and visualize processor temperature

Primary LanguageJupyter NotebookMIT LicenseMIT

Luttappi

Luttappi is a simple daemon to do temperature logging, plotting and analytics

Introduction

Luttappi leverages the power of Python, lm-sensors, scikit-learn and bokeh plotting library to log data from system temperature sensors, plot the collected values and do generate useful information out of the collected data.

Luttappi is still far from being completed and any help is highly appreciated. Visit the issues section for the list of things that needs to be fixed.

Prerequisites

  • A non ancient Linux Kernel
  • Python 3.4 or greater
  • pip
  • Virtualenv

Installing

$ python3 -m venv luttappi && cd luttappi

$ git clone https://github.com/karuvally/luttappi.git src

$ source bin/activate

$ cd src 

$ pip -r requirements 

Built With

Authors

  • Aswin Babu Karuvally
  • Navya Babu
  • Phebe Raichal John

License

This project is licensed under the MIT License - see the LICENSE file for details