Web-based QR Code and Barcode Generator
10K+
This is an Streamlit app to generate QR codes and Barcodes with different formats.
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
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 withApple M1 Silicon. Instead, the source code can be run usingcondaonRosetta 2.
You can check its live demo here: https://qrcode-barcode.streamlitapp.com/
This project is open-source, and it is available on Github at https://github.com/kavehbc/qr-barcode-generator.
Kaveh Bakhtiyari - Website | Medium | LinkedIn | Github
Feel free to join the open-source community and contribute to this repository.
Content type
Image
Digest
sha256:fd3fb4876…
Size
233.2 MB
Last updated
over 1 year ago
docker pull kavehbc/qrcode-barcode