Remove tag amazon-web-services
article thumbnail

Announcing the updated Microsoft SharePoint connector (V2.0) for Amazon Kendra

AWS Machine Learning

Amazon Kendra is a highly accurate and simple-to-use intelligent search service powered by machine learning (ML). Amazon Kendra offers a suite of data source connectors to simplify the process of ingesting and indexing your content, wherever it resides. Configure optional encryption settings and tags. Choose Next.

article thumbnail

Build a powerful question answering bot with Amazon SageMaker, Amazon OpenSearch Service, Streamlit, and LangChain

AWS Machine Learning

Amazon Lex provides the framework for building AI based chatbots. To understand the overall structure of a RAG-based approach, refer to Question answering using Retrieval Augmented Generation with foundation models in Amazon SageMaker JumpStart. Ingesting document embeddings into Amazon OpenSearch Service.

APIs 77
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Build an image search engine with Amazon Kendra and Amazon Rekognition

AWS Machine Learning

In this post, we discuss a machine learning (ML) solution for complex image searches using Amazon Kendra and Amazon Rekognition. Amazon Kendra is an intelligent search service powered by ML, and Amazon Rekognition is an ML service that can identify objects, people, text, scenes, and activities from images or videos.

article thumbnail

Highlight text as it’s being spoken using Amazon Polly

AWS Machine Learning

Amazon Polly is a service that turns text into lifelike speech. This service can be used by chatbots, audio books, and other text-to-speech applications in conjunction with other AWS AI or machine learning (ML) services. Solution overview At its core, the solution uses Amazon Polly to convert a string of text into speech.

APIs 67
article thumbnail

Read webpages and highlight content using Amazon Polly

AWS Machine Learning

In this post, we demonstrate how to use Amazon Polly —a leading cloud service that converts text into lifelike speech—to read the content of a webpage and highlight the content as it’s being read. We accelerate that journey by demonstrating how to achieve this goal using Amazon Polly.

Scripts 70
article thumbnail

Create high-quality datasets with Amazon SageMaker Ground Truth and FiftyOne

AWS Machine Learning

In this post, we show how to repurpose an existing dataset via data cleaning, preprocessing, and pre-labeling with a zero-shot classification model in FiftyOne , and adjusting these labels with Amazon SageMaker Ground Truth. You can use Ground Truth and FiftyOne to accelerate your data labeling project.

article thumbnail

Efficiently fine-tune the ESM-2 protein language model with Amazon SageMaker

AWS Machine Learning

In this post, we demonstrate how to efficiently fine-tune a state-of-the-art protein language model (pLM) to predict protein subcellular localization using Amazon SageMaker. We start by downloading a public dataset using Amazon SageMaker Studio. drop(["Unnamed: 0", "Partition"], axis=1) df["Membrane"] = df["Membrane"].astype("int32")

Scripts 94