Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 413 Bytes

File metadata and controls

15 lines (9 loc) · 413 Bytes

DataTraining

Installation Instructions

  1. Install pip3 dependencies

pip3 install spacy wordninja numpy pandas

  • spacy is for NLP.
  • wordninja is for separating English words within strings.
  • numpy for arithmetic / QoL.
  1. Install spacy's English library

python3 -m spacy download 'en_core_web_lg'