Skip to content

sergioalberto/Chatbots

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published