https://github.com/joytaribagshaw/dialogflowcx-codelab
This repository contains a simple restaurant landing page demonstrating how to integrate Dialogflow for AI-powered customer interactions. Built for Build with AI - Google Cloud workshop, participants can clone, explore, and customize the project to learn how to implement chatbot functionality in a website.
https://github.com/joytaribagshaw/dialogflowcx-codelab
ai-agents bootcamp-project chatbot cloud dialogflow google google-cloud-ai-platform google-cloud-platform tutorial
Last synced: about 1 year ago
JSON representation
This repository contains a simple restaurant landing page demonstrating how to integrate Dialogflow for AI-powered customer interactions. Built for Build with AI - Google Cloud workshop, participants can clone, explore, and customize the project to learn how to implement chatbot functionality in a website.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/dialogflowcx-codelab
- Owner: JoyTaribagshaw
- Created: 2025-02-19T01:05:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T20:31:46.000Z (about 1 year ago)
- Last Synced: 2025-02-19T21:28:50.849Z (about 1 year ago)
- Topics: ai-agents, bootcamp-project, chatbot, cloud, dialogflow, google, google-cloud-ai-platform, google-cloud-platform, tutorial
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
📖 Restaurant Landing Page with Dialogflow Integration (React)
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
# 🍽️ Restaurant Landing Page with Dialogflow
**Restaurant Landing Page with Dialogflow** is a web-based application that showcases a restaurant's landing page with AI-powered chatbot functionality. It integrates Google Dialogflow with React to handle customer queries efficiently.
Client
Server
Database
- **AI-Powered Chatbot**
- **Menu Inquiry Handling**
- **Table Reservation Assistance**
- **Google Dialogflow API Integration**
- **Interactive UI with React**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node.js
- NPM or Yarn
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/JoyTaribagshaw/DialogflowCX-Codelab.git
cd DialogflowCX-Codelab
```
### Install
Install this project with:
```sh
npm install
# OR
yarn install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
👤 *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)
- **Voice Recognition Support**
- **Database Integration for Orders**
- **Enhanced AI Learning Capabilities**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/JoyTaribagshaw/DialogflowCX-Codelab/issues).
If you like this project, please give it a ⭐.
I would like to thank Google Cloud for providing the Dialogflow API and all resources that made this project possible.
This project is [MIT](./LICENSE) licensed.