A repository that contains all code samples of questions answered in the interactive FAQ about Vertex AI on Medium.
The code samples were tested with Python 3.7.9. The requirements are listed in the requirements.txt
file.
Install this library in a virtualenv using pip.
pip3 install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-api-python-client