This repository contains the codebase for developing the interface for the energy management system displaying the insights and trends in energy use mainly taken from the IDEAL dataset.
- Python 3.6 or higher
- Flask (For installation refer below)
Flask
pip install flask
python visualisation.py
export FLASK_APP=energy
flask run