Skip to content

A Python GUI Chatbot built with Chatterbot & Nltk. Complete Tutorial For this is given below in the link [v]

Notifications You must be signed in to change notification settings

jupiterdv/python-gui-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-gui-chatbot

Tutorial to build a chatbot in Python

Hi Dev mates, Welcome to The Codezine again, & Dark Soulz is back with another python #DIY tutorial. Today, I will gonna bring out one of the important & cool python projects that you are gonna like & love to do it yourself.

What is Chat Bot?

chatbot is a computer program that imitates human conversation through voice commands or text chats or both. It is built with AI tools like as Natural Language Processing (NLP) etc.

But how to make a Chatbot?

So, lets move forward & straight on how to make a chatbot easily.

Requirements

  • A laptop or Pc where Python latest version can be installed.
  • A good & fast Code Editor or Ide like Visual Studio Code or Atom.
  • A notebook where you can write important points.
  • Lastly, your focus.

Python Packages/Library Needed:

  1. pip install nltk
  2. pip3 install ChatterBot
  3. pip install pyttsx3
  4. pip install SpeechRecognition
  5. Tkinter

About

A Python GUI Chatbot built with Chatterbot & Nltk. Complete Tutorial For this is given below in the link [v]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages