A few months back, I introduced this project which masks texts in an image by utilizing a couple of AWS ML services (Rekognition, Textract and Comprehend). There are many use cases for such tooling, so last week I presented to my team with a live demo - Masking sensitive information in Slack with mask-it bot. … Continue reading Masking PII Image with Slack Bot
Tag: Bot
Create a Slack FAQ Bot in AWS Lambda
I recently wrote a simple Slack FAQ bot that can answer users' questions automatically. User is able to find the knowledge base articles and relevant shortcut in the ticketing system with just one click. This is how it looks like in Slack. And it is also super easy to customize the Bot to fit different … Continue reading Create a Slack FAQ Bot in AWS Lambda