In order to run our model you will need tensorflow version 2.1.x (we used 2.1.0.) which can only be installed older versions of Python(we used python 3.7)
-
-
To Begin you will need to download Python 3.7 from https://www.python.org/downloads/release/python-370/ if it is not already installed
-
Then in a terminal you will need to install tensorflow 2.1.0 using pip install
pip install tensorflow==2.1.0
Ensure that you are installing tensorflow with 3.7's version of pip. To check your version of pip you can type
pip --version
-
-
- Our model uses data from Pacan Street Dataport so you will need access https://dataport.pecanstreet.org/
- Download '15minute_data_austin.csv' from https://dataport.pecanstreet.org/academic under Austin 15-min
- Download 'metadata.csv' from https://dataport.pecanstreet.org/academic under Metadata Report
- Download 'weather.csv' from https://jupyterhub.pecanstreet.org/hub/login within ev_and_weather.zip
-
- Run gui.py
- Select which devices you wish to disaggregate
- Click Create Model
- TODO