This is a food ordering application which was inspired from food ordering system used by restaurants in China. There are two android applications in this project :
Just Eat | Just Eat Chef |
---|---|
The main aim of my project was to create a food recommendation system using machine learning model which will be integrated in an android application that will allows users to order food and drinks in a fast and convenient way. Basically, my project consists of three major parts, i.e.
First, I built and trained RNN model on Amazon food review dataset. Model was trained on around 3 lakh reviews and tested on 1 lakh reviews.
tf.Keras model was converted into tflite model. Then, it was used inside Android Application to perform sentiment analysis on reviews given by users about their orders.
User application works in 5 stages-
1. Login | 2. Scan QR Code | 3. Select Food | 4. Checkout |
---|---|---|---|
5. Payment | 6. Order Confirmation | 7. Give Review | 8. Review Result |
---|---|---|---|
Food Score will be updated after each review. Items having maximum food score will be at top and vice versa.
Max Scored Items | Min Scored Items |
---|---|
This application will be used by Restaurant Manager. They will recieve notification when user places order. Once order is served at table, manager will confirm the order which will enable user to give review of their experience with their food.
Image Cropper
For more details about restaurant food ordering, Click Here