Project analyzing data from the Australian Climate Act Now initiative.
Website is published at https://climateactnow.infotorch.org/
Requires Python >= 3.7
and poetry
for package and environment management
Install poetry from:
https://python-poetry.org/docs/
$ poetry install
Run the environment:
$ poetry shell
Install the web app reqiurements:
$ yarn install
Start the web app development server:
$ yarn start
To update the data run:
$ python climate_vote_data.py
To start the Jupyter notebook:
$ jupyter notebook