GCP Vision API , Video-Intelligence API
Vision API
Step 1: Enable Vision API
Step 2: Create a service account and download the JSON key file
Step 3: Run the command
export GOOGLE_APPLICATION_CREDENTIALS="path_to_key.json"
Step 4: vision API python script
import io
import os
# Imports the ...
connectaman.hashnode.dev3 min read