kazunori279 / pdf2audiobook

pdf2audiobook
Apache License 2.0
303 stars 120 forks source link

Solved Google Cloud error "404 model not found" #10

Open kaieberl opened 1 year ago

kaieberl commented 1 year ago

Hi everyone,

I got this repository to work and wanted to point something out: The AutoML Tables Client does not work with the new Vertex AI models anymore, this will give you the error that your model was not found. Instead, you should use the google-cloud-aiplatform package, where you can use models as explained here: https://cloud.google.com/vertex-ai/docs/model-registry/versioning. If time allows, I will write a step-by-step guide on how I got the model working.