Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.49 KB

Energy Prediction Webapp

This is a energy consumption prediction webapp which uses Facebook's Prophet Algorithm along with some additional regressors like temperature and holiday to predict the future energy consumption. You can predict energy consumption values, get graphical analysis of energy prediction values, download the predicted data, see 5 day weather forecast and email customer care for your issues using the webapp.

Technologies Used

File Structure

  • src/model: contains code to train machine learning models.
  • src/webapp: contains code of MERN based webapp.
  • data: contains training data.
  • diagrams: contains UML diagrams.
  • documents: contains SRS, Project Plan, Design document, Test plan document and various other documents related to our system.

Webapp

  • Dashboard showing live energy consumption statistics of a complex img

  • Prediction page showing the values of energy consumption prediciton. img

  • Showing prediction values in graphical form img

  • Showing 5-day weather prediction. img