Skip to content

I decided to follow along a chatbot project video series made by Python Engineer on YouTube. This project opened my mind up to the many projects and applications that are available with NLP. Here is the YouTube link for the tutorial if you wish to make your own Chat Bot https://youtu.be/RpWeNzfSUHw .

Notifications You must be signed in to change notification settings

Johnsd11/Chatbot-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot-Project

I decided to follow along a chatbot project video series made by Python Engineer on YouTube. This project opened my mind up to the many projects and applications that are available with NLP. Here is the YouTube link for the tutorial if you wish to make your own Chat Bot https://youtu.be/RpWeNzfSUHw .

Packages Needed: torch, nltk, json, numpy

  1. You need uncomment "nltk.download('punkt')" file in nltk_utils.py.
  2. You need to first run train.py with the information you want to train the bot with first. This information is in the intents.json file.
  3. After train.py has been run, it will create a file called data.pth, you can now run chat.py to start chatting with the bot in the terminal.

About

I decided to follow along a chatbot project video series made by Python Engineer on YouTube. This project opened my mind up to the many projects and applications that are available with NLP. Here is the YouTube link for the tutorial if you wish to make your own Chat Bot https://youtu.be/RpWeNzfSUHw .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages