Civic Engagement with Data Science
Applying Natural Language Processing to extract interesting features from legislation.
Data from OpenStates.
Features will be used in the Swipe for Rights
app, which will:
OPENSTATES_API_KEY
Create a conda environment and install required packages:
$ conda env create -f environment.yml
Activate the environment:
$ conda activate represent
This should be sufficient to run the scripts in py/
and notebooks in notebooks/
.
Deactivate the conda environment:
$ conda deactivate
Remove the conda environment:
$ conda env remove --name represent