Sign inSign up

kavehbc/qrcode-barcode

By kavehbc

Updated over 1 year ago

Web-based QR Code and Barcode Generator

Image
0

10K+

kavehbc/qrcode-barcode repository overview

QR Code and Barcode Generator

This is an Streamlit app to generate QR codes and Barcodes with different formats.


Run

In order to run this app, you need to install the dependencies first based on the environment.yml file.

conda env create -f environment.yml

Once the dependencies are installed, run the dashboard using streamlit.

streamlit run ./main.py
Run on Docker

This application is available on Docker Hub, and it can be run directly using:

docker run -p 80:8501 kavehbc/qrcode-barcode

Once you run it, you can open it in your browser on http://127.0.0.1.

Apple M1 Silicon - Arm64

As of today (Dec 2021), this Docker Image is not compatible with Apple M1 Silicon. Instead, the source code can be run using conda on Rosetta 2.

Live demo

You can check its live demo here: https://qrcode-barcode.streamlitapp.com/


Github Repo

This project is open-source, and it is available on Github at https://github.com/kavehbc/qr-barcode-generator.

Developer(s)

Kaveh Bakhtiyari - Website | Medium | LinkedIn | Github

Contribution

Feel free to join the open-source community and contribute to this repository.

Tag summary

Content type

Image

Digest

sha256:fd3fb4876

Size

233.2 MB

Last updated

over 1 year ago

docker pull kavehbc/qrcode-barcode