×
Community Blog ServeU: AI-powered virtual waiter for restaurants

ServeU: AI-powered virtual waiter for restaurants

This project is from the team of BBLV, which was awarded first place in the Alibaba Global AI Innovation Challenge 2020.

1

This project is from the team of BBLV, which was awarded first place in the Alibaba Global AI Innovation Challenge 2020.

Project Introduction

The global pandemic has indeed left a substantial and devastating impact on the food and beverage (F&B) industry. For example, in the US, the latest data in December 2020 by the National Restaurant Association shows that nearly 110,000 restaurants had to close permanently, which is roughly 20% of the country's total number of restaurants.

A similar condition also happened in Indonesia. Businesses faced pressure not only from regulators but also from the shift in customers' behavior. Restaurants could only operate on a limited capacity and on a shorter permitted operational period. In addition, the uncertainty factor from constant regulatory changes, sometimes without prior notice, has led to further challenges for the F&B industry. Customers also prefer ordering takeaway and delivery instead of dining in, which limits the ability for shops to upsell products. Furthermore, the slowdown of the global economy has also led customers to become more cost-conscious when purchasing items.

Consequently, restaurants are experiencing significant drops in revenue. To sustain operations, restaurants must adapt by implementing cost-reduction measures. Layingoff or reducing staffs per shift seem to be one of the most sensible options. However, it comes with a service quality trade-off, such as longer service time and less attentive server. On the other hand, customers' expectations allow no compromise, even demand for higher service quality, with cleanliness and safety on top of mind.

We introduce ServeU to help restauranteurs to maintain the service quality by relieving the staffs' workload. ServeU provides a QR Code accessible online menu with a virtual waiter for restaurants that answer customers' questions and take orders. In addition, ServeU also offers personalization to customers and reduce the cost of human error during standard operation.

Target Problems

  • Service quality drop due to fewer staffs
  • Human error factor in the regular ordering process Tech Savvy

Solution

Our solution, ServeU, aims to increase the productivity of MSME (Micro, Small, and Medium Enterprise) in the Food and Beverage sector by taking advantage of technological developments, especially Artificial Intelligence. ServeU provides a QR code accessible online menu with virtual waiter for restaurants that answer customers' questions and take orders. After a customer enters the restaurant, find a seat, and scans the QR code on the table, they will meet our AI-powered virtual waiter who will serve them, takes the order, and notifies the merchant.

2
Figure 1 Customer Journey

Alibaba Cloud Products Used

In this project we utilize various range of Alibaba Cloud Platforms.

  • Elastic Compute Service (ECS) was used as our instance to host the application. In this instance, we installed all the package dependencies, and made the status of application to be 'active'.
  • ApsaraDB RDS for MySQL was used as our database in order to fulfil the needs of a relational database, such as for storing credential to do login on app.
  • Object Storage Service (OSS) is an encrypted, secure, cost-effective, and easy-to-use object storage service that enables you to store, back up, and archive large amounts of data in the cloud, with guaranteed durability. We used this to store our data.
  • Container Registry was used to store our custom image to bring the initialization of application faster.
  • Server Load Balancer was used to route the application by its port and make our application more secure, because we don't need to make all services publicly accessible.
  • Kubernetes Services was the next level of containerization, we can make the application reliable by using replicas and make the performance better.
  • Machine Learning Platform for AI (PAI) was used to train our RASA NLU and customer segmentation models. We also utilized PAI Studio to do daily prediction from our model. PAI provides end-to-end machine learning services, including data processing, feature engineering, model training, model prediction, and model evaluation. Machine Learning Platform for AI combines all of these services to make AI more accessible than ever.
  • DataWorks was used to orchestrate our machine learning model from model training to deployment. It is a Big Data platform product launched by Alibaba Cloud, which provides one-stop Big Data development, data permission management, offline job scheduling, and other features. It also offers all-around services, including Data Integration, DataStudio, Data Map, Data Quality, and DataService Studio.

Technology Highlights

There were two machine learning models that we developed and served in this project. First is the Natural Language Understanding (NLU) model that uses the RASA framework. Second is the customer segmentation model using K-Means clustering algorithm.

3

Natural Language Understanding (NLU) Model

We are use RASA for our main NLU model. RASA is an open-source framework to automate text and voice-based AI assistant. This framework leverage machine learning to understand user's intent and discussed object. It also uses the machine learning to manage how the assistant should response. RASA also very flexible to use as we can craft our own stories with supports in various integration, channel, and languages.

We use the Alibaba Cloud PAI DSW product to train NLU model. The model results then stored in the OSS as an intermediatory before deployed in ECS. After that, the model was deployed using docker through ECS and serve it through ServeU for our customers.

Customer Segmentations

The customer segmentation model was utilized Alibaba Cloud Big Data services. The data from the Apps that stored in the RDS database was pulled to MaxCompute using Data Works. From that data, we use PAI Studio to do model training and create a model.

Then we create another pipeline using DataWorks to serve the model using PAI Studio too. After that the results was stored again in Database and we are using the third party BI Tools like Tableau to visualize the model results.

About the Team

Our team consists of 4 members, all from technical backgrounds. Similar with a typical hackathon format, we split our roles into 3 types: Hustler, Hacker, and Hipster. Louis works as a Hacker who mainly focusing on the AI framework and implementation. Boy also has a role as a Hacker, but he's mainly focusing on the DevOps part. Vincent works not only as a Hustler who brings the concept together but also as a Hipster or the designer. While Bima has a role both as a Hacker and the Hipster, where as a Hacker, Bima mainly focusing on the MLOps part.

0 1 0
Share on

Alibaba Cloud Project Hub

113 posts | 21 followers

You may also like

Comments

Alibaba Cloud Project Hub

113 posts | 21 followers

Related Products