Pizzabot

Pizzabot

A chatbot for ordering pizza

I created a chatbot using RASA. I have attached a YouTube video link which showcases the bot's functionalities.

I used Rasa version: 2.8.1 and Rasa X version: 0.39.3. To use Rasa X a virtual environment was created. Rasa X helps to build the web UI through which I used the bot in the web and using rasa shell I used the bot in the terminal of VS Code.

To share the bot with others I used Ngrok to establish an external web network outside of the local host. To create an API, I used postman and flask (flask_cors and flask_restful) in python.

Next, to improve the product I need to train it giving more data and learning to integrate the product with other platforms like Messenger, Instagram, etc.