richross / HelloDallE

Project that takes responses to pre-defined questions, generates a prompt, which is sent to DallE for image generation.
MIT License
0 stars 0 forks source link

Generate QR Code to Image #6

Open richross opened 1 year ago

richross commented 1 year ago

Once image is created and stored in Azure Storage, the user needs an easy way to pull down or access the image. QR code will provide a url that points to the image in blob storage.
The url will include an SAS token with a timeout of 24 hours. SAS token will be specific for the object and not the entire blob container. Need to look for a QR code engine via open source.

richross commented 6 months ago

using the QR Code generator from the URL list project -> https://github.com/manuelbl/QrCodeGenerator