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.
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.
Clone the repository, cd into the directory and run the application to start the web service.
[email protected]: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.