Skip to content

Debzou/Chatbot-NLP-Concepts

Repository files navigation

Chatbot-NLP-Concepts

installation

install python3.8
virtualenv venv --python=python3.8
pip install -r .\requirements.txt
pip freeze > requirements.txt

process input

Screenshot

create the training model NN

(venv)

python training.py

the model will be save in data.pth

Screenshot

run the chatbot

(venv)

Neural network chatbot

python chatbotNN.py

Tree chatbot

python chatbotTree.py

Now chat with your new friend !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages