A simple Streamlit app showing protest data from GDEVENT pulled from Bigquery public dataset.
You can install dependencies using either Poetry or pip:
-
Install Poetry if you haven't already:
curl -sSL https://install.python-poetry.org | python3 -
-
Install dependencies:
poetry install
-
Run the app:
poetry run streamlit run main.py
-
Install the requirements:
pip install -r requirements.txt
-
Run the app:
streamlit run main.py