Skip to content

Instantly share code, notes, and snippets.

View Adobe-Android's full-sized avatar

David Brown Adobe-Android

View GitHub Profile
@Adobe-Android
Adobe-Android / shift.js
Created August 2, 2018 20:13
A code snippet that rotates all elements in an array n many times.
let firstArr = [
1,
2,
3,
4,
5
]
// shift 1: 23451
// shift 2: 34512
@Adobe-Android
Adobe-Android / amazon-rekognition.md
Last active May 31, 2023 09:53 — forked from alexcasalboni/amazon-rekognition.md
Amazon Rekognition - Python Code Samples

Amazon Rekognition - Python Code Samples

  1. Labels Detection
  2. Faces Detection
  3. Faces Comparison
  4. Faces Indexing
  5. Faces Search
  6. Moderation Detection