一个基于聊天机器人chatterbot的flask例子

基础

先看看我前面两个聊天机器人的帖子。下面这个是基于上述chatterbot的另外一个例子。

A web implementation of ChatterBot using Flask.(使用flask的chatterbot聊天机器人的web实现)

https://github.com/chamkank/flask-chatterbot

项目安装

  1. Ensure that Python, Flask, SQLAlchemy, and ChatterBot are installed (either manually, or run pip install -r requirements.txt).
  2. Run app.py with python app.py.
  3. The demo will be live at http://localhost:5000/

运行python app.py之后,显示如下:

一个基于聊天机器人chatterbot的flask例子

运行后的界面如下:


一个基于聊天机器人chatterbot的flask例子

发表评论
留言与评论(共有 0 条评论) “”
   
验证码:

相关文章

推荐文章