Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 411 Bytes

PredictiveSelfhydro

Running

Requires access to bigquery Create a service account with access to GCP BigQuery and download json.

Run: GOOGLE_APPLICATION_CREDENTIALS=./{file_name}.json python waterTemperaturePredictor.py

Setup virtual env

  1. virtualenv --system-site-packages -p python3 ./venv
  2. source ./venv/bin/activate
  3. pip install --upgrade pip
  4. pip install -r requirements.txt