nikolasovilj / energy_efficiency

Flask REST API that determines if a building is energy efficient or not

Repository from Github https://github.comnikolasovilj/energy_efficiencyRepository from Github https://github.comnikolasovilj/energy_efficiency

energy_efficiency

Make sure you have Flask and sklearn installed:

pip install Flask sklearn

Run Flask app:

python app.py

Use POST method to send data as JSON:

{
	"Glazing_Area": 0.0,
	"Wall_Area": 294.0,
	"Roof_Area": 380.25
}

About

Flask REST API that determines if a building is energy efficient or not


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%