Skip to content

Instantly share code, notes, and snippets.

View deep-diver's full-sized avatar
🎯
Focusing

Chansung Park deep-diver

🎯
Focusing
View GitHub Profile
@ines
ines / Install
Last active September 21, 2023 17:14
Streamlit + spaCy
pip install streamlit
pip install spacy
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_md
python -m spacy download de_core_news_sm