Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 976 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 976 Bytes

Food Delivery Chatbot with Dialogflow

This repository contains the code for building a chatbot for a food delivery system using Dialogflow. Throughout this project, I embarked on an end-to-end development journey, delving into various aspects such as Dialogflow basics, backend development in Python with FastAPI, interaction with a MySQL database, and beyond. This experience provided me with a comprehensive understanding and practical implementation of Dialogflow fundamentals, including intents, entities, contexts, and more.

Features

  • Dialogflow setup and configuration
  • Dialogflow intents and entities creation
  • Integration with Python backend using FastAPI
  • Communication with MySQL database for storing and retrieving data
  • User authentication and authorization
  • Order management system
  • Seamless conversation flow handling
  • Error handling and fallback mechanisms

Requirements

  • Python 3.x
  • Dialogflow account
  • FastAPI
  • MySQL database
  • ngrok