Google Cloud AutoML has python example code for detection, but I have error when importing these modules
from google.cloud import automl_v1beta1
from google.cloud.automl_v1beta1.proto import service_pb2
It says cannot import name automl_v1beta1
. I know it's a common problem and there are many solutions on internet but nothing has worked so far. I'm using Windows 10 and run python 2.7 on Anaconda environment.
I tried these, but nothing worked :
conda install -c conda-forge google-cloud-sdk
conda install -c conda-forge google-cloud-storage
python -m pip install google-cloud
pip install google-cloud-automl