bunyaminergen commited on
Commit
5ae98a3
β€’
1 Parent(s): 3ff990a

Upload 8 files

Browse files
Files changed (8) hide show
  1. .gitattributes +1 -55
  2. .gitignore +1003 -0
  3. CHANGELOG.md +51 -0
  4. LICENSE +395 -0
  5. README.md +360 -1
  6. RESOURCES.md +53 -0
  7. TODO.md +36 -0
  8. requirements.txt +0 -0
.gitattributes CHANGED
@@ -1,55 +1 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ckpt filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.lz4 filter=lfs diff=lfs merge=lfs -text
12
- *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
- *.model filter=lfs diff=lfs merge=lfs -text
14
- *.msgpack filter=lfs diff=lfs merge=lfs -text
15
- *.npy filter=lfs diff=lfs merge=lfs -text
16
- *.npz filter=lfs diff=lfs merge=lfs -text
17
- *.onnx filter=lfs diff=lfs merge=lfs -text
18
- *.ot filter=lfs diff=lfs merge=lfs -text
19
- *.parquet filter=lfs diff=lfs merge=lfs -text
20
- *.pb filter=lfs diff=lfs merge=lfs -text
21
- *.pickle filter=lfs diff=lfs merge=lfs -text
22
- *.pkl filter=lfs diff=lfs merge=lfs -text
23
- *.pt filter=lfs diff=lfs merge=lfs -text
24
- *.pth filter=lfs diff=lfs merge=lfs -text
25
- *.rar filter=lfs diff=lfs merge=lfs -text
26
- *.safetensors filter=lfs diff=lfs merge=lfs -text
27
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
- *.tar.* filter=lfs diff=lfs merge=lfs -text
29
- *.tar filter=lfs diff=lfs merge=lfs -text
30
- *.tflite filter=lfs diff=lfs merge=lfs -text
31
- *.tgz filter=lfs diff=lfs merge=lfs -text
32
- *.wasm filter=lfs diff=lfs merge=lfs -text
33
- *.xz filter=lfs diff=lfs merge=lfs -text
34
- *.zip filter=lfs diff=lfs merge=lfs -text
35
- *.zst filter=lfs diff=lfs merge=lfs -text
36
- *tfevents* filter=lfs diff=lfs merge=lfs -text
37
- # Audio files - uncompressed
38
- *.pcm filter=lfs diff=lfs merge=lfs -text
39
- *.sam filter=lfs diff=lfs merge=lfs -text
40
- *.raw filter=lfs diff=lfs merge=lfs -text
41
- # Audio files - compressed
42
- *.aac filter=lfs diff=lfs merge=lfs -text
43
- *.flac filter=lfs diff=lfs merge=lfs -text
44
- *.mp3 filter=lfs diff=lfs merge=lfs -text
45
- *.ogg filter=lfs diff=lfs merge=lfs -text
46
- *.wav filter=lfs diff=lfs merge=lfs -text
47
- # Image files - uncompressed
48
- *.bmp filter=lfs diff=lfs merge=lfs -text
49
- *.gif filter=lfs diff=lfs merge=lfs -text
50
- *.png filter=lfs diff=lfs merge=lfs -text
51
- *.tiff filter=lfs diff=lfs merge=lfs -text
52
- # Image files - compressed
53
- *.jpg filter=lfs diff=lfs merge=lfs -text
54
- *.jpeg filter=lfs diff=lfs merge=lfs -text
55
- *.webp filter=lfs diff=lfs merge=lfs -text
 
1
+ *.warc.gz filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.gitignore ADDED
@@ -0,0 +1,1003 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### PyCharm+iml template
2
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
3
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
4
+
5
+ # Project
6
+ .backup
7
+ .backup/
8
+
9
+ # User-specific stuff
10
+ .idea/**/workspace.xml
11
+ .idea/**/tasks.xml
12
+ .idea/**/usage.statistics.xml
13
+ .idea/**/dictionaries
14
+ .idea/**/shelf
15
+
16
+ # AWS User-specific
17
+ .idea/**/aws.xml
18
+
19
+ # Generated files
20
+ .idea/**/contentModel.xml
21
+
22
+ # Sensitive or high-churn files
23
+ .idea/**/dataSources/
24
+ .idea/**/dataSources.ids
25
+ .idea/**/dataSources.local.xml
26
+ .idea/**/sqlDataSources.xml
27
+ .idea/**/dynamic.xml
28
+ .idea/**/uiDesigner.xml
29
+ .idea/**/dbnavigator.xml
30
+
31
+ # Gradle
32
+ .idea/**/gradle.xml
33
+ .idea/**/libraries
34
+
35
+ # Gradle and Maven with auto-import
36
+ # When using Gradle or Maven with auto-import, you should exclude module files,
37
+ # since they will be recreated, and may cause churn. Uncomment if using
38
+ # auto-import.
39
+ # .idea/artifacts
40
+ # .idea/compiler.xml
41
+ # .idea/jarRepositories.xml
42
+ # .idea/modules.xml
43
+ # .idea/*.iml
44
+ # .idea/modules
45
+ # *.iml
46
+ # *.ipr
47
+
48
+ # CMake
49
+ cmake-build-*/
50
+
51
+ # Mongo Explorer plugin
52
+ .idea/**/mongoSettings.xml
53
+
54
+ # File-based project format
55
+ *.iws
56
+
57
+ # IntelliJ
58
+ out/
59
+
60
+ # mpeltonen/sbt-idea plugin
61
+ .idea_modules/
62
+
63
+ # JIRA plugin
64
+ atlassian-ide-plugin.xml
65
+
66
+ # Cursive Clojure plugin
67
+ .idea/replstate.xml
68
+
69
+ # SonarLint plugin
70
+ .idea/sonarlint/
71
+
72
+ # Crashlytics plugin (for Android Studio and IntelliJ)
73
+ com_crashlytics_export_strings.xml
74
+ crashlytics.properties
75
+ crashlytics-build.properties
76
+ fabric.properties
77
+
78
+ # Editor-based Rest Client
79
+ .idea/httpRequests
80
+
81
+ # Android studio 3.1+ serialized cache file
82
+ .idea/caches/build_file_checksums.ser
83
+
84
+ ### venv template
85
+ # Virtualenv
86
+ # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
87
+ .Python
88
+ [Bb]in
89
+ [Ii]nclude
90
+ [Ll]ib
91
+ [Ll]ib64
92
+ [Ll]ocal
93
+ [Ss]cripts
94
+ pyvenv.cfg
95
+ .venv
96
+ pip-selfcheck.json
97
+
98
+ ### Example user template template
99
+ ### Example user template
100
+
101
+ # IntelliJ project files
102
+ .idea
103
+ *.iml
104
+ out
105
+ gen
106
+ ### Python template
107
+ # Byte-compiled / optimized / DLL files
108
+ __pycache__/
109
+ *.py[cod]
110
+ *$py.class
111
+
112
+ # C extensions
113
+ *.so
114
+
115
+ # Distribution / packaging
116
+ build/
117
+ develop-eggs/
118
+ dist/
119
+ downloads/
120
+ eggs/
121
+ .eggs/
122
+ lib/
123
+ lib64/
124
+ parts/
125
+ sdist/
126
+ var/
127
+ wheels/
128
+ share/python-wheels/
129
+ *.egg-info/
130
+ .installed.cfg
131
+ *.egg
132
+ MANIFEST
133
+
134
+ # PyInstaller
135
+ # Usually these files are written by a python script from a template
136
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
137
+ *.manifest
138
+ *.spec
139
+
140
+ # Installer logs
141
+ pip-log.txt
142
+ pip-delete-this-directory.txt
143
+
144
+ # Unit test / coverage reports
145
+ htmlcov/
146
+ .tox/
147
+ .nox/
148
+ .coverage
149
+ .coverage.*
150
+ .cache
151
+ nosetests.xml
152
+ coverage.xml
153
+ *.cover
154
+ *.py,cover
155
+ .hypothesis/
156
+ .pytest_cache/
157
+ cover/
158
+
159
+ # Translations
160
+ *.mo
161
+ *.pot
162
+
163
+ # Django stuff:
164
+ *.log
165
+ local_settings.py
166
+ db.sqlite3
167
+ db.sqlite3-journal
168
+
169
+ # Flask stuff:
170
+ instance/
171
+ .webassets-cache
172
+
173
+ # Scrapy stuff:
174
+ .scrapy
175
+
176
+ # Sphinx documentation
177
+ docs/_build/
178
+
179
+ # PyBuilder
180
+ .pybuilder/
181
+ target/
182
+
183
+ # Jupyter Notebook
184
+ .ipynb_checkpoints
185
+
186
+ # IPython
187
+ profile_default/
188
+ ipython_config.py
189
+
190
+ # pyenv
191
+ # For a library or package, you might want to ignore these files since the code is
192
+ # intended to run in multiple environments; otherwise, check them in:
193
+ # .python-version
194
+
195
+ # pipenv
196
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
197
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
198
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
199
+ # install all needed dependencies.
200
+ #Pipfile.lock
201
+
202
+ # poetry
203
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
204
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
205
+ # commonly ignored for libraries.
206
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
207
+ #poetry.lock
208
+
209
+ # pdm
210
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
211
+ #pdm.lock
212
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
213
+ # in version control.
214
+ # https://pdm.fming.dev/#use-with-ide
215
+ .pdm.toml
216
+
217
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
218
+ __pypackages__/
219
+
220
+ # Celery stuff
221
+ celerybeat-schedule
222
+ celerybeat.pid
223
+
224
+ # SageMath parsed files
225
+ *.sage.py
226
+
227
+ # Environments
228
+ .env
229
+ env/
230
+ venv/
231
+ ENV/
232
+ env.bak/
233
+ venv.bak/
234
+
235
+ # Spyder project settings
236
+ .spyderproject
237
+ .spyproject
238
+
239
+ # Rope project settings
240
+ .ropeproject
241
+
242
+ # mkdocs documentation
243
+ /site
244
+
245
+ # mypy
246
+ .mypy_cache/
247
+ .dmypy.json
248
+ dmypy.json
249
+
250
+ # Pyre type checker
251
+ .pyre/
252
+
253
+ # pytype static type analyzer
254
+ .pytype/
255
+
256
+ # Cython debug symbols
257
+ cython_debug/
258
+
259
+ # PyCharm
260
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
261
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
262
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
263
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
264
+ #.idea/
265
+
266
+ ### PyCharm+all template
267
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
268
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
269
+
270
+ # User-specific stuff
271
+
272
+ # AWS User-specific
273
+
274
+ # Generated files
275
+
276
+ # Sensitive or high-churn files
277
+
278
+ # Gradle
279
+
280
+ # Gradle and Maven with auto-import
281
+ # When using Gradle or Maven with auto-import, you should exclude module files,
282
+ # since they will be recreated, and may cause churn. Uncomment if using
283
+ # auto-import.
284
+ # .idea/artifacts
285
+ # .idea/compiler.xml
286
+ # .idea/jarRepositories.xml
287
+ # .idea/modules.xml
288
+ # .idea/*.iml
289
+ # .idea/modules
290
+ # *.iml
291
+ # *.ipr
292
+
293
+ # CMake
294
+
295
+ # Mongo Explorer plugin
296
+
297
+ # File-based project format
298
+
299
+ # IntelliJ
300
+
301
+ # mpeltonen/sbt-idea plugin
302
+
303
+ # JIRA plugin
304
+
305
+ # Cursive Clojure plugin
306
+
307
+ # SonarLint plugin
308
+
309
+ # Crashlytics plugin (for Android Studio and IntelliJ)
310
+
311
+ # Editor-based Rest Client
312
+
313
+ # Android studio 3.1+ serialized cache file
314
+
315
+ ### PythonVanilla template
316
+ # Byte-compiled / optimized / DLL files
317
+
318
+ # C extensions
319
+
320
+ # Distribution / packaging
321
+
322
+ # Installer logs
323
+
324
+ # Unit test / coverage reports
325
+
326
+ # Translations
327
+
328
+ # pyenv
329
+ # For a library or package, you might want to ignore these files since the code is
330
+ # intended to run in multiple environments; otherwise, check them in:
331
+ # .python-version
332
+
333
+ # pipenv
334
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
335
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
336
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
337
+ # install all needed dependencies.
338
+ #Pipfile.lock
339
+
340
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow
341
+
342
+
343
+ ### VisualStudio template
344
+ ## Ignore Visual Studio temporary files, build results, and
345
+ ## files generated by popular Visual Studio add-ons.
346
+ ##
347
+ ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
348
+
349
+ # User-specific files
350
+ *.rsuser
351
+ *.suo
352
+ *.user
353
+ *.userosscache
354
+ *.sln.docstates
355
+
356
+ # User-specific files (MonoDevelop/Xamarin Studio)
357
+ *.userprefs
358
+
359
+ # Mono auto generated files
360
+ mono_crash.*
361
+
362
+ # Build results
363
+ [Dd]ebug/
364
+ [Dd]ebugPublic/
365
+ [Rr]elease/
366
+ [Rr]eleases/
367
+ x64/
368
+ x86/
369
+ [Ww][Ii][Nn]32/
370
+ [Aa][Rr][Mm]/
371
+ [Aa][Rr][Mm]64/
372
+ bld/
373
+ [Bb]in/
374
+ [Oo]bj/
375
+ [Ll]og/
376
+ [Ll]ogs/
377
+
378
+ # Visual Studio 2015/2017 cache/options directory
379
+ .vs/
380
+ # Uncomment if you have tasks that create the project's static files in wwwroot
381
+ #wwwroot/
382
+
383
+ # Visual Studio 2017 auto generated files
384
+ Generated\ Files/
385
+
386
+ # MSTest test Results
387
+ [Tt]est[Rr]esult*/
388
+ [Bb]uild[Ll]og.*
389
+
390
+ # NUnit
391
+ *.VisualState.xml
392
+ TestResult.xml
393
+ nunit-*.xml
394
+
395
+ # Build Results of an ATL Project
396
+ [Dd]ebugPS/
397
+ [Rr]eleasePS/
398
+ dlldata.c
399
+
400
+ # Benchmark Results
401
+ BenchmarkDotNet.Artifacts/
402
+
403
+ # .NET Core
404
+ project.lock.json
405
+ project.fragment.lock.json
406
+ artifacts/
407
+
408
+ # ASP.NET Scaffolding
409
+ ScaffoldingReadMe.txt
410
+
411
+ # StyleCop
412
+ StyleCopReport.xml
413
+
414
+ # Files built by Visual Studio
415
+ *_i.c
416
+ *_p.c
417
+ *_h.h
418
+ *.ilk
419
+ *.meta
420
+ *.obj
421
+ *.iobj
422
+ *.pch
423
+ *.pdb
424
+ *.ipdb
425
+ *.pgc
426
+ *.pgd
427
+ *.rsp
428
+ *.sbr
429
+ *.tlb
430
+ *.tli
431
+ *.tlh
432
+ *.tmp
433
+ *.tmp_proj
434
+ *_wpftmp.csproj
435
+ *.tlog
436
+ *.vspscc
437
+ *.vssscc
438
+ .builds
439
+ *.pidb
440
+ *.svclog
441
+ *.scc
442
+
443
+ # Chutzpah Test files
444
+ _Chutzpah*
445
+
446
+ # Visual C++ cache files
447
+ ipch/
448
+ *.aps
449
+ *.ncb
450
+ *.opendb
451
+ *.opensdf
452
+ *.sdf
453
+ *.cachefile
454
+ *.VC.db
455
+ *.VC.VC.opendb
456
+
457
+ # Visual Studio profiler
458
+ *.psess
459
+ *.vsp
460
+ *.vspx
461
+ *.sap
462
+
463
+ # Visual Studio Trace Files
464
+ *.e2e
465
+
466
+ # TFS 2012 Local Workspace
467
+ $tf/
468
+
469
+ # Guidance Automation Toolkit
470
+ *.gpState
471
+
472
+ # ReSharper is a .NET coding add-in
473
+ _ReSharper*/
474
+ *.[Rr]e[Ss]harper
475
+ *.DotSettings.user
476
+
477
+ # TeamCity is a build add-in
478
+ _TeamCity*
479
+
480
+ # DotCover is a Code Coverage Tool
481
+ *.dotCover
482
+
483
+ # AxoCover is a Code Coverage Tool
484
+ .axoCover/*
485
+ !.axoCover/settings.json
486
+
487
+ # Coverlet is a free, cross platform Code Coverage Tool
488
+ coverage*.json
489
+ coverage*.xml
490
+ coverage*.info
491
+
492
+ # Visual Studio code coverage results
493
+ *.coverage
494
+ *.coveragexml
495
+
496
+ # NCrunch
497
+ _NCrunch_*
498
+ .*crunch*.local.xml
499
+ nCrunchTemp_*
500
+
501
+ # MightyMoose
502
+ *.mm.*
503
+ AutoTest.Net/
504
+
505
+ # Web workbench (sass)
506
+ .sass-cache/
507
+
508
+ # Installshield output folder
509
+ [Ee]xpress/
510
+
511
+ # DocProject is a documentation generator add-in
512
+ DocProject/buildhelp/
513
+ DocProject/Help/*.HxT
514
+ DocProject/Help/*.HxC
515
+ DocProject/Help/*.hhc
516
+ DocProject/Help/*.hhk
517
+ DocProject/Help/*.hhp
518
+ DocProject/Help/Html2
519
+ DocProject/Help/html
520
+
521
+ # Click-Once directory
522
+ publish/
523
+
524
+ # Publish Web Output
525
+ *.[Pp]ublish.xml
526
+ *.azurePubxml
527
+ # Note: Comment the next line if you want to checkin your web deploy settings,
528
+ # but database connection strings (with potential passwords) will be unencrypted
529
+ *.pubxml
530
+ *.publishproj
531
+
532
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
533
+ # checkin your Azure Web App publish settings, but sensitive information contained
534
+ # in these scripts will be unencrypted
535
+ PublishScripts/
536
+
537
+ # NuGet Packages
538
+ *.nupkg
539
+ # NuGet Symbol Packages
540
+ *.snupkg
541
+ # The packages folder can be ignored because of Package Restore
542
+ **/[Pp]ackages/*
543
+ # except build/, which is used as an MSBuild target.
544
+ !**/[Pp]ackages/build/
545
+ # Uncomment if necessary however generally it will be regenerated when needed
546
+ #!**/[Pp]ackages/repositories.config
547
+ # NuGet v3's project.json files produces more ignorable files
548
+ *.nuget.props
549
+ *.nuget.targets
550
+
551
+ # Microsoft Azure Build Output
552
+ csx/
553
+ *.build.csdef
554
+
555
+ # Microsoft Azure Emulator
556
+ ecf/
557
+ rcf/
558
+
559
+ # Windows Store app package directories and files
560
+ AppPackages/
561
+ BundleArtifacts/
562
+ Package.StoreAssociation.xml
563
+ _pkginfo.txt
564
+ *.appx
565
+ *.appxbundle
566
+ *.appxupload
567
+
568
+ # Visual Studio cache files
569
+ # files ending in .cache can be ignored
570
+ *.[Cc]ache
571
+ # but keep track of directories ending in .cache
572
+ !?*.[Cc]ache/
573
+
574
+ # Others
575
+ ClientBin/
576
+ ~$*
577
+ *~
578
+ *.dbmdl
579
+ *.dbproj.schemaview
580
+ *.jfm
581
+ *.pfx
582
+ *.publishsettings
583
+ orleans.codegen.cs
584
+
585
+ # Including strong name files can present a security risk
586
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
587
+ #*.snk
588
+
589
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
590
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
591
+ #bower_components/
592
+
593
+ # RIA/Silverlight projects
594
+ Generated_Code/
595
+
596
+ # Backup & report files from converting an old project file
597
+ # to a newer Visual Studio version. Backup files are not needed,
598
+ # because we have git ;-)
599
+ _UpgradeReport_Files/
600
+ Backup*/
601
+ UpgradeLog*.XML
602
+ UpgradeLog*.htm
603
+ ServiceFabricBackup/
604
+ *.rptproj.bak
605
+
606
+ # SQL Server files
607
+ *.mdf
608
+ *.ldf
609
+ *.ndf
610
+
611
+ # Business Intelligence projects
612
+ *.rdl.data
613
+ *.bim.layout
614
+ *.bim_*.settings
615
+ *.rptproj.rsuser
616
+ *- [Bb]ackup.rdl
617
+ *- [Bb]ackup ([0-9]).rdl
618
+ *- [Bb]ackup ([0-9][0-9]).rdl
619
+
620
+ # Microsoft Fakes
621
+ FakesAssemblies/
622
+
623
+ # GhostDoc plugin setting file
624
+ *.GhostDoc.xml
625
+
626
+ # Node.js Tools for Visual Studio
627
+ .ntvs_analysis.dat
628
+ node_modules/
629
+
630
+ # Visual Studio 6 build log
631
+ *.plg
632
+
633
+ # Visual Studio 6 workspace options file
634
+ *.opt
635
+
636
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
637
+ *.vbw
638
+
639
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
640
+ *.vbp
641
+
642
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
643
+ *.dsw
644
+ *.dsp
645
+
646
+ # Visual Studio 6 technical files
647
+
648
+ # Visual Studio LightSwitch build output
649
+ **/*.HTMLClient/GeneratedArtifacts
650
+ **/*.DesktopClient/GeneratedArtifacts
651
+ **/*.DesktopClient/ModelManifest.xml
652
+ **/*.Server/GeneratedArtifacts
653
+ **/*.Server/ModelManifest.xml
654
+ _Pvt_Extensions
655
+
656
+ # Paket dependency manager
657
+ .paket/paket.exe
658
+ paket-files/
659
+
660
+ # FAKE - F# Make
661
+ .fake/
662
+
663
+ # CodeRush personal settings
664
+ .cr/personal
665
+
666
+ # Python Tools for Visual Studio (PTVS)
667
+ *.pyc
668
+
669
+ # Cake - Uncomment if you are using it
670
+ # tools/**
671
+ # !tools/packages.config
672
+
673
+ # Tabs Studio
674
+ *.tss
675
+
676
+ # Telerik's JustMock configuration file
677
+ *.jmconfig
678
+
679
+ # BizTalk build output
680
+ *.btp.cs
681
+ *.btm.cs
682
+ *.odx.cs
683
+ *.xsd.cs
684
+
685
+ # OpenCover UI analysis results
686
+ OpenCover/
687
+
688
+ # Azure Stream Analytics local run output
689
+ ASALocalRun/
690
+
691
+ # MSBuild Binary and Structured Log
692
+ *.binlog
693
+
694
+ # NVidia Nsight GPU debugger configuration file
695
+ *.nvuser
696
+
697
+ # MFractors (Xamarin productivity tool) working folder
698
+ .mfractor/
699
+
700
+ # Local History for Visual Studio
701
+ .localhistory/
702
+
703
+ # Visual Studio History (VSHistory) files
704
+ .vshistory/
705
+
706
+ # BeatPulse healthcheck temp database
707
+ healthchecksdb
708
+
709
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
710
+ MigrationBackup/
711
+
712
+ # Ionide (cross platform F# VS Code tools) working folder
713
+ .ionide/
714
+
715
+ # Fody - auto-generated XML schema
716
+ FodyWeavers.xsd
717
+
718
+ # VS Code files for those working on multiple tools
719
+ .vscode/*
720
+ !.vscode/settings.json
721
+ !.vscode/tasks.json
722
+ !.vscode/launch.json
723
+ !.vscode/extensions.json
724
+ *.code-workspace
725
+
726
+ # Local History for Visual Studio Code
727
+ .history/
728
+
729
+ # Windows Installer files from build outputs
730
+ *.cab
731
+ *.msi
732
+ *.msix
733
+ *.msm
734
+ *.msp
735
+
736
+ # JetBrains Rider
737
+ *.sln.iml
738
+
739
+ ### vs template
740
+ ## Ignore Visual Studio temporary files, build results, and
741
+ ## files generated by popular Visual Studio add-ons.
742
+ ##
743
+ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
744
+
745
+ # User-specific files
746
+
747
+ # User-specific files (MonoDevelop/Xamarin Studio)
748
+
749
+ # Mono auto generated files
750
+
751
+ # Build results
752
+
753
+ # Visual Studio 2015/2017 cache/options directory
754
+ # Uncomment if you have tasks that create the project's static files in wwwroot
755
+ #wwwroot/
756
+
757
+ # Visual Studio 2017 auto generated files
758
+
759
+ # MSTest test Results
760
+
761
+ # NUnit
762
+
763
+ # Build Results of an ATL Project
764
+
765
+ # Benchmark Results
766
+
767
+ # .NET Core
768
+
769
+ # StyleCop
770
+
771
+ # Files built by Visual Studio
772
+
773
+ # Chutzpah Test files
774
+
775
+ # Visual C++ cache files
776
+
777
+ # Visual Studio profiler
778
+
779
+ # Visual Studio Trace Files
780
+
781
+ # TFS 2012 Local Workspace
782
+
783
+ # Guidance Automation Toolkit
784
+
785
+ # ReSharper is a .NET coding add-in
786
+
787
+ # TeamCity is a build add-in
788
+
789
+ # DotCover is a Code Coverage Tool
790
+
791
+ # AxoCover is a Code Coverage Tool
792
+
793
+ # Coverlet is a free, cross platform Code Coverage Tool
794
+ coverage*[.json, .xml, .info]
795
+
796
+ # Visual Studio code coverage results
797
+
798
+ # NCrunch
799
+
800
+ # MightyMoose
801
+
802
+ # Web workbench (sass)
803
+
804
+ # Installshield output folder
805
+
806
+ # DocProject is a documentation generator add-in
807
+
808
+ # Click-Once directory
809
+
810
+ # Publish Web Output
811
+ # Note: Comment the next line if you want to checkin your web deploy settings,
812
+ # but database connection strings (with potential passwords) will be unencrypted
813
+
814
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
815
+ # checkin your Azure Web App publish settings, but sensitive information contained
816
+ # in these scripts will be unencrypted
817
+
818
+ # NuGet Packages
819
+ # NuGet Symbol Packages
820
+ # The packages folder can be ignored because of Package Restore
821
+ # except build/, which is used as an MSBuild target.
822
+ # Uncomment if necessary however generally it will be regenerated when needed
823
+ #!**/[Pp]ackages/repositories.config
824
+ # NuGet v3's project.json files produces more ignorable files
825
+
826
+ # Microsoft Azure Build Output
827
+
828
+ # Microsoft Azure Emulator
829
+
830
+ # Windows Store app package directories and files
831
+
832
+ # Visual Studio cache files
833
+ # files ending in .cache can be ignored
834
+ # but keep track of directories ending in .cache
835
+
836
+ # Others
837
+
838
+ # Including strong name files can present a security risk
839
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
840
+ #*.snk
841
+
842
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
843
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
844
+ #bower_components/
845
+
846
+ # RIA/Silverlight projects
847
+
848
+ # Backup & report files from converting an old project file
849
+ # to a newer Visual Studio version. Backup files are not needed,
850
+ # because we have git ;-)
851
+
852
+ # SQL Server files
853
+
854
+ # Business Intelligence projects
855
+
856
+ # Microsoft Fakes
857
+
858
+ # GhostDoc plugin setting file
859
+
860
+ # Node.js Tools for Visual Studio
861
+
862
+ # Visual Studio 6 build log
863
+
864
+ # Visual Studio 6 workspace options file
865
+
866
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
867
+
868
+ # Visual Studio LightSwitch build output
869
+
870
+ # Paket dependency manager
871
+
872
+ # FAKE - F# Make
873
+
874
+ # CodeRush personal settings
875
+
876
+ # Python Tools for Visual Studio (PTVS)
877
+
878
+ # Cake - Uncomment if you are using it
879
+ # tools/**
880
+ # !tools/packages.config
881
+
882
+ # Tabs Studio
883
+
884
+ # Telerik's JustMock configuration file
885
+
886
+ # BizTalk build output
887
+
888
+ # OpenCover UI analysis results
889
+
890
+ # Azure Stream Analytics local run output
891
+
892
+ # MSBuild Binary and Structured Log
893
+
894
+ # NVidia Nsight GPU debugger configuration file
895
+
896
+ # MFractors (Xamarin productivity tool) working folder
897
+
898
+ # Local History for Visual Studio
899
+
900
+ # BeatPulse healthcheck temp database
901
+
902
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
903
+
904
+ # Ionide (cross platform F# VS Code tools) working folder
905
+
906
+ ### WebStorm template
907
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
908
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
909
+
910
+ # User-specific stuff
911
+
912
+ # AWS User-specific
913
+
914
+ # Generated files
915
+
916
+ # Sensitive or high-churn files
917
+
918
+ # Gradle
919
+
920
+ # Gradle and Maven with auto-import
921
+ # When using Gradle or Maven with auto-import, you should exclude module files,
922
+ # since they will be recreated, and may cause churn. Uncomment if using
923
+ # auto-import.
924
+ # .idea/artifacts
925
+ # .idea/compiler.xml
926
+ # .idea/jarRepositories.xml
927
+ # .idea/modules.xml
928
+ # .idea/*.iml
929
+ # .idea/modules
930
+ # *.iml
931
+ # *.ipr
932
+
933
+ # CMake
934
+
935
+ # Mongo Explorer plugin
936
+
937
+ # File-based project format
938
+
939
+ # IntelliJ
940
+
941
+ # mpeltonen/sbt-idea plugin
942
+
943
+ # JIRA plugin
944
+
945
+ # Cursive Clojure plugin
946
+
947
+ # SonarLint plugin
948
+
949
+ # Crashlytics plugin (for Android Studio and IntelliJ)
950
+
951
+ # Editor-based Rest Client
952
+
953
+ # Android studio 3.1+ serialized cache file
954
+
955
+ ### PyCharm template
956
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
957
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
958
+
959
+ # User-specific stuff
960
+
961
+ # AWS User-specific
962
+
963
+ # Generated files
964
+
965
+ # Sensitive or high-churn files
966
+
967
+ # Gradle
968
+
969
+ # Gradle and Maven with auto-import
970
+ # When using Gradle or Maven with auto-import, you should exclude module files,
971
+ # since they will be recreated, and may cause churn. Uncomment if using
972
+ # auto-import.
973
+ # .idea/artifacts
974
+ # .idea/compiler.xml
975
+ # .idea/jarRepositories.xml
976
+ # .idea/modules.xml
977
+ # .idea/*.iml
978
+ # .idea/modules
979
+ # *.iml
980
+ # *.ipr
981
+
982
+ # CMake
983
+
984
+ # Mongo Explorer plugin
985
+
986
+ # File-based project format
987
+
988
+ # IntelliJ
989
+
990
+ # mpeltonen/sbt-idea plugin
991
+
992
+ # JIRA plugin
993
+
994
+ # Cursive Clojure plugin
995
+
996
+ # SonarLint plugin
997
+
998
+ # Crashlytics plugin (for Android Studio and IntelliJ)
999
+
1000
+ # Editor-based Rest Client
1001
+
1002
+ # Android studio 3.1+ serialized cache file
1003
+
CHANGELOG.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Change Log
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+ and this project adheres to [Semantic Versioning](http://semver.org/).
7
+
8
+ ## [Unreleased] - yyyy-mm-dd
9
+
10
+ Here we write upgrading notes for brands. It's a team effort to make them as
11
+ straightforward as possible.
12
+
13
+ ### Added
14
+ - [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX)
15
+ MINOR Ticket title goes here.
16
+ - [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY)
17
+ PATCH Ticket title goes here.
18
+
19
+ ### Changed
20
+
21
+ ### Fixed
22
+
23
+ ## [1.2.4] - 2017-03-15
24
+
25
+ Here we would have the update steps for 1.2.4 for people to follow.
26
+
27
+ ### Added
28
+
29
+ ### Changed
30
+
31
+ - [PROJECTNAME-ZZZZ](http://tickets.projectname.com/browse/PROJECTNAME-ZZZZ)
32
+ PATCH Drupal.org is now used for composer.
33
+
34
+ ### Fixed
35
+
36
+ - [PROJECTNAME-TTTT](http://tickets.projectname.com/browse/PROJECTNAME-TTTT)
37
+ PATCH Add logic to runsheet teaser delete to delete corresponding
38
+ schedule cards.
39
+
40
+ ## [1.2.3] - 2017-03-14
41
+
42
+ ### Added
43
+
44
+ ### Changed
45
+
46
+ ### Fixed
47
+
48
+ - [PROJECTNAME-UUUU](http://tickets.projectname.com/browse/PROJECTNAME-UUUU)
49
+ MINOR Fix module foo tests
50
+ - [PROJECTNAME-RRRR](http://tickets.projectname.com/browse/PROJECTNAME-RRRR)
51
+ MAJOR Module foo's timeline uses the browser timezone for date resolution
LICENSE ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Attribution 4.0 International
2
+
3
+ =======================================================================
4
+
5
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
6
+ does not provide legal services or legal advice. Distribution of
7
+ Creative Commons public licenses does not create a lawyer-client or
8
+ other relationship. Creative Commons makes its licenses and related
9
+ information available on an "as-is" basis. Creative Commons gives no
10
+ warranties regarding its licenses, any material licensed under their
11
+ terms and conditions, or any related information. Creative Commons
12
+ disclaims all liability for damages resulting from their use to the
13
+ fullest extent possible.
14
+
15
+ Using Creative Commons Public Licenses
16
+
17
+ Creative Commons public licenses provide a standard set of terms and
18
+ conditions that creators and other rights holders may use to share
19
+ original works of authorship and other material subject to copyright
20
+ and certain other rights specified in the public license below. The
21
+ following considerations are for informational purposes only, are not
22
+ exhaustive, and do not form part of our licenses.
23
+
24
+ Considerations for licensors: Our public licenses are
25
+ intended for use by those authorized to give the public
26
+ permission to use material in ways otherwise restricted by
27
+ copyright and certain other rights. Our licenses are
28
+ irrevocable. Licensors should read and understand the terms
29
+ and conditions of the license they choose before applying it.
30
+ Licensors should also secure all rights necessary before
31
+ applying our licenses so that the public can reuse the
32
+ material as expected. Licensors should clearly mark any
33
+ material not subject to the license. This includes other CC-
34
+ licensed material, or material used under an exception or
35
+ limitation to copyright. More considerations for licensors:
36
+ wiki.creativecommons.org/Considerations_for_licensors
37
+
38
+ Considerations for the public: By using one of our public
39
+ licenses, a licensor grants the public permission to use the
40
+ licensed material under specified terms and conditions. If
41
+ the licensor's permission is not necessary for any reason--for
42
+ example, because of any applicable exception or limitation to
43
+ copyright--then that use is not regulated by the license. Our
44
+ licenses grant only permissions under copyright and certain
45
+ other rights that a licensor has authority to grant. Use of
46
+ the licensed material may still be restricted for other
47
+ reasons, including because others have copyright or other
48
+ rights in the material. A licensor may make special requests,
49
+ such as asking that all changes be marked or described.
50
+ Although not required by our licenses, you are encouraged to
51
+ respect those requests where reasonable. More considerations
52
+ for the public:
53
+ wiki.creativecommons.org/Considerations_for_licensees
54
+
55
+ =======================================================================
56
+
57
+ Creative Commons Attribution 4.0 International Public License
58
+
59
+ By exercising the Licensed Rights (defined below), You accept and agree
60
+ to be bound by the terms and conditions of this Creative Commons
61
+ Attribution 4.0 International Public License ("Public License"). To the
62
+ extent this Public License may be interpreted as a contract, You are
63
+ granted the Licensed Rights in consideration of Your acceptance of
64
+ these terms and conditions, and the Licensor grants You such rights in
65
+ consideration of benefits the Licensor receives from making the
66
+ Licensed Material available under these terms and conditions.
67
+
68
+
69
+ Section 1 -- Definitions.
70
+
71
+ a. Adapted Material means material subject to Copyright and Similar
72
+ Rights that is derived from or based upon the Licensed Material
73
+ and in which the Licensed Material is translated, altered,
74
+ arranged, transformed, or otherwise modified in a manner requiring
75
+ permission under the Copyright and Similar Rights held by the
76
+ Licensor. For purposes of this Public License, where the Licensed
77
+ Material is a musical work, performance, or sound recording,
78
+ Adapted Material is always produced where the Licensed Material is
79
+ synched in timed relation with a moving image.
80
+
81
+ b. Adapter's License means the license You apply to Your Copyright
82
+ and Similar Rights in Your contributions to Adapted Material in
83
+ accordance with the terms and conditions of this Public License.
84
+
85
+ c. Copyright and Similar Rights means copyright and/or similar rights
86
+ closely related to copyright including, without limitation,
87
+ performance, broadcast, sound recording, and Sui Generis Database
88
+ Rights, without regard to how the rights are labeled or
89
+ categorized. For purposes of this Public License, the rights
90
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
91
+ Rights.
92
+
93
+ d. Effective Technological Measures means those measures that, in the
94
+ absence of proper authority, may not be circumvented under laws
95
+ fulfilling obligations under Article 11 of the WIPO Copyright
96
+ Treaty adopted on December 20, 1996, and/or similar international
97
+ agreements.
98
+
99
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
100
+ any other exception or limitation to Copyright and Similar Rights
101
+ that applies to Your use of the Licensed Material.
102
+
103
+ f. Licensed Material means the artistic or literary work, database,
104
+ or other material to which the Licensor applied this Public
105
+ License.
106
+
107
+ g. Licensed Rights means the rights granted to You subject to the
108
+ terms and conditions of this Public License, which are limited to
109
+ all Copyright and Similar Rights that apply to Your use of the
110
+ Licensed Material and that the Licensor has authority to license.
111
+
112
+ h. Licensor means the individual(s) or entity(ies) granting rights
113
+ under this Public License.
114
+
115
+ i. Share means to provide material to the public by any means or
116
+ process that requires permission under the Licensed Rights, such
117
+ as reproduction, public display, public performance, distribution,
118
+ dissemination, communication, or importation, and to make material
119
+ available to the public including in ways that members of the
120
+ public may access the material from a place and at a time
121
+ individually chosen by them.
122
+
123
+ j. Sui Generis Database Rights means rights other than copyright
124
+ resulting from Directive 96/9/EC of the European Parliament and of
125
+ the Council of 11 March 1996 on the legal protection of databases,
126
+ as amended and/or succeeded, as well as other essentially
127
+ equivalent rights anywhere in the world.
128
+
129
+ k. You means the individual or entity exercising the Licensed Rights
130
+ under this Public License. Your has a corresponding meaning.
131
+
132
+
133
+ Section 2 -- Scope.
134
+
135
+ a. License grant.
136
+
137
+ 1. Subject to the terms and conditions of this Public License,
138
+ the Licensor hereby grants You a worldwide, royalty-free,
139
+ non-sublicensable, non-exclusive, irrevocable license to
140
+ exercise the Licensed Rights in the Licensed Material to:
141
+
142
+ a. reproduce and Share the Licensed Material, in whole or
143
+ in part; and
144
+
145
+ b. produce, reproduce, and Share Adapted Material.
146
+
147
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
148
+ Exceptions and Limitations apply to Your use, this Public
149
+ License does not apply, and You do not need to comply with
150
+ its terms and conditions.
151
+
152
+ 3. Term. The term of this Public License is specified in Section
153
+ 6(a).
154
+
155
+ 4. Media and formats; technical modifications allowed. The
156
+ Licensor authorizes You to exercise the Licensed Rights in
157
+ all media and formats whether now known or hereafter created,
158
+ and to make technical modifications necessary to do so. The
159
+ Licensor waives and/or agrees not to assert any right or
160
+ authority to forbid You from making technical modifications
161
+ necessary to exercise the Licensed Rights, including
162
+ technical modifications necessary to circumvent Effective
163
+ Technological Measures. For purposes of this Public License,
164
+ simply making modifications authorized by this Section 2(a)
165
+ (4) never produces Adapted Material.
166
+
167
+ 5. Downstream recipients.
168
+
169
+ a. Offer from the Licensor -- Licensed Material. Every
170
+ recipient of the Licensed Material automatically
171
+ receives an offer from the Licensor to exercise the
172
+ Licensed Rights under the terms and conditions of this
173
+ Public License.
174
+
175
+ b. No downstream restrictions. You may not offer or impose
176
+ any additional or different terms or conditions on, or
177
+ apply any Effective Technological Measures to, the
178
+ Licensed Material if doing so restricts exercise of the
179
+ Licensed Rights by any recipient of the Licensed
180
+ Material.
181
+
182
+ 6. No endorsement. Nothing in this Public License constitutes or
183
+ may be construed as permission to assert or imply that You
184
+ are, or that Your use of the Licensed Material is, connected
185
+ with, or sponsored, endorsed, or granted official status by,
186
+ the Licensor or others designated to receive attribution as
187
+ provided in Section 3(a)(1)(A)(i).
188
+
189
+ b. Other rights.
190
+
191
+ 1. Moral rights, such as the right of integrity, are not
192
+ licensed under this Public License, nor are publicity,
193
+ privacy, and/or other similar personality rights; however, to
194
+ the extent possible, the Licensor waives and/or agrees not to
195
+ assert any such rights held by the Licensor to the limited
196
+ extent necessary to allow You to exercise the Licensed
197
+ Rights, but not otherwise.
198
+
199
+ 2. Patent and trademark rights are not licensed under this
200
+ Public License.
201
+
202
+ 3. To the extent possible, the Licensor waives any right to
203
+ collect royalties from You for the exercise of the Licensed
204
+ Rights, whether directly or through a collecting society
205
+ under any voluntary or waivable statutory or compulsory
206
+ licensing scheme. In all other cases the Licensor expressly
207
+ reserves any right to collect such royalties.
208
+
209
+
210
+ Section 3 -- License Conditions.
211
+
212
+ Your exercise of the Licensed Rights is expressly made subject to the
213
+ following conditions.
214
+
215
+ a. Attribution.
216
+
217
+ 1. If You Share the Licensed Material (including in modified
218
+ form), You must:
219
+
220
+ a. retain the following if it is supplied by the Licensor
221
+ with the Licensed Material:
222
+
223
+ i. identification of the creator(s) of the Licensed
224
+ Material and any others designated to receive
225
+ attribution, in any reasonable manner requested by
226
+ the Licensor (including by pseudonym if
227
+ designated);
228
+
229
+ ii. a copyright notice;
230
+
231
+ iii. a notice that refers to this Public License;
232
+
233
+ iv. a notice that refers to the disclaimer of
234
+ warranties;
235
+
236
+ v. a URI or hyperlink to the Licensed Material to the
237
+ extent reasonably practicable;
238
+
239
+ b. indicate if You modified the Licensed Material and
240
+ retain an indication of any previous modifications; and
241
+
242
+ c. indicate the Licensed Material is licensed under this
243
+ Public License, and include the text of, or the URI or
244
+ hyperlink to, this Public License.
245
+
246
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
247
+ reasonable manner based on the medium, means, and context in
248
+ which You Share the Licensed Material. For example, it may be
249
+ reasonable to satisfy the conditions by providing a URI or
250
+ hyperlink to a resource that includes the required
251
+ information.
252
+
253
+ 3. If requested by the Licensor, You must remove any of the
254
+ information required by Section 3(a)(1)(A) to the extent
255
+ reasonably practicable.
256
+
257
+ 4. If You Share Adapted Material You produce, the Adapter's
258
+ License You apply must not prevent recipients of the Adapted
259
+ Material from complying with this Public License.
260
+
261
+
262
+ Section 4 -- Sui Generis Database Rights.
263
+
264
+ Where the Licensed Rights include Sui Generis Database Rights that
265
+ apply to Your use of the Licensed Material:
266
+
267
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
268
+ to extract, reuse, reproduce, and Share all or a substantial
269
+ portion of the contents of the database;
270
+
271
+ b. if You include all or a substantial portion of the database
272
+ contents in a database in which You have Sui Generis Database
273
+ Rights, then the database in which You have Sui Generis Database
274
+ Rights (but not its individual contents) is Adapted Material; and
275
+
276
+ c. You must comply with the conditions in Section 3(a) if You Share
277
+ all or a substantial portion of the contents of the database.
278
+
279
+ For the avoidance of doubt, this Section 4 supplements and does not
280
+ replace Your obligations under this Public License where the Licensed
281
+ Rights include other Copyright and Similar Rights.
282
+
283
+
284
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
285
+
286
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
287
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
288
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
289
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
290
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
291
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
292
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
293
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
294
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
295
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
296
+
297
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
298
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
299
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
300
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
301
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
302
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
303
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
304
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
305
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
306
+
307
+ c. The disclaimer of warranties and limitation of liability provided
308
+ above shall be interpreted in a manner that, to the extent
309
+ possible, most closely approximates an absolute disclaimer and
310
+ waiver of all liability.
311
+
312
+
313
+ Section 6 -- Term and Termination.
314
+
315
+ a. This Public License applies for the term of the Copyright and
316
+ Similar Rights licensed here. However, if You fail to comply with
317
+ this Public License, then Your rights under this Public License
318
+ terminate automatically.
319
+
320
+ b. Where Your right to use the Licensed Material has terminated under
321
+ Section 6(a), it reinstates:
322
+
323
+ 1. automatically as of the date the violation is cured, provided
324
+ it is cured within 30 days of Your discovery of the
325
+ violation; or
326
+
327
+ 2. upon express reinstatement by the Licensor.
328
+
329
+ For the avoidance of doubt, this Section 6(b) does not affect any
330
+ right the Licensor may have to seek remedies for Your violations
331
+ of this Public License.
332
+
333
+ c. For the avoidance of doubt, the Licensor may also offer the
334
+ Licensed Material under separate terms or conditions or stop
335
+ distributing the Licensed Material at any time; however, doing so
336
+ will not terminate this Public License.
337
+
338
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
339
+ License.
340
+
341
+
342
+ Section 7 -- Other Terms and Conditions.
343
+
344
+ a. The Licensor shall not be bound by any additional or different
345
+ terms or conditions communicated by You unless expressly agreed.
346
+
347
+ b. Any arrangements, understandings, or agreements regarding the
348
+ Licensed Material not stated herein are separate from and
349
+ independent of the terms and conditions of this Public License.
350
+
351
+
352
+ Section 8 -- Interpretation.
353
+
354
+ a. For the avoidance of doubt, this Public License does not, and
355
+ shall not be interpreted to, reduce, limit, restrict, or impose
356
+ conditions on any use of the Licensed Material that could lawfully
357
+ be made without permission under this Public License.
358
+
359
+ b. To the extent possible, if any provision of this Public License is
360
+ deemed unenforceable, it shall be automatically reformed to the
361
+ minimum extent necessary to make it enforceable. If the provision
362
+ cannot be reformed, it shall be severed from this Public License
363
+ without affecting the enforceability of the remaining terms and
364
+ conditions.
365
+
366
+ c. No term or condition of this Public License will be waived and no
367
+ failure to comply consented to unless expressly agreed to by the
368
+ Licensor.
369
+
370
+ d. Nothing in this Public License constitutes or may be interpreted
371
+ as a limitation upon, or waiver of, any privileges and immunities
372
+ that apply to the Licensor or You, including from the legal
373
+ processes of any jurisdiction or authority.
374
+
375
+
376
+ =======================================================================
377
+
378
+ Creative Commons is not a party to its public
379
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
380
+ its public licenses to material it publishes and in those instances
381
+ will be considered the β€œLicensor.” The text of the Creative Commons
382
+ public licenses is dedicated to the public domain under the CC0 Public
383
+ Domain Dedication. Except for the limited purpose of indicating that
384
+ material is shared under a Creative Commons public license or as
385
+ otherwise permitted by the Creative Commons policies published at
386
+ creativecommons.org/policies, Creative Commons does not authorize the
387
+ use of the trademark "Creative Commons" or any other trademark or logo
388
+ of Creative Commons without its prior written consent including,
389
+ without limitation, in connection with any unauthorized modifications
390
+ to any of its public licenses or any other arrangements,
391
+ understandings, or agreements concerning use of licensed material. For
392
+ the avoidance of doubt, this paragraph does not form part of the
393
+ public licenses.
394
+
395
+ Creative Commons may be contacted at creativecommons.org.
README.md CHANGED
@@ -1,3 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- license: cc-by-4.0
3
  ---
 
1
+ # Title
2
+ This product is for ...
3
+
4
+ ### Table of Contents
5
+ - [Prerequisites](#prerequisites)
6
+ - [Architecture](#architecture)
7
+ - [Features](#features)
8
+ - [Demo](#demo)
9
+ - [Reports](#reports)
10
+ - [Installation](#installation)
11
+ - [File Structure](#file-structure)
12
+ - [Version Control System](#version-control-system)
13
+ - [Upcoming](#upcoming)
14
+ - [Documentations](#documentations)
15
+ - [License](#license)
16
+ - [Links](#links)
17
+ - [Team](#team)
18
+ - [Contact](#contact)
19
+ - [Resources](#resources)
20
+ - [Citation](#citation)
21
+
22
+ ###### Github Action Test
23
+
24
+ ### Prerequisites
25
+ - Python 3.10
26
+ - Nvidia T4 GPU or higher
27
+ - Microsoft SQL
28
+ - Llama 2
29
+ - Whisper
30
+
31
+ ### Architecture
32
+ ![Architecture](docs/img/Image.gif)
33
+
34
+ ### Features
35
+ - [x] ................
36
+ - [x] ................
37
+ - [x] ................
38
+
39
+
40
+ ### Demo
41
+ [Video](videoURL)
42
+ [![Video](ΓΆnizlemeGΓΆrseliURLsi)](videoURL)
43
+ ![GIF](draft.gif)
44
+
45
+ ### Reports
46
+ ![Report](Report.jpg)
47
+
48
+ ### Installation
49
+ *__for Linux/Ubuntu__*
50
+ - Do the following operations in order.
51
+
52
+ #### 1. Install Nvidia Drivers
53
+ - System Update & Upgrade
54
+ ```bash
55
+ sudo apt update
56
+ ```
57
+ ```bash
58
+ sudo apt upgrade
59
+ ```
60
+ - Install Nvidia Drivers
61
+ ```bash
62
+ sudo apt install ubuntu-drivers-common
63
+ ```
64
+ ```bash
65
+ ubuntu-drivers devices
66
+ ```
67
+ ```bash
68
+ sudo ubuntu-drivers autoinstall
69
+ ```
70
+ - System Reboot
71
+ ```bash
72
+ sudo reboot
73
+ ```
74
+ - Check Nvidia Driver and Note CUDA Version
75
+ ```bash
76
+ nvidia-smi
77
+ ```
78
+ - *__Note:__* Yukarıdaki adımda hem Nvidia Driver'ın yüklenip yüklenmediğini kontrol edin.
79
+ Hem de yüklemeniz gereken CUDA versiyonunu âğreninin.
80
+
81
+ ### 2. Install CUDA 12.2 for Ubuntu 22.04
82
+ ```bash
83
+ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-ubuntu2204.pin
84
+ ```
85
+ ```bash
86
+ sudo mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
87
+ ```
88
+ ```bash
89
+ wget https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda-repo-ubuntu2204-12-2-local_12.2.0-535.54.03-1_amd64.deb
90
+ ```
91
+ ```bash
92
+ sudo dpkg -i cuda-repo-ubuntu2204-12-2-local_12.2.0-535.54.03-1_amd64.deb
93
+ ```
94
+ ```bash
95
+ sudo cp /var/cuda-repo-ubuntu2204-12-2-local/cuda-*-keyring.gpg /usr/share/keyrings/
96
+ ```
97
+ ```bash
98
+ sudo apt-get update
99
+ ```
100
+ ```bash
101
+ sudo apt-get -y install cuda
102
+ ```
103
+ ```bash
104
+ sudo find / -name nvcc
105
+ ```
106
+ ```bash
107
+ echo 'export PATH=/usr/local/cuda-12.3/bin:$PATH' >> ~/.bashrc
108
+ ```
109
+ ```bash
110
+ source ~/.bashrc
111
+ ```
112
+ ```bash
113
+ nvcc --version
114
+ ```
115
+ ---
116
+
117
+ #### 3. Python 3.10.0 Installation
118
+ ```bash
119
+ sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget
120
+ ```
121
+ ```bash
122
+ sudo apt-get install libbz2-dev
123
+ ```
124
+ ```bash
125
+ sudo apt-get install libgdbm-compat-dev
126
+ ```
127
+ ```bash
128
+ sudo apt-get install liblzma-dev
129
+ ```
130
+ ```bash
131
+ sudo apt-get install tk-dev
132
+ ```
133
+ ```bash
134
+ sudo apt-get install uuid-dev
135
+ ```
136
+ ```bash
137
+ sudo apt-get install zlib1g-dev
138
+ ```
139
+ ```bash
140
+ wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz
141
+ ```
142
+ ```bash
143
+ tar -xf Python-3.10.0.tar.xz
144
+ ```
145
+ ```bash
146
+ cd Python-3.10.0
147
+ ```
148
+ ```bash
149
+ ./configure --enable-optimizations --prefix=/usr/local
150
+ ```
151
+ ```bash
152
+ make -j $(nproc)
153
+ ```
154
+ ```bash
155
+ sudo make altinstall
156
+ ```
157
+ ---
158
+
159
+ ##### 4. Get Repository
160
+ - Clone Repository
161
+ ```bash
162
+ git clone https://github.com/organization_name/repo_name
163
+ ```
164
+
165
+ - Navigate to the project directory:
166
+ ```bash
167
+ cd Repository_Directory
168
+ ```
169
+
170
+ - Create Virtual Environment named `.venv`
171
+ ```bash
172
+ python3.10 -m venv .venv
173
+ ```
174
+
175
+ - Activate virtual environment
176
+ ```bash
177
+ source .venv/bin/activate
178
+ ```
179
+ ---
180
+
181
+ #### 5. Install Pytorch
182
+ ```bash
183
+ pip install torch --index-url https://download.pytorch.org/whl/cu122
184
+ ```
185
+ - *__Note:__* Lütfen farklı CUDA verdiyonu kullanıyorsanız Pytorch versiyonunuzu değiştirin.
186
+
187
+ #### 6. Download Llama and Install
188
+ - Visit the `https://ai.meta.com/llama/` and get download link for Llama 2
189
+
190
+ ```bash
191
+ git clone https://github.com/facebookresearch/llama.git
192
+ ```
193
+ ```bash
194
+ cd llama
195
+ ```
196
+ ```bash
197
+ pip install -e .
198
+ ```
199
+ ```bash
200
+ chmod +x download.sh
201
+ ```
202
+ ```bash
203
+ ./download.sh
204
+ ```
205
+
206
+ - *__Note__*: If you get the error `"The file is already fully retrieved; nothing to do."`, delete the `--continue` commands in the `download.sh` file and try again.
207
+ Related issue link: `https://github.com/facebookresearch/llama/issues/760`
208
+ ---
209
+
210
+ #### 7. Install Requirements for Audio Process
211
+ ```bash
212
+ sudo apt-get install unixodbc-dev
213
+ ```
214
+ ```bash
215
+ pip install Cython
216
+ ```
217
+ ```bash
218
+ pip install -r requirements/requirements_audio.txt
219
+ ```
220
+ ---
221
+
222
+ #### 8. Install Requirements for Architecture
223
+ ```bash
224
+ pip install -r requirements/requirements_arctitecture.txt
225
+ ```
226
+ ---
227
+
228
+ #### 9. Install ODBC Driver 18
229
+
230
+ ```bash
231
+ curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
232
+ ```
233
+ ```bash
234
+ curl https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
235
+ ```
236
+ ```bash
237
+ sudo apt-get update
238
+ ```
239
+ ```bash
240
+ sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
241
+ ```
242
+ ---
243
+
244
+ #### 10. Install FFmpeg
245
+ ```bash
246
+ sudo apt install ffmpeg
247
+ ```
248
+ ---
249
+
250
+ #### 11. Install Linux Services
251
+ ```bash
252
+ sudo cp /home/azureuser/directory/services/audio.service /etc/systemd/system/
253
+ ```
254
+ ```bash
255
+ sudo cp /home/azureuser/directory/services/text.service /etc/systemd/system/
256
+ ```
257
+ ```bash
258
+ sudo systemctl daemon-reload
259
+ ```
260
+ ```bash
261
+ sudo systemctl enable audio.service
262
+ ```
263
+ ```bash
264
+ sudo systemctl enable text.service
265
+ ```
266
+ ```bash
267
+ sudo systemctl start audio.service
268
+ ```
269
+ ```bash
270
+ sudo systemctl start text.service
271
+ ```
272
+ ```bash
273
+ sudo systemctl status audio.service
274
+ ```
275
+ ```bash
276
+ sudo systemctl status text.service
277
+ ```
278
+ ---
279
+
280
+ ### File Structure
281
+
282
+ ```text
283
+ .
284
+ β”œβ”€β”€ README.md
285
+ β”œβ”€β”€ TODO.md
286
+ β”œβ”€β”€ app.py
287
+ β”œβ”€β”€ examples
288
+ β”‚ β”œβ”€β”€ example_1.wav
289
+ β”‚ β”œβ”€β”€ example_2.wav
290
+ β”œβ”€β”€ flagged
291
+ β”œβ”€β”€ gradio_app.py
292
+ β”œβ”€β”€ outputs
293
+ β”‚ β”œβ”€β”€ example_1.json
294
+ β”œβ”€β”€ requirements.txt
295
+ └── test.py
296
+ ```
297
+ ---
298
+
299
+ ### Version Control System
300
+ #### Releases
301
+ - [v0.1](https://github.com/organization_name/repo_name/archive/refs/tags/v0.1.zip) #.zip
302
+ - [v0.1](https://github.com/organization_name/repo_name/archive/refs/tags/v0.1.tar.gz) #.tar.gz
303
+ #### Branches
304
+ - [BranchName](https://github.com/organization_name/repo_name/tree/Stream)
305
+
306
+ #### Related Repos
307
+ - [RepoName](https://github.com/organization_name/repo_name)
308
+ ---
309
+
310
+ ### Upcoming
311
+ - [ ] ....
312
+ ---
313
+
314
+ ### Documentations
315
+ #### Turkish Readme
316
+ - [README_TR](docs/README_TR.md)
317
+ ---
318
+
319
+ #### TO DO list
320
+ - [TODO](TODO.md)
321
+ ---
322
+
323
+ #### Contributing Guidence
324
+ - [Contribute](CONTRIBUTE.md)
325
+
326
+ ### License
327
+ - [LICENSE](LICENSE)
328
+ ---
329
+
330
+ ### Links
331
+ - [Github](https://github.com/repo)
332
+ - [Website](https://company_name.com/en)
333
+ - [Linkedin](https://www.linkedin.com/company/company_name/)
334
+ ---
335
+
336
+ ### Team
337
+ - [Bunyamin Ergen](https://www.linkedin.com/in/bunyaminergen)
338
+ ---
339
+
340
+ ### Contact
341
+ - [Mail](mailto:info@example.com)
342
+ ---
343
+
344
+ ### Resources
345
+ - [Resources](RESOURCES.md)
346
+ ---
347
+
348
+ ### Citation
349
+ - Reference to cite if you use this work in a paper or research project:
350
+ ``` text
351
+ @software{software_2024,
352
+ author = {Ergen},
353
+ doi = {00.0000/zenodo.0000},
354
+ month = {01},
355
+ title = {{software_2024}},
356
+ url = {https://github.com/repo_name},
357
+ year = {2024}
358
+ }
359
+ ```
360
+
361
  ---
 
362
  ---
RESOURCES.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ https://tr.wikipedia.org/w/api.php
2
+
3
+ https://pypi.org/project/Wikipedia-API/
4
+
5
+ https://en.wikipedia.org/api/rest_v1/
6
+
7
+ https://api.wikimedia.org/wiki/Getting_started_with_Wikimedia_APIs
8
+
9
+ Feed API
10
+ Get daily featured articles, most read pages, and more.
11
+ https://api.wikimedia.org/wiki/Feed_API
12
+
13
+ ---
14
+
15
+ https://api.wikimedia.org/wiki/API_catalog
16
+
17
+
18
+ https://www.mediawiki.org/wiki/API:Main_page
19
+
20
+
21
+ https://www.mediawiki.org/wiki/API:Revisions#GET_request
22
+
23
+
24
+ https://www.mediawiki.org/wiki/API:Revisions
25
+
26
+ Search:
27
+ wikipedia api rvprop
28
+ https://www.google.com/search?q=wikipedia+api+rvprop&rlz=1C1KNTJ_trTR1077TR1077&oq=vikipedi+api+rvprop&gs_lcrp=EgZjaHJvbWUqCAgBEAAYDRgeMgYIABBFGDkyCAgBEAAYDRge0gEINDI5MGowajeoAgCwAgA&sourceid=chrome&ie=UTF-8
29
+
30
+ ---
31
+ data
32
+ https://academictorrents.com/details/0852ef544a4694995fcbef7132477c688ded7d9a
33
+
34
+ https://dumps.wikimedia.org/
35
+
36
+ https://meta.wikimedia.org/wiki/Mirroring_Wikimedia_project_XML_dumps
37
+
38
+ https://academictorrents.com/details/0852ef544a4694995fcbef7132477c688ded7d9a?stats=True
39
+
40
+ #### WARC
41
+
42
+ https://github.com/ikreymer/webarchiveplayer
43
+
44
+ https://pypi.org/project/FastWARC/
45
+
46
+
47
+ ### Wikipedia Tum sayfalar
48
+
49
+ https://tr.wikipedia.org/wiki/%C3%96zel:T%C3%BCmSayfalar
50
+
51
+ ### Wikipedia dumps
52
+
53
+ https://dumps.wikimedia.org/trwiki/latest/
TODO.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TODO
2
+
3
+ ## πŸ‘Œ Completed Tasks
4
+ βœ”οΈ something
5
+
6
+ ## πŸ“Œ Tasks
7
+ ### Software Tasks
8
+ - [ ] something
9
+
10
+
11
+ ### AI Tasks
12
+ - [ ] something
13
+
14
+
15
+ ### Analyze Tasks
16
+ - [ ] something
17
+
18
+
19
+ ### Documentation Tasks
20
+ - [ ] something
21
+
22
+
23
+ ## πŸ”¨ Fixed
24
+ βœ” something
25
+
26
+
27
+ ## πŸ—™ Cancellled
28
+ πŸ—™ something(Reason)
29
+
30
+
31
+ ## 🚧 Bugs
32
+ πŸ› something
33
+
34
+
35
+ ## ✨ Ideas
36
+ πŸ’‘ something
requirements.txt ADDED
Binary file (62 Bytes). View file