This project implemented a dining concierge chatbot which will recommend proper restaurants at certain location with certain cuisines demanded by customers. The chatbot will receive the customer's dining intent and send emails to customers with recommended restaurants.
This project mainly used services provided by AWS.
- S3
- API Gateway
- Lambda Function
- Lex
- SQS
- SES
- DynamoDB
- OpenSearch
Video Demo Link: Video_Demo
When users open the chat bot, it will greet you and ask you about the place, cuisine type, number of people and date of your meal. By answering questions one by one, users' intent will be recorded by the chatbot. Later the chatbot will send 5 random restaurant recommendations to the customer's email address. Please follow interaction examples below so that you will be treated properly by the chat bot.
Check your spam folder if you don't receive the email.
Supported Cuisine types are:
"african", "new american", "traditional american", "asian fusion", "australian", "barbeque",
"breakfast brunch", "buffets", "burgers", "cafes", "caribbean", "chicken shop",
"chicken wings", "chinese", "hotdogs", "Fish & Chips", "french", "german",
"hawaiian", "hotdog", "indian ", "italian", "japanese", "korean",
"mexican", "middle eastern", "noodles", "pizza", "salad", "sandwiches",
"seafood", "soup", "spanish", "steak", "sushi", "thai",
"turkish", "vegan", "vietnamese"
Chatbot Screenshot 1 Chatbot Screenshot 2 Recommendation Email Sample
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Letian Jiang (Email: [email protected])
Shihui Huang (Email: [email protected])
Project Link: Dining Concierge Chatbot
The following recourses helped me to complete this project.