Skip to content

Instantly share code, notes, and snippets.

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect Labels
  2. Detect Faces
  3. Track Person

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Translation

AWS (Amazon Web Services)

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Translation

GCP (Google Cloud Platform)

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Transcription
  2. Diarization
  3. Language Detection

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Transcription
  2. Diarization
  3. Language Detection

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect text in images
  2. Detect handwriting in images
  3. Detect text in files
  4. Detect faces in images
  5. Detect multiple objects in images
  6. Detect web references to an image N/A

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect text in images
  2. Detect handwriting in images
  3. Detect text in files
  4. Detect faces in images
  5. Detect multiple objects in images
  6. Detect web references to an image N/A

Cognitive Artificial Intelligence

  • Cloud Vendor Based NoOps

Use Cases

  1. Detect text in images
  2. Detect handwriting in images
  3. Detect text in files
  4. Detect faces in images
  5. Detect multiple objects in images
  6. Detect web references to an image

Infrastructure as Code (IaC) with Terraform HCL for Azure

The purpose of infrastructure as code (IaC) is to create and execute code to define, create, modify, and delete computing, storage and networking infrastructure, with consistency.

  • Basics with Terraform HCL
    $ terraform init
    $ terraform plan
    $ terraform apply
    

Infrastructure as Code (IaC) with Terraform HCL for AWS

The purpose of infrastructure as code (IaC) is to create and execute code to define, create, modify, and delete computing, storage and networking infrastructure, with consistency.

  • Basics with Terraform HCL
    $ terraform init
    $ terraform plan
    $ terraform apply