Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 391 Bytes

This is a simple chatbot made for the NLP Course

This Chatbot is based on several tutorials.

Get it running

We are using pipenv. Unless you don't want to run in global python environment, you should too!

pipenv shell
pipenv run python train.py
pipenv run python chat.py

Errors

Pipenv

If you get errors with pipenv try:

pipenv --rm
pipenv sync
pipenv lock