Skip to content

A neutral network that implements natural language processing to generate a chatbot.

License

Notifications You must be signed in to change notification settings

JoeyIsmael/NPL-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot

This chat bot uses natural language processing in order to generate accurate responses related to the inputs.


How to run the project

Run the following command to load the anaconda environment:

conda env create -f environment.yml

If you want to see the training that goes on behind the scenes:

python train.py

To run the final chatbot, run the following command:

python chat.py

About

A neutral network that implements natural language processing to generate a chatbot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages