From a8fd0844d22ecc0eac67cba89ee426c54703dc3e Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 13 Sep 2018 14:50:50 +0200 Subject: [PATCH] Add readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9af26d2 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +PyWatts - Predict Output of Solar Panels + +# Dependencies + +PyWatts is based on python3.6 and uses the following dependencies: + +* requests (2.19.1) +* pypvwatts (2.1.0) +* numpy (1.15.0) +* peewee (3.5.4) +* scikit-learn (0.19.2) +* pandas (0.23.4) +* tensorflow (1.9.0) +* matplotlib (2.2.3) +* scipy (1.1.0) + +We suggest using a python virtualenv. + +# Execute + +The script can be executed by issuing the follwing command: + +```bash +$ python photovoltaic_gruppe4.py data.json +``` + +The output can be found in the same directory in `test_data_gruppe4.json`