Skip to content

NPuhlmann/nlp_course_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chatbot for NLP Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages