/r2-data-labs

Primary LanguagePythonApache License 2.0Apache-2.0

GridGuru

Analyse you power supply systems and power failure issues

Installation:

# Obtain Google Maps API key and OpenAI API keys and 
# set them as environment variables under the name
# `GOOGLE_MAPS_API_KEY` and `OPENAI_API_KEY` respectively by

# For Linux based systems
export GOOGLE_MAPS_API_KEY = <GMAP_KEY>
export OPENAI_API_KEY = <OPENAI_KEY>

# For Windows based systems, updated environment variables from system settings.


pyton3 -m pip install -r requirements.txt # For python libraries. Minimum version Python 3.8+

Running

streamlit run app.py # Creates a local instance listening on port 8501