A streamlit app that presents information about nonprofits in a local area in order to learn about community.
Data Sources:
- IRS Business Master File (BMF) of "active" nonprofits
- IRS Tax Returns (Form 990-series)
- Census
- Congress API
- Censusreporter
- Probublica
The data is processed in several google colab notebooks from np-colab-notebooks
Additional background can be found at https://johnzelson.site/local-nonprofits/
-
Install the requirements
$ pip install -r requirements.txt -
Run the app
$ streamlit run local-nonprofits.py