Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

AWS - Machine Learning

Back


Amazon Rekognition: Image + video


Content Moderation

rekognition_content_moderation


Amazon Transcribe: speech to text


Amazon Polly: Text-> speech


Lexicon & SSML


Amazon Translate


Amazon Lex: chatbots


Amazon Connect: contact center

connect_lex_diagram.png


Amazon Comprehend: Natural Language


Amazon Comprehend Medical: Health Information


Amazon SageMaker: ML model

sagemaker_example


Amazon Forecast: predict the future

forecast_example.png


kendra_diagram


Amazon Personalize: personalized recommendations

personalize_diagram.png


Amazon Textract: extracts text

textract_example


Summary

Service Use case
SageMaker build ML models
Forecast build highly accurate forecasts, planning
Rekognition face detection, labeling, celebrity recognition
Textract Extract text and data in documents
Comprehend NLP(natural language processing)
Comprehend Medical NLP in clinical text
Kendra document search, : ML-powered search engine
Translate language translation
Polly text to audio
Transcribe audio to text (ex: subtitles)
Lex build conversational bots – chatbots
Connect virtual contact center
Personalize real-time personalized recommendations

TOP