Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 468 Bytes

spacy_tutorial

SageMaker Setup

conda env list
source activate tensorflow_p36

1 time per session - each time you start SageMaker

pip install spacy

1 time ONLY - clone this project

cd SageMaker git clone https://github.com/duffjay/spacy_tutorial.git

spaCy Tutorial
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_md
python -m spacy download en_core_web_lg

apt-get

install spaCy

python

virtualenv nlp