CoolFace
Apppublic

wldmr/transcriptifier-st-hf7

sourceHugging Facecc-by-nc-3.0updated 3y agoView on Hugging Face
0likes
.gitignore132 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5secret*6 7# C extensions8*.so9 10# Distribution / packaging11.streamlit12.Python13build/14develop-eggs/15dist/16downloads/17eggs/18.eggs/19lib/20lib64/21parts/22sdist/23var/24wheels/25pip-wheel-metadata/26share/python-wheels/27*.egg-info/28.installed.cfg29*.egg30MANIFEST31 32# PyInstaller33#  Usually these files are written by a python script from a template34#  before PyInstaller builds the exe, so as to inject date/other infos into it.35*.manifest36*.spec37 38# Installer logs39pip-log.txt40pip-delete-this-directory.txt41 42# Unit test / coverage reports43htmlcov/44.tox/45.nox/46.coverage47.coverage.*48.cache49nosetests.xml50coverage.xml51*.cover52*.py,cover53.hypothesis/54.pytest_cache/55 56# Translations57*.mo58*.pot59 60# Django stuff:61*.log62local_settings.py63db.sqlite364db.sqlite3-journal65 66# Flask stuff:67instance/68.webassets-cache69 70# Scrapy stuff:71.scrapy72 73# Sphinx documentation74docs/_build/75 76# PyBuilder77target/78 79# Jupyter Notebook80.ipynb_checkpoints81 82# IPython83profile_default/84ipython_config.py85 86# pyenv87.python-version88 89# pipenv90#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.91#   However, in case of collaboration, if having platform-specific dependencies or dependencies92#   having no cross-platform support, pipenv may install dependencies that don't work, or not93#   install all needed dependencies.94#Pipfile.lock95 96# PEP 582; used by e.g. github.com/David-OConnor/pyflow97__pypackages__/98 99# Celery stuff100celerybeat-schedule101celerybeat.pid102 103# SageMath parsed files104*.sage.py105 106# Environments107.env108.venv109env/110venv/111ENV/112env.bak/113venv.bak/114 115# Spyder project settings116.spyderproject117.spyproject118 119# Rope project settings120.ropeproject121 122# mkdocs documentation123/site124 125# mypy126.mypy_cache/127.dmypy.json128dmypy.json129 130# Pyre type checker131.pyre/132