Skip to content

laynz28/ChatbotUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatbotUI Template

A simple Python implementation of Chatbot UI for Web Service. Note: This is a slight modification of the project https://github.com/chamkank/flask-chatterbot

Requirement

  • Python 3
  • Flask

Usage

One could freely customize your response generation in app.py, such as a rule-based chatbot, a generative or retrieval chatbot, all up to you.

Just run the app.py and navigate to the corresponding address in your explorer.

# issue the command
$ python app.py

# Then you should see the following info in your console, just navigate to this address in your explorer
 * Running on http://0.0.0.0:54321/ (Press CTRL+C to quit)

# Then you should see the above figure in your explorer

About

A simple Python implementation of chatbot UI for Web Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.4%
  • CSS 31.4%
  • HTML 20.2%