Energy Consumption Visualization Framework for Smart Home. Build with
- Clone the repo:
git clone https://github.com/suvambasak/PowerViz.git
- Extract the file
HomeDHM.zip
inside dataset. Path should be:/home/suvam/Projects/PowerViz/dataset/HomeDHM.csv
- Create virtual environment
virtualenv .venv
. .venv/bin/activate
- Install dependencies from
requirements.txt
pip install -r requirements.txt
- Start the application
python app.py