In this tutorial we will
- Create a Google Service Account.
- Enable Google Vision API service.
- Download Token JSON file to your PC.
- Create a Python Virtual Environment.
- Install Google Cloud Python libraries and Vision API library.
- Create GOOGLE_APPLICATION_CREDENTIALS environment variable
- Write our first Python script to construct the Vision API client instance.
Vision API Client Instance.py