Spaces:
Sleeping
Sleeping
mojoee
commited on
Commit
·
2870d2a
1
Parent(s):
dcb21f9
environment
Browse files- README.md +19 -0
- requirements.txt +284 -0
README.md
CHANGED
@@ -11,3 +11,22 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
# QR Code Generator using Stable Diffusion
|
17 |
+
|
18 |
+
This project is a QR code generator that utilizes stable diffusion algorithms to create high-quality QR codes. The stable diffusion technique ensures that the generated QR codes are robust against various distortions and can be easily scanned by QR code readers.
|
19 |
+
|
20 |
+
## Features
|
21 |
+
|
22 |
+
- Generate QR codes with customizable content.
|
23 |
+
- Choose from various error correction levels to enhance the QR code's reliability.
|
24 |
+
- Customize the size and color of the QR code.
|
25 |
+
- Save the generated QR code as an image file.
|
26 |
+
|
27 |
+
## Installation
|
28 |
+
|
29 |
+
1. Clone the repository:
|
30 |
+
|
31 |
+
```bash
|
32 |
+
git clone https://github.com/your-username/qr-code-generator.git
|
requirements.txt
ADDED
@@ -0,0 +1,284 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
anyio==3.6.2
|
4 |
+
appnope==0.1.3
|
5 |
+
argon2-cffi==21.3.0
|
6 |
+
argon2-cffi-bindings==21.2.0
|
7 |
+
arrow==1.2.3
|
8 |
+
asttokens==2.1.0
|
9 |
+
async-timeout==4.0.2
|
10 |
+
attrs==22.2.0
|
11 |
+
backcall==0.2.0
|
12 |
+
beautifulsoup4==4.12.0
|
13 |
+
binaryornot==0.4.4
|
14 |
+
bleach==6.0.0
|
15 |
+
certifi==2022.6.15
|
16 |
+
cffi==1.15.1
|
17 |
+
chardet==5.1.0
|
18 |
+
charset-normalizer==2.1.0
|
19 |
+
click==8.1.5
|
20 |
+
cookiecutter==2.2.3
|
21 |
+
cryptography==37.0.2
|
22 |
+
cycler==0.11.0
|
23 |
+
Cython==0.29.32
|
24 |
+
debugpy==1.6.3
|
25 |
+
decorator==5.1.1
|
26 |
+
defusedxml==0.7.1
|
27 |
+
dill==0.3.5.1
|
28 |
+
distlib==0.3.6
|
29 |
+
entrypoints==0.4
|
30 |
+
executing==1.2.0
|
31 |
+
fastjsonschema==2.16.3
|
32 |
+
filelock==3.8.0
|
33 |
+
Flask==2.2.2
|
34 |
+
fonttools==4.33.3
|
35 |
+
fqdn==1.5.1
|
36 |
+
frozenlist==1.3.3
|
37 |
+
idna==3.3
|
38 |
+
ipykernel==6.17.0
|
39 |
+
ipython==8.6.0
|
40 |
+
ipython-genutils==0.2.0
|
41 |
+
isoduration==20.11.0
|
42 |
+
itsdangerous==2.1.2
|
43 |
+
jedi==0.18.1
|
44 |
+
Jinja2==3.1.2
|
45 |
+
joblib==1.3.2
|
46 |
+
jsonpointer==2.3
|
47 |
+
jsonschema==4.17.3
|
48 |
+
jupyter-events==0.6.3
|
49 |
+
jupyter_client==7.4.4
|
50 |
+
jupyter_core==5.3.0
|
51 |
+
jupyter_server==2.5.0
|
52 |
+
jupyter_server_terminals==0.4.4
|
53 |
+
jupyterlab-pygments==0.2.2
|
54 |
+
kiwisolver==1.4.3
|
55 |
+
MarkupSafe==2.1.2
|
56 |
+
matplotlib==3.5.2
|
57 |
+
matplotlib-inline==0.1.6
|
58 |
+
mistune==2.0.5
|
59 |
+
mpmath==1.2.1
|
60 |
+
multidict==6.0.4
|
61 |
+
mypy-extensions==0.4.3
|
62 |
+
nbclassic==0.5.3
|
63 |
+
nbclient==0.7.2
|
64 |
+
nbconvert==7.2.10
|
65 |
+
nbformat==5.8.0
|
66 |
+
nest-asyncio==1.5.6
|
67 |
+
notebook==6.5.3
|
68 |
+
notebook_shim==0.2.2
|
69 |
+
ntlm-auth==1.5.0
|
70 |
+
numpy==1.22.4
|
71 |
+
openai==0.27.6
|
72 |
+
packaging==21.3
|
73 |
+
pandas==2.0.2
|
74 |
+
pandocfilters==1.5.0
|
75 |
+
parso==0.8.3
|
76 |
+
pbr==5.9.0
|
77 |
+
pexpect==4.8.0
|
78 |
+
pickleshare==0.7.5
|
79 |
+
Pillow==9.1.1
|
80 |
+
platformdirs==2.5.2
|
81 |
+
playsound==1.3.0
|
82 |
+
plotly==5.14.1
|
83 |
+
ply==3.11
|
84 |
+
prometheus-client==0.16.0
|
85 |
+
prompt-toolkit==3.0.32
|
86 |
+
protobuf==3.20.1
|
87 |
+
psutil==5.9.1
|
88 |
+
ptyprocess==0.7.0
|
89 |
+
pure-eval==0.2.2
|
90 |
+
pyasn1==0.4.8
|
91 |
+
pyasn1-modules==0.2.8
|
92 |
+
pycparser==2.21
|
93 |
+
pygame==2.1.2
|
94 |
+
pygame-gui==0.6.4
|
95 |
+
Pygments==2.13.0
|
96 |
+
pyobjc==8.5
|
97 |
+
pyobjc-core==8.5
|
98 |
+
pyobjc-framework-Accessibility==8.5
|
99 |
+
pyobjc-framework-Accounts==8.5
|
100 |
+
pyobjc-framework-AddressBook==8.5
|
101 |
+
pyobjc-framework-AdServices==8.5
|
102 |
+
pyobjc-framework-AdSupport==8.5
|
103 |
+
pyobjc-framework-AppleScriptKit==8.5
|
104 |
+
pyobjc-framework-AppleScriptObjC==8.5
|
105 |
+
pyobjc-framework-ApplicationServices==8.5
|
106 |
+
pyobjc-framework-AppTrackingTransparency==8.5
|
107 |
+
pyobjc-framework-AudioVideoBridging==8.5
|
108 |
+
pyobjc-framework-AuthenticationServices==8.5
|
109 |
+
pyobjc-framework-AutomaticAssessmentConfiguration==8.5
|
110 |
+
pyobjc-framework-Automator==8.5
|
111 |
+
pyobjc-framework-AVFoundation==8.5
|
112 |
+
pyobjc-framework-AVKit==8.5
|
113 |
+
pyobjc-framework-BusinessChat==8.5
|
114 |
+
pyobjc-framework-CalendarStore==8.5
|
115 |
+
pyobjc-framework-CallKit==8.5
|
116 |
+
pyobjc-framework-CFNetwork==8.5
|
117 |
+
pyobjc-framework-ClassKit==8.5
|
118 |
+
pyobjc-framework-CloudKit==8.5
|
119 |
+
pyobjc-framework-Cocoa==8.5
|
120 |
+
pyobjc-framework-Collaboration==8.5
|
121 |
+
pyobjc-framework-ColorSync==8.5
|
122 |
+
pyobjc-framework-Contacts==8.5
|
123 |
+
pyobjc-framework-ContactsUI==8.5
|
124 |
+
pyobjc-framework-CoreAudio==8.5
|
125 |
+
pyobjc-framework-CoreAudioKit==8.5
|
126 |
+
pyobjc-framework-CoreBluetooth==8.5
|
127 |
+
pyobjc-framework-CoreData==8.5
|
128 |
+
pyobjc-framework-CoreHaptics==8.5
|
129 |
+
pyobjc-framework-CoreLocation==8.5
|
130 |
+
pyobjc-framework-CoreMedia==8.5
|
131 |
+
pyobjc-framework-CoreMediaIO==8.5
|
132 |
+
pyobjc-framework-CoreMIDI==8.5
|
133 |
+
pyobjc-framework-CoreML==8.5
|
134 |
+
pyobjc-framework-CoreMotion==8.5
|
135 |
+
pyobjc-framework-CoreServices==8.5
|
136 |
+
pyobjc-framework-CoreSpotlight==8.5
|
137 |
+
pyobjc-framework-CoreText==8.5
|
138 |
+
pyobjc-framework-CoreWLAN==8.5
|
139 |
+
pyobjc-framework-CryptoTokenKit==8.5
|
140 |
+
pyobjc-framework-DataDetection==8.5
|
141 |
+
pyobjc-framework-DeviceCheck==8.5
|
142 |
+
pyobjc-framework-DictionaryServices==8.5
|
143 |
+
pyobjc-framework-DiscRecording==8.5
|
144 |
+
pyobjc-framework-DiscRecordingUI==8.5
|
145 |
+
pyobjc-framework-DiskArbitration==8.5
|
146 |
+
pyobjc-framework-DVDPlayback==8.5
|
147 |
+
pyobjc-framework-EventKit==8.5
|
148 |
+
pyobjc-framework-ExceptionHandling==8.5
|
149 |
+
pyobjc-framework-ExecutionPolicy==8.5
|
150 |
+
pyobjc-framework-ExternalAccessory==8.5
|
151 |
+
pyobjc-framework-FileProvider==8.5
|
152 |
+
pyobjc-framework-FileProviderUI==8.5
|
153 |
+
pyobjc-framework-FinderSync==8.5
|
154 |
+
pyobjc-framework-FSEvents==8.5
|
155 |
+
pyobjc-framework-GameCenter==8.5
|
156 |
+
pyobjc-framework-GameController==8.5
|
157 |
+
pyobjc-framework-GameKit==8.5
|
158 |
+
pyobjc-framework-GameplayKit==8.5
|
159 |
+
pyobjc-framework-ImageCaptureCore==8.5
|
160 |
+
pyobjc-framework-IMServicePlugIn==8.5
|
161 |
+
pyobjc-framework-InputMethodKit==8.5
|
162 |
+
pyobjc-framework-InstallerPlugins==8.5
|
163 |
+
pyobjc-framework-InstantMessage==8.5
|
164 |
+
pyobjc-framework-Intents==8.5
|
165 |
+
pyobjc-framework-IntentsUI==8.5
|
166 |
+
pyobjc-framework-IOSurface==8.5
|
167 |
+
pyobjc-framework-iTunesLibrary==8.5
|
168 |
+
pyobjc-framework-KernelManagement==8.5
|
169 |
+
pyobjc-framework-LatentSemanticMapping==8.5
|
170 |
+
pyobjc-framework-LaunchServices==8.5
|
171 |
+
pyobjc-framework-libdispatch==8.5
|
172 |
+
pyobjc-framework-LinkPresentation==8.5
|
173 |
+
pyobjc-framework-LocalAuthentication==8.5
|
174 |
+
pyobjc-framework-LocalAuthenticationEmbeddedUI==8.5
|
175 |
+
pyobjc-framework-MailKit==8.5
|
176 |
+
pyobjc-framework-MapKit==8.5
|
177 |
+
pyobjc-framework-MediaAccessibility==8.5
|
178 |
+
pyobjc-framework-MediaLibrary==8.5
|
179 |
+
pyobjc-framework-MediaPlayer==8.5
|
180 |
+
pyobjc-framework-MediaToolbox==8.5
|
181 |
+
pyobjc-framework-Metal==8.5
|
182 |
+
pyobjc-framework-MetalKit==8.5
|
183 |
+
pyobjc-framework-MetalPerformanceShaders==8.5
|
184 |
+
pyobjc-framework-MetalPerformanceShadersGraph==8.5
|
185 |
+
pyobjc-framework-MetricKit==8.5
|
186 |
+
pyobjc-framework-MLCompute==8.5
|
187 |
+
pyobjc-framework-ModelIO==8.5
|
188 |
+
pyobjc-framework-MultipeerConnectivity==8.5
|
189 |
+
pyobjc-framework-NaturalLanguage==8.5
|
190 |
+
pyobjc-framework-NetFS==8.5
|
191 |
+
pyobjc-framework-Network==8.5
|
192 |
+
pyobjc-framework-NetworkExtension==8.5
|
193 |
+
pyobjc-framework-NotificationCenter==8.5
|
194 |
+
pyobjc-framework-OpenDirectory==8.5
|
195 |
+
pyobjc-framework-OSAKit==8.5
|
196 |
+
pyobjc-framework-OSLog==8.5
|
197 |
+
pyobjc-framework-PassKit==8.5
|
198 |
+
pyobjc-framework-PencilKit==8.5
|
199 |
+
pyobjc-framework-Photos==8.5
|
200 |
+
pyobjc-framework-PhotosUI==8.5
|
201 |
+
pyobjc-framework-PreferencePanes==8.5
|
202 |
+
pyobjc-framework-PushKit==8.5
|
203 |
+
pyobjc-framework-Quartz==8.5
|
204 |
+
pyobjc-framework-QuickLookThumbnailing==8.5
|
205 |
+
pyobjc-framework-ReplayKit==8.5
|
206 |
+
pyobjc-framework-SafariServices==8.5
|
207 |
+
pyobjc-framework-SceneKit==8.5
|
208 |
+
pyobjc-framework-ScreenSaver==8.5
|
209 |
+
pyobjc-framework-ScreenTime==8.5
|
210 |
+
pyobjc-framework-ScriptingBridge==8.5
|
211 |
+
pyobjc-framework-SearchKit==8.5
|
212 |
+
pyobjc-framework-Security==8.5
|
213 |
+
pyobjc-framework-SecurityFoundation==8.5
|
214 |
+
pyobjc-framework-SecurityInterface==8.5
|
215 |
+
pyobjc-framework-ServiceManagement==8.5
|
216 |
+
pyobjc-framework-ShazamKit==8.5
|
217 |
+
pyobjc-framework-Social==8.5
|
218 |
+
pyobjc-framework-SoundAnalysis==8.5
|
219 |
+
pyobjc-framework-Speech==8.5
|
220 |
+
pyobjc-framework-SpriteKit==8.5
|
221 |
+
pyobjc-framework-StoreKit==8.5
|
222 |
+
pyobjc-framework-SyncServices==8.5
|
223 |
+
pyobjc-framework-SystemConfiguration==8.5
|
224 |
+
pyobjc-framework-SystemExtensions==8.5
|
225 |
+
pyobjc-framework-UniformTypeIdentifiers==8.5
|
226 |
+
pyobjc-framework-UserNotifications==8.5
|
227 |
+
pyobjc-framework-UserNotificationsUI==8.5
|
228 |
+
pyobjc-framework-VideoSubscriberAccount==8.5
|
229 |
+
pyobjc-framework-VideoToolbox==8.5
|
230 |
+
pyobjc-framework-Virtualization==8.5
|
231 |
+
pyobjc-framework-Vision==8.5
|
232 |
+
pyobjc-framework-WebKit==8.5
|
233 |
+
pyparsing==3.0.9
|
234 |
+
pyrsistent==0.19.3
|
235 |
+
python-dateutil==2.8.2
|
236 |
+
python-i18n==0.3.9
|
237 |
+
python-json-logger==2.0.7
|
238 |
+
python-slugify==8.0.1
|
239 |
+
pytz==2023.3
|
240 |
+
PyYAML==6.0
|
241 |
+
pyzmq==24.0.1
|
242 |
+
qiskit==0.37.0
|
243 |
+
qiskit-aer==0.10.4
|
244 |
+
qiskit-ibmq-provider==0.19.2
|
245 |
+
qiskit-quantum-knn==1.0.1
|
246 |
+
qiskit-terra==0.21.0
|
247 |
+
requests==2.31.0
|
248 |
+
requests-ntlm==1.1.0
|
249 |
+
retworkx==0.11.0
|
250 |
+
rfc3339-validator==0.1.4
|
251 |
+
rfc3986-validator==0.1.1
|
252 |
+
rsa==4.9
|
253 |
+
scikit-learn==1.3.0
|
254 |
+
scipy==1.8.1
|
255 |
+
Send2Trash==1.8.0
|
256 |
+
six==1.16.0
|
257 |
+
sniffio==1.3.0
|
258 |
+
soupsieve==2.4
|
259 |
+
stack-data==0.6.0
|
260 |
+
stevedore==3.5.0
|
261 |
+
symengine==0.9.2
|
262 |
+
sympy==1.10.1
|
263 |
+
tenacity==8.2.2
|
264 |
+
terminado==0.17.1
|
265 |
+
text-unidecode==1.3
|
266 |
+
TextTest==4.1.3
|
267 |
+
threadpoolctl==3.2.0
|
268 |
+
tinycss2==1.2.1
|
269 |
+
tornado==6.2
|
270 |
+
tqdm==4.64.0
|
271 |
+
traitlets==5.9.0
|
272 |
+
tweedledum==1.1.1
|
273 |
+
typing_extensions==4.4.0
|
274 |
+
tzdata==2023.3
|
275 |
+
uri-template==1.2.0
|
276 |
+
urllib3==1.26.9
|
277 |
+
virtualenv==20.16.5
|
278 |
+
wcwidth==0.2.5
|
279 |
+
webcolors==1.12
|
280 |
+
webencodings==0.5.1
|
281 |
+
websocket-client==1.3.3
|
282 |
+
websockets==10.3
|
283 |
+
Werkzeug==3.0.1
|
284 |
+
yarl==1.9.2
|