Skip to content

dori-dev/chatbot-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Chatbot

Build a chatbot with Python!

How to Run

Installation requirements.

pip3 install virtualenv
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt

Sample Chatbot

The nltk data files must be downloaded first, so it takes a while.

cd sample
python3 sample.py

Chatbot Adapters

The list of adapters is inside a adapters_list.py

cd adapters
python3 adapters.py

Smart Chatbot

Includes two codes, persian and english bot!

cd smart
python3 english_bot.py
python3 persian_bot.py

Links

Download Source Code: Click Here

My Github Account: Click Here

About

build a chatbot with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages