Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 976 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 976 Bytes

HERS

What is it?

HERS, which stands for Home Energy Recommender System, is a web based recommender system to support homeowners in making informed decisions regarding the adoption of clean energy technologies.

How does it work?

Answer a few questions about your home, and HERS will recommend energy configurations to help save on your energy bill. It also provides explanations for recommendations.

How to use it?

Clone the repository, cd into the directory and run the application to start the web service.

git@github.com:miaoyanwei/HERS.git
cd HERS
flask --app flexweb run --host=0.0.0.0 --port=8080

Initially there are no countries available, the necessary country databases must be generated by the FLEX models developed by Fraunhofer ISI. Alternatively, pre-generated databases can be downloaded from here. The database files must be put into the db directory inside the project root.