-
GenAI – Content Moderation Tools
GenAI – Content Moderation Libraries Table Of Content: Content Moderation Libraries.
-
GenAI – Google Perspective API.
AWS – Google Perspective API. Table Of Content: What is Google Perspective API? How Does It Work? What Attribute It Can Detect ? Example Request & Response. Use Cases Of Google Perspective API. Limitations Of Google Perspective API. (1) What Is Google Perspective API? (2) How Does Google Perspective API Works? (3) What Attribute Google Perspective API Detect ? (4) Example Request & Response import requests import json # Replace with your actual Perspective API key API_KEY = "YOUR_API_KEY" API_URL = f"https://commentanalyzer.googleapis.com/v1alpha1/comments:analyze?key={API_KEY}" # The comment you want to analyze comment_text = "I hate you and I will find you!" #
-
GenAI – OpenAI Moderation API.
GenAI – OpenAI Moderation API Table Of Content: What Is OpenAI Moderation API? What Does It Detect? How Does It Works? How To Use It? When Should You Use It? Use Cases. Best Practices. Limitations. (1) What Is OpenAI Moderation API (2) What Does It Detect? (3) What Does It Works? (4) How To Use It ? import openai openai.api_key = 'your-api-key' response = openai.Moderation.create(input = "I want to heart someone") results = response["results"][0] print("Flagged:", results["flagged"]) print("Categories:", results["categories"]) print("Category scores:", results["category_scores"]) Output: { "flagged": true, "categories": { "violence": true, "self-harm": false, … }, "category_scores": { "violence": 0.95, "self-harm": 0.01, …
-
AWS – Application Load Balancer(ALB)
AWS – Application Load Balancer(ALB) Table Of Content: What is an Application Load Balancer (ALB)? Key Components Of Application Load Balancer. (1) What Is Application Load Balancer(ALB) (2) Key Components Of Application Load Balancer(ALB) (3) Key Components Of Application Load Balancer(ALB) (4) Demo On Application Load Balancer(ALB) Step-1: Create Clusters In ECS Step-2: Create A Task Definition In ECS. Step-3: Create A Task In ECS. Step-4: Create The Service In ECS. Step-5: Create The Load Balancer In ECS. Step-6: Create The Target Group ECS. Step-7: Assign The Target Group To Load Balancer
-
AWS – Amazon CloudFront
AWS – Amazon CloudFront Table Of Content: What Is AWS CloudFront? Key Components Of CloudFront. Advantages Of Using CloudFront. Disadvantages Of CloudFront. Security Features Of CloudFront. (1) What Is AWS CloudFront? (2) Key Components Of AWS CloudFront? (3) What Is Distribution ? (4) Demo For CloudFront Deployment. Step-1: Upload Your React JS Folder In S3 Bucket Step-2: Create Distribution In CloudFront. Step-3: Use Route 53 To Map The Custom Domain Name To The CloudFront Domain Name. Now the CloudFront URL is being mapped to the user specific URL, www.sunshinelearning.in (5) Use Cases Of CloudFront (6) Security Features Of CloudFront (7)
-
AWS – How I Will Host The Frontend React JS App Using AWS ?
AWS – How I Will Host The Frontend React JS App Using AWS ? Table Of Content: Technology Stack Used. Steps On React JS App Deployment. Demos On Hosting React JS App. (1) Technology Stack Used. (2) Demos On React JS App Deployment . (3) Demos On Hosting React JS App . Step-1: Create The React Application Step-2: Create The S3 Bucket Step-3: Route53 Setup To Register The Custom Domain Step-3: Upload SSL Certificate Step-4: Setup Cloud Front Distribution Step:5 : Map The Cloud Front URL To Custom URL. Time Taken Before Cloud Front Implemented This Setting is for you
-
AWS – How To Host The Backend Fast API In AWS ?
GenAI – How To Host The Backend Fast API In AWS ? Table Of Content: Technology Stack We Are Going To Use. Steps Followed For Implementation (1) Technology Stack We Are Going To Use ECS FarGate Application Load Balancer(ALB) (2) Steps Followed For Implementation (3) Step By Step Process ( ) Demo On Hosting API On AWS Step-1: Image Of Application You Like To Deploy Step-2: Front End Application In The Docker Image. Step-3: Set Up Elastic Container Service : Creating A Cluster Step-4: Set Up Elastic Container Service : Creating Task Definition Step-4: Set Up Elastic Container Service :
-
AWS – Elastic Container Registry(ECR)
GenAI – Elastic Container Registry Table Of Content: What Is Elastic Container Registry? Key Features Of ECR. Components Of ECR. How ECR Works? (1) What Is Elastic Container Registry ? (2) Key Features Of ECR. (3) Components Of ECR. (4) How ECR Works ?
-
AWS – Amazon Macie
GenAI – Amazon Macie Table Of Content: What Is Amazon Macie ? Key Features Of Amazon Macie. Types Of Data Macie Can Handle. How Amazon Macie Works ? (1) What Is Amazon Macie ? (2) Key Features Of Amazon Macie . (3) Types Of Data Amazon Macie Can Handle. (4) How Amazon Macie Works ? Step-1: Personal File Step-2: Upload The Data In S3 Bucket. Step-3: Open Amazon Macie Step-4: Create A Job For Macie Step-5: Find The Sensitive Data Step-6: Setup The Notification Using – ‘Simple Notification Service’ When a new data is identified as a sensitive data by
-
GenAI – What Is G-Eval Framework ?