kazunori279 / pdf2audiobook

pdf2audiobook
Apache License 2.0
303 stars 120 forks source link

pdf2audiobook

See this video for learning how the tool works.

pdf2audiobook training process

  1. Create a training data as CSV file
  2. Train a AutoML Tables model
  3. use pdf2audiobook for generating mp3 files

pdf2audiobook usage

Register the code with Cloud Functions the following command. You need to create the bucket beforehand as a workspace for pdf2audiobook.

gcloud functions deploy p2a_gcs_trigger --runtime python37 --trigger-bucket <bucket> --memory=2048MB --timeout=540

Annotation