Skip to content

This project is a simple implementation of a chatbot using a neural network model for intent classification.

Notifications You must be signed in to change notification settings

IamNirvan/TravelGuide-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelGuide - Chatbot

This project is a simple implementation of a chatbot using a neural network model for intent classification.

Technologies

This project utilizes the following Python technologies:

  • Numpy
  • NLTK
  • JSON
  • Tensorflow
  • Keras
  • Python

Usage

To use the chatbot, simply run the Main.py script. The chatbot will start a conversation and wait for user input. Based on the user's input, the chatbot will generate a response.

To download all the dependencies, run the following command in your terminal window.

.\dependencies.bat     

This will download and install the dependencies into your virtual environment

Then run the Main.py file to utilize a pre-trained model to start making predictions

About

This project is a simple implementation of a chatbot using a neural network model for intent classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published