Effective Altruism Data
Effective Altruism (EA) is movement that uses evidence and careful analysis to figure out how we can use our resources to help others the most.
There are several EA organisations that collect data on grants, donors, and pledges. This website aggregates and visualises that data.
Made with Python using Dash and deployed on effectivealtruismdata.com with Heroku.
For more awesome EA-related data visualizations, see the EA Hub map and the EA Funds dashboard.
How To Run
- Install pipenv.
- Run the following in the terminal:
git clone https://github.com/hamishhuggard/ea_data_viz.git
cd ea_data_viz
pipenv run python app.py