Pizza Chatbot

To start the app, follow the below steps:

  • Clone the repo using the below command:

git clone [email protected]:shreyashah115/PizzaHere.git

  • Go to the cloned directory, create a virtaul environment and activate it:

cd PizzaHere/ virtualenv -p python3 myenv source myenv/bin/activate

  • Install the requirements

pip3 install -r requirements.txt

  • Start the server using the below command:

python3 manage.py runserver

How the chatbot works:

The bot will reply to your small talk questions at the beginning of the flow as shown below,

68747470733a2f2f692e696d6775722e636f6d2f6e4841315932392e706e67

You can place a new pizza order or track the existing order as well, after providing your mobile number.

68747470733a2f2f692e696d6775722e636f6d2f676648747973542e676966

GitHub

https://github.com/shreyashah115/PizzaHere