- Setup a google service account with enough permissions to use buckets.
- Download the google_service_account.json file, rename it and put on the root directory.
- Create a bucket with the next folder structure:
- bucket/
- input/
- output/
- template_file
- bucket/
- The diploma template need to aruco markers, you can find a template in assets direcotory.
docker build -t diploma-maker .
docker run -d --name diploma-maker -p 80:80 diploma-maker
In your browser go to http://localhost/docs#
gcloud run deploy --source .
You can see an example in assets directory