Skip to content

ChickenBenny/NLP-chatbot-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP-chatbot-tutorial

Tutorial of basic NLP and build a simple chatbot

詳細開發過程請詳 : https://medium.com/@ChickenBenny/nlp-chatbot-tutorial-with-pytorch-78b16dedba1b

Quick start

  1. Clone the project and enter the folder
$ git clone https://github.com/ChickenBenny/NLP-chatbot-tutorial
$ cd NLP-chatbot-tutorial
  1. Create virtual enviroment

Windows

$ python -m venv venv
$ ./venv/Scripts/activate

Mac/ Linux

$ python -m venv venv
$ . venv/bin/activate
  1. Install package
$ pip install -r requirements.txt
  1. Play with chat bot
$ cd chatbot
$ python ./chatbot.py

About

Tutorial of basic NLP and build a simple chatbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages