ArdiHanitya's Personal Website

ArdiH

Summarize file in AWS Bedrock without RAG

AWS Bedrock, RAG, Generative AI, what are those? Well, before we get started, here is the topic list that we are going to discuss. Note: for today, we are not going to use RAG for this article. But for better understanding, I’ll give you a…

Continue reading...
ArdiH

AWS Textract PDF Table only using Python

Prologue Optical Character Recognition (OCR) is a widely used technology to extract text from documents, whether they are scanned images, PDFs, or pictures. AWS Textract, a fully managed machine learning service, makes it easier to extract text, forms, and tables from a variety of document…

Continue reading...
ArdiH

How to secure S3 Bucket with KMS and test it

Hi folks. Today we're going to cover AWS KMS (Key Management Service) with S3 bucket. Before we test it, it's better to us to know about what is KMS. https://aws.amazon.com/kms/# AWS Key Management Service (KMS) gives you centralized control over the cryptographic keys used to…

Continue reading...
ArdiH

AWS Transcribe and demo

We're going to talk a little bit about AWS Transcribe now. What is AWS Transcribe? Amazon Transcribe makes it easy for developers to add speech to text capabilities to their applications. Audio data is virtually impossible for computers to search and analyze. Therefore, recorded speech needs…

Continue reading...
ArdiH

AWS Textract Simple OCR with NodeJS 🚀🔎

OCR Overview 🔎 First, we need to know what OCR is, OCR is Optical character recognition or optical character reader (OCR) is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text, whether from a scanned document, a photo…

Continue reading...
ArdiH

Modify EC2 Instance by Lambda (NodeJS) 🚀

EC2 Instance Modification This is a simple program created to modify or change the EC2 instance with Lambda and use the Step Function Integration. With the help of a step function we will get a flow function according to what we defined. Here we will…

Continue reading...