Skip to content

An AI based food ordering Chatbot to help assist users in placing Food orders, also connected with MySQL database to CRUD User's Food order details.

Notifications You must be signed in to change notification settings

Zafershah24/AI-Food-Odering-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

VIDEO DEMONSTRATION OF THE CHATBOT.

Video-Demonstration-of-the-Worki

STEPS TO FOLLOW FOR RUNNING THE AI PIZZA CHATBOT.

  1. Download "AI" Folder in your Local Directory, then Open The COMMAND PROMPT(CMD).
  2. cd AI
  3. python3 -m venv myvenv (creating Environment Variable)
  4. myvenv\Scripts\activate (for Windows machine)
  5. python -m pip install --upgrade pip
  6. pip install rasa (installing RASA library)

After Completing the Above Steps, run the below commands to test the chatbot -

  1. cd pizzaBot
  2. rasa shell (in One Terminal)

Open ANOTHER CMD Terminal and run the Following Commands- (to run the BACKEND SERVER)

  1. cd AI
  2. myvenv\Scripts\activate
  3. cd pizzaBot
  4. rasa run actions

Now the BOT can Successfully Interact with its Backend.

Architecture of the ChatBot

Screenshot (228)

About

An AI based food ordering Chatbot to help assist users in placing Food orders, also connected with MySQL database to CRUD User's Food order details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages