Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 650 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 650 Bytes

Video Annotate over Bucket and save to Firestore

A cloud function template to annotate uploaded videos to your bucket and save the results to firestore.

Consumed Cloud Services

Videos uploaded on your bucket (Cloud Video AI) where Cloud Function will be triggered to annotate them via Cloud Video AI and payload will be pushed to a Firestore collection.

Setting up

  • Get a service account key
  • Create a bucket
  • Create a Firestore collection
  • Create a cloud function
  • Apply your function to your bucket