Orderly is an AI-powered solution designed to revolutionize the drive-thru experience, addressing the high-demand environment where 60% to 70% of fast food sales occur. By leveraging advanced voice technology and Large Language Model (LLM) agents, Orderly streamlines the ordering process, reducing human error, cutting operational costs, and improving transaction efficiency. It offers smooth, human-like interactions that ease the burden on drive-thru operators while enhancing customer satisfaction. This innovation promises to transform drive-thru operations, creating a faster, more accurate, and user-friendly experience that benefits both restaurant owners and customers.
From Orderly, you, no matter you are a customer or an owner, will get:
- Smooth transaction drive-thru experience
- Lower employment cost
- Higher ordering efficiency
This project is a proof-of-concept for using an AI voice agent to help place food orders in a drive-through store. It consists of two main components:
- Front-End: A React app for the user interface.
- Back-End: A Flask app that handles voice transcription, order processing, and database interaction.
Before setting up the project, ensure you have the following installed:
- Node.js (for React front-end)
- Python 3.x (for Flask back-end)
- Git (for version control)
First, clone the repository to your local machine:
git clone <repository-url>
cd <repository-folder>