Skip to content

tycerch/protests-gdelt-events

Repository files navigation

📢 USA Protest dataset explorer

A simple Streamlit app showing protest data from GDEVENT pulled from Bigquery public dataset.

How to run it on your own machine

You can install dependencies using either Poetry or pip:

Using Poetry (recommended)

  1. Install Poetry if you haven't already:

    curl -sSL https://install.python-poetry.org | python3 -
  2. Install dependencies:

    poetry install
  3. Run the app:

    poetry run streamlit run main.py

Using pip

  1. Install the requirements:

    pip install -r requirements.txt
  2. Run the app:

    streamlit run main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published