Skip to content

Diploma maker using Augmented Reality with opencv and google buckets

Notifications You must be signed in to change notification settings

carloshdez90/custom-diploma-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Previous requirements

  • 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
  • The diploma template need to aruco markers, you can find a template in assets direcotory.

Some useful commands

Build docker image

 docker build -t diploma-maker .  

Run container

docker run -d --name diploma-maker -p 80:80 diploma-maker 

Test project

In your browser go to http://localhost/docs#

Deploy on Google Cloud Run

gcloud run deploy --source .

Result

You can see an example in assets directory

About

Diploma maker using Augmented Reality with opencv and google buckets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published