Remove Analysis Remove APIs Remove Scripts
article thumbnail

Integrate dynamic web content in your generative AI application using a web search API and Amazon Bedrock Agents

AWS Machine Learning

Amazon Bedrock agents use LLMs to break down tasks, interact dynamically with users, run actions through API calls, and augment knowledge using Amazon Bedrock Knowledge Bases. In this post, we demonstrate how to use Amazon Bedrock Agents with a web search API to integrate dynamic web content in your generative AI application.

APIs 108
article thumbnail

How to decide between Amazon Rekognition image and video API for video moderation

AWS Machine Learning

Amazon Rekognition has two sets of APIs that help you moderate images or videos to keep digital communities safe and engaged. Some customers have asked if they could use this approach to moderate videos by sampling image frames and sending them to the Amazon Rekognition image moderation API.

APIs 87
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Automate the insurance claim lifecycle using Agents and Knowledge Bases for Amazon Bedrock

AWS Machine Learning

At the forefront of this evolution sits Amazon Bedrock , a fully managed service that makes high-performing foundation models (FMs) from Amazon and other leading AI companies available through an API. System integration – Agents make API calls to integrated company systems to run specific actions.

APIs 142
article thumbnail

Fine-tune and deploy a summarizer model using the Hugging Face Amazon SageMaker containers bringing your own script

AWS Machine Learning

Amazon Comprehend is a fully managed service that can perform NLP tasks like custom entity recognition, topic modelling, sentiment analysis and more to extract insights from data without the need of any prior ML experience. Build your training script for the Hugging Face SageMaker estimator. return tokenized_dataset. to(device).

Scripts 104
article thumbnail

Configure an AWS DeepRacer environment for training and log analysis using the AWS CDK

AWS Machine Learning

In this post, we enable the provisioning of different components required for performing log analysis using Amazon SageMaker on AWS DeepRacer via AWS CDK constructs. This is where advanced log analysis comes into play. The unit tests are located in DeepRacer/test/deep_racer.test.ts

Scripts 94
article thumbnail

Using Agents for Amazon Bedrock to interactively generate infrastructure as code

AWS Machine Learning

This solution uses Retrieval Augmented Generation (RAG) to ensure the generated scripts adhere to organizational needs and industry standards. In this blog post, we explore how Agents for Amazon Bedrock can be used to generate customized, organization standards-compliant IaC scripts directly from uploaded architecture diagrams.

Scripts 138
article thumbnail

Pre-training genomic language models using AWS HealthOmics and Amazon SageMaker

AWS Machine Learning

By bridging the gap between raw genetic data and actionable knowledge, genomic language models hold immense promise for various industries and research areas, including whole-genome analysis , delivered care , pharmaceuticals , and agriculture. Lastly the model is tested against a set of known genome sequences using some inference API calls.