Giter VIP home page Giter VIP logo

diningconciergechatbot's Introduction

Dining Concierge Chatbot

It is a serverless, microservice-driven web application built using AWS. The Dining Concierge chatbot based web application sends restaurant suggestions given a set of preferences that we provide the chatbot with through conversation.

The restaurants' metadata is taken from YELP api.

Web Application:

Services Used:

  1. AWS S3 - To host web application
  2. API Gateway - To setup api.
  3. Serverless (Lambda):
    -> LF0 - performs the chat operation and interacts with Lex.
    -> LF1 - A code hook for Lex. Also to manipulate and validate the parameters as well as format the bot's responses.
  4. Lex - The AWS Lex chatbot has three intents:
    -> Greeting Intent : Used for greeting user and provides reposne like "Hi there, how can I help?"
    -> Thank You Intent : Thanks the user for using the service.
    -> Dining Suggestion Intent : Collects information slots from user: Location, Cuisine, Dining Time, No. of People, Phone No. and Email.
  5. SQS - To store user's request. It uses polling to fetch requests.
  6. Elastic Search (Open Search) - To store restaurant ID and cuisine.
  7. Dynamo DB - To store restaurants' information like: Business ID, Name, Address, Coordinates, Number of Reviews, Rating & Zip Code
  8. SNS - To send restaurant suggestions to users via SMS and Email.

FLOW:

In summary, based on a conversation with the customer, the LEX chatbot will identify the customer’s preferred ‘cuisine’. We will then search through ElasticSearch to get random suggestions of restaurant IDs with this cuisine. At this point, we would also need to query the DynamoDB table with these restaurant IDs to find more information about the restaurants we want to suggest to your customers like name and address of the restaurant. We are filtering restaurants only using the cuisine.

diningconciergechatbot's People

Contributors

nobeldang avatar

Watchers

 avatar

Forkers

bhargavamakwana

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.