Skip to content

dlmade/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Blog

This repository is build while writing this blog https://medium.com/analytics-vidhya/deploying-rasa-chatbot-on-heroku-using-docker-7199bf16c219 .

Repo is devided into two parts

  1. chatbot It contains Rasa chatbot server.
  2. website It contains Django server for frontend.

Install dependency

  1. For chatbot folder
$ pip install --no-cache rasa==1.5.3
  1. For website folder
$ cd website
$ pip install -r requirements.txt

Steps to see demo

  1. Start rasa server
  • Change directory chatbot
cd chatbot
  • Start rasa actions server
$ rasa run actions
  • Start rasa-x if you want to change intent, dialogue and train it again or skip this step.
$ rasa x
  • Start rasa api server
$ rasa run --cors "*" --enable-api
  1. Start Django server
  • Change directory chatbot
cd website
url: 'http://localhost:5005/webhooks/rest/webhook',
  • Start django server
$ python manage.py runserver
  1. See magic in browser Run following url in your browser and interect with your bot
127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages