Skip to content

miaoyanwei/HERS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.