Skip to content

dawn0123/chatbot_using_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot Using Django

Build a Chatbot Using Python, Django

Demo

Technologies Used

  • ChatterBot Library - To generate automated responses to a user’s input.
  • Celery - Getting the automated response from a machine-learning dialog engine is going to take a while. So Celery will be used to perform this task in the background.
  • WebSockets using Django Channels - To send to the client the automated response generated by the machine learning model immediately when it’s available.
  • Redis - Will be used as a message broker and result backend for Celery. In addition, it will be used as a channel layer for WebSocket communication.
  • TailwindCSS - To create the user interface.

Related blog post: https://dev.to/documatic/build-a-chatbot-using-python-django-46hb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published