Chatbot for ordering and tracking a Pizza
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 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, You can place a […]
Read more