Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 857 Bytes

File metadata and controls

36 lines (28 loc) · 857 Bytes

Chatbots

Here you can find some demos using Google and IBM SDKs in Python

Install the dependencies

 pip install configparser
 pip install flask
 pip install Flask-Session
 pip install redis
 pip install beaker
 easy_install python-memcached
 pip install apiai
 easy_install --upgrade watson-developer-cloud (pip install --upgrade watson-developer-cloud)

Run terminal demo

python demo.py -conf configFile.ini -sdk Google

Alt text

Run chatbot web

python chatbot.py -conf configFile.ini -sdk Google

Alt text

On this blog you can find more information.

License

MIT

Free Software!