Skip to content

jefag/qr-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR-Reader Service

This service takes bytes which represents a PNG, with a QR code in it. It returns the decoded string from the QR code.

The reason it exists, is because parsing QR-codes requires data-science libraries that are time-consuming to build and painful to setup locally.

It's deployed to GCP, but you can run it locally too by just building the Docker image.

docker build . -t qrreader
docker run qrreader

About

A python service for reading QR Codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.0%
  • Dockerfile 25.0%