Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 5b3de02

Browse files
committed
update README to match v2.0.0 implementation guide
1 parent 2542b3e commit 5b3de02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
The Discovering Hot Topics Using Machine Learning solution identifies the most dominant topics associated with your products, policies, events, and brands. This enables you to react quickly to new growth opportunities, address negative brand associations, and deliver a higher level of customer satisfaction for your business. In addition to helping you understand what your customers are saying about your brand, this solution gives you insights into topics that are relevant to your business.
44

55
This solution deploys an AWS CloudFormation template to automate data ingestion from these sources:
6+
67
- Twitter
78
- RSS news feeds
89
- YouTube comments tied to videos
910
- Reddit (comments from subreddits of interest)
1011
- custom data in JSON or XLSX format
11-
12-
This solution uses pre-trained machine learning (ML) models from Amazon Comprehend, Amazon Translate, and Amazon Rekognition to provide these benefits:
12+
13+
This solution uses pre-trained machine learning (ML) models from Amazon Comprehend, Amazon Translate, and Amazon Rekognition to provide these benefits:
1314

1415
- **Detecting dominant topics using topic modeling**-identifies the terms that collectively form a topic.
1516
- **Identifying the sentiment of what customers are saying**—uses contextual semantic search to understand the nature of online discussions.
@@ -40,7 +41,7 @@ Deploying this solution with the default parameters builds the following environ
4041

4142
The architecture of the solution includes the following key components and workflows:
4243

43-
1. Ingestion – Twitter, RSS feeds, and YouTube comments ingestion and management using Lambda functions, Amazon DynamoDB, and Amazon CloudWatch Event Scheduler. For detailed reference architecture diagrams for Twitter, YouTube comment, and RSS news feed ingestion, refer to the [implementation guide](https://docs.aws.amazon.com/solutions/latest/discovering-hot-topics-using-machine-learning/overview.html).
44+
1. Ingestion – Twitter, RSS feeds, YouTube comments, Reddit ingestion and management using Lambda functions, Amazon DynamoDB, and Amazon CloudWatch Event Scheduler. For detailed reference architecture diagrams for Twitter, YouTube comment, RSS news feed, and Reddit ingestion refer to the [implementation guide](https://docs.aws.amazon.com/solutions/latest/discovering-hot-topics-using-machine-learning/overview.html).
4445

4546
2. Data Stream — The data is buffered through Amazon Kinesis Data Streams to provide resiliency and throttle incoming requests. The Data Streams have a configured DLQ to catch any errors in processing feeds.
4647

0 commit comments

Comments
 (0)