CCDI BtP Projects

A repository containing projects, experimentations, and demonstrations with using the By The People (BtP) transcript data to support Connecting Communities Digital Initiative (CCDI) work.

Dependencies

Install Python library dependencies:

pip install -r requirements.txt

For Natural Language Processing, also download your language model(s):

python -m spacy download en_core_web_lg
python -m spacy download fr_core_news_lg
python -m spacy download de_core_news_lg
python -m spacy download it_core_news_lg