-
Python 3.7
-
pip for 3.7
-
pipenv. If pip is installed you can do
pip install --user pipenv -
in the project folder type
pipenv installto get all package dependencies -
Then load all the necessary NLTK packages via
pipenv run python get_nltk_packages.py
pipenv run python chatbot.py
For the initial definition switch to the initial git branch