Skip to content

shreyashah115/PizzaHere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Chatbot

To start the app, follow the below steps:

  • Clone the repo using the below command:

git clone git@github.com: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, Small talk

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

Link to chatbot video