beefoo / loc-transcript-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 39.3%Language:JavaScript 27.8%Language:HTML 20.0%Language:CSS 12.9%