Skip to content

EmaCerez/HAX712X_Electricity_Consumption

Repository files navigation

HAX712X_Electricity_Consumption

This project handles datasets from the French electricity consumption with the motivation:

  • to create a graphic interface for vizualizing French electricity consumption on a past given day, month or year;
  • to predict electricity consumption on a future day.

Installation and configuration

To install the requirements, please use the following command:

pip install -r requirements.txt

Use

To run the visualization, make sure you are in the /meth folder, then use:

streamlit run visualization.py

You can find the december 8th electricity consumption prediction data (total consumption) in the cons_08_dec.csv file

You can find the december 8th prediction data for each energy type in the energies_prediction_8_dec.ipynb file.

References

Sources

The datasets we used are available at:

Known Issues

[FIXED] "Can't convert "\n" to float" when running the visualization.

How to fix : If you still get this error, please check the file log.txt in your meth/visualization folder. It is due to the blank spaces at the begining of the file, please remove these and make sure you only have two values, on two separate lines, like this:

46.8534
46.8534

Licence

We do not have a licence yet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •