/HMD-PizzaBot

A conversational assistant to order pizza using Rasa

Primary LanguagePython

Pizzbot

About

A conversational assistant to order pizza

This chatbot was built using Rasa. Tutorials on how to develop a similar chatbot are available on the offical website and also on Youtube

Getting Started

install first Rasa

Train the chatbot

rasa train

Test chatbot

rasa test

Talk to chatbot

rasa shell

In case it doesn't predict any response please use specifying the model folder:

rasa shell -m models/

Interactive Rasa Tool

No more available for free users Install first Rasa X

pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
rasa x

TODO:

  • update domain file
  • remove useless actions
  • make sure nlu train works
  • make sure policy train works