Skip to content

A ChatBot 🤖 application using Natural Language Processing

License

Notifications You must be signed in to change notification settings

iamdhrutipatel/Chater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chater 💬

A ChatBot 🤖 application using Natural Language Processing.

Chater-logo

  • The Dataset I've used to train the models is here.

  • You can find .ipynb file of the project from here.

Libraries Used

Libraries used in this project are as follows:

  • nltk
  • pandas
  • matplotlib
  • nlp_utils
  • sklearn

Installation Setup

1. Clone the repository

You can clone this repository using command: https://github.com/iamdhrutipatel/Chater.git

2. Open ChatBot_NLP.ipynb

You can open the .ipynb file using Google Collab or Jupyter Notebook.
Don't have Jupyter Notebook? Don't worry, run the following commands and you're good to go 🚀

$ pip install notebook
$ jupyter notebook

3. Execute all the cells consecutively to run the chatbot application.

4. After firing the queries, at the end a bot will provide response according to user's query.

Video Demonstartion

You can find the video of running application from here.

Facing any issues???

Feel free to open an issue. I'll be glad to help you.❤️