基础
先看看我前面两个聊天机器人的帖子。下面这个是基于上述chatterbot的另外一个例子。
A web implementation of ChatterBot using Flask.(使用flask的chatterbot聊天机器人的web实现)
https://github.com/chamkank/flask-chatterbot
项目安装
- Ensure that Python, Flask, SQLAlchemy, and ChatterBot are installed (either manually, or run pip install -r requirements.txt).
- Run app.py with python app.py.
- The demo will be live at http://localhost:5000/
运行python app.py之后,显示如下:

运行后的界面如下: