All Projects → awslabs → Voice Powered Analytics

awslabs / Voice Powered Analytics

Licence: other
Workshop to build voice enabled integration with data analytics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Voice Powered Analytics

aws-is-how
Know How Guide and Hands on Guide for AWS
Stars: ✭ 27 (-75.45%)
Mutual labels:  lambda, workshop
Alexaskillskit
Swift library to develop custom Alexa Skills
Stars: ✭ 160 (+45.45%)
Mutual labels:  alexa, lambda
jarvis-workshop
Amazon re:Invent workshop - "Alexa, Ask Jarvis to Create a Serverless App for Me" -
Stars: ✭ 14 (-87.27%)
Mutual labels:  alexa, workshop
0x4447 product answering machine
☎️ An automated answering machine build on top of Amazon Connect
Stars: ✭ 38 (-65.45%)
Mutual labels:  alexa, lambda
Aws Security Workshops
A collection of the latest AWS Security workshops
Stars: ✭ 332 (+201.82%)
Mutual labels:  lambda, workshop
Aws Lambda Workshop
Some incremental examples suitable to host an AWS Lambda Functions workshop
Stars: ✭ 18 (-83.64%)
Mutual labels:  lambda, workshop
Aws Serverless Workshop Innovator Island
Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop. Questions? Contact @jbesw.
Stars: ✭ 363 (+230%)
Mutual labels:  lambda, workshop
Alexa Monzo
Monzo Skill for the Amazon Alexa
Stars: ✭ 49 (-55.45%)
Mutual labels:  alexa, lambda
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (-7.27%)
Mutual labels:  lambda
Docker Workshop
Docker Workshop
Stars: ✭ 104 (-5.45%)
Mutual labels:  workshop
Assistantjs
TypeScript framework to build cross-platform voice applications (alexa, google home, ...).
Stars: ✭ 100 (-9.09%)
Mutual labels:  alexa
Home Assistant Configuration
My Home Assistant Config. For more Information visit ->
Stars: ✭ 102 (-7.27%)
Mutual labels:  alexa
Aspnetcore App Workshop
This workshop has been migrated to https://github.com/dotnet-presentations/aspnetcore-app-workshop
Stars: ✭ 105 (-4.55%)
Mutual labels:  workshop
Alexa Message Builder
Simple message builder for Alexa replies.
Stars: ✭ 100 (-9.09%)
Mutual labels:  alexa
Playwright Aws Lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
Stars: ✭ 107 (-2.73%)
Mutual labels:  lambda
Lambda Converters
Strongly-typed lambda expressions as value converters, data template selectors, and validation rules
Stars: ✭ 99 (-10%)
Mutual labels:  lambda
Cloud Native Devops Workshop
Oracle's Cloud Native and DevOps Workshop on Oracle Cloud
Stars: ✭ 99 (-10%)
Mutual labels:  workshop
Json Serverless
Transform a JSON file into a serverless REST API in AWS cloud
Stars: ✭ 108 (-1.82%)
Mutual labels:  lambda
Virtual Alexa
🤖 Easily test and debug Alexa skills programmatically
Stars: ✭ 106 (-3.64%)
Mutual labels:  alexa
Whatsmars
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥
Stars: ✭ 1,389 (+1162.73%)
Mutual labels:  lambda

Voice Powered Analytics

Introduction

In this workshop, you will build an Alexa skill that queries metrics from a data lake, which you will define. The goal after leaving this workshop, is for you to understand how to uncover Key Performance Indicators (KPIs) from a data set, build and automate queries for measuring those KPIs, and access them via Alexa voice-enabled devices. Startups can make available voice powered analytics to query at any time, and Enterprises can deliver these types of solutions to stakeholders so they can have easy access to the Business KPIs that are top of mind.
This workshop requires fundamental knowledge of AWS services, but is designed for first time users of QuickSight, Athena, and Alexa. We have broken the workshop into three sections or focus topics. These are:

  • Data Discovery using QuickSight
  • Building Data Lake analytics in Athena (based on objects in S3) to generate answers for Alexa
  • Building a custom Alexa skill to access the analytics queries from Athena

We expect most attendees to be able to complete the full workshop in 2 hours.

To help keep moving through the sections in case you get stuck anywhere, we have provided CloudFormation templates and sample code.

For those feeling creative, many sections also have Bonus Sections where you can build additional capability on top of the workshop.
Feel free to engage your workshop facilitator(s)/lab assistant(s) if you'd like additional assistance with these areas.

You can also contact @WestrichAdam or @chadneal on twitter if you have additional questions or feedback.

Prerequisites

Please make sure you have the following available prior to the workshop.

Lab Setup

We have provided a CloudFormation template to create baseline resources needed by this lab but are not the focus of the workshop. These include IAM Roles, IAM Policies, a DynamoDB table, and a CloudWatch Event rule. These are listed as outputs in the CloudFormation template in case you want to inspect them.

Please launch the template below so that the resources created will be ready by the time you get to those sections in the lab guides.

**Pick the desired region that's closest to your location for optimal performance **

When you launch the template you will be asked for a few inputs. Use the following table for reference.

Input Name Value
Stack Name VPA-Setup
DDBReadCapacityUnits 5
DDBWriteCapacityUnits 5
Watch a video of launching CloudFormation (Click to expand)

launcg CloudFormation

Region Launch Template
EU-WEST-1
US-EAST-1

Modules

By default, you can access twitter data that exists in a public S3 bucket filtered on #reinvent, #aws or @AWSCloud. If you'd like to use this pre-existing data, you can skip to Module 1. But if you'd like to deploy this workshop through building your own Data Lake and using your own filters, follow the outlined steps below:

Optional Module 0 (Build Your Own Data Lake)

Step 1: Generate Twitter Keys

  1. Go to http://twitter.com/oauth_clients/new
  2. Apply for a Twitter Developer Account. Takes ~15 minutes. Requires detailed justification, twitter approval, and email verification
  3. Under Name, enter something descriptive, e.g., awstwitterdatalake can only have alpha-numerics
  4. Enter a description
  5. Under Website, you can enter the website of your choosing
  6. Leave Callback URL blank
  7. Read and agree to the Twitter Developer Agreement
  8. Click "Create your Twitter application"

Step 2: Deploy App In Repo

  1. Navigate to Twitter-Poller to-Kinesis-Firehose in the Serverless Application Repository.
  2. Click the Deploy button (top righthand corner)
  3. You may be prompted to login to your AWS account. After doing so, scroll down to the Application Settings section where you will be able to enter: a. The 4 Tokens received from Twitter b. You can keep the Kinesis Firehose resource name the same or change it to a preferred name c. Customize the search text that twitter will bring back
  4. After deploying the Serverless Application, your application will begin polling automatically within the next 5 minutes.

Lastly, note the name of the S3 bucket so you can use it to create the Athena schema.

Main Modules:

  1. Amazon QuickSight Section
  2. Amazon Athena Section
  3. Amazon Alexa Section

If you'd like to make your skills private to your organization, you can deploy your skill privately through Alexa For Business

After you have completed the workshop you can disable to the CloudWatch Event to disable the Athena poller. This will stop the automated scans of s3 from Athena and also serve to stop any further Athena costs. If you want to completely remove all resources please follow the cleanup guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].