karuvally / luttappi

Record and visualize processor temperature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Record and visualize processor temperature

License:MIT License


Languages

Language:Jupyter Notebook 78.0%Language:Python 19.6%Language:Shell 2.4%