DataTraining Installation Instructions 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. Install spacy's English library python3 -m spacy download 'en_core_web_lg'