CoolFace
Apppublic

Masterdqqq/Facial_Expression_Recognition

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
.gitignore172 linesDownload Raw Back to root
1# Compiled source #2###################3*.com4*.class5*.dll6*.exe7*.o8*.so9*.pyc10 11# Packages #12############13# it's better to unpack these files and commit the raw source14# git has its own built in compression methods15*.7z16*.dmg17*.gz18*.iso19*.rar20#*.tar21*.zip22 23# Logs and databases #24######################25*.log26*.sqlite27 28# OS generated files #29######################30.DS_Store31ehthumbs.db32Icon33Thumbs.db34.tmtags35.idea36.vscode37tags38vendor.tags39tmtagsHistory40*.sublime-project41*.sublime-workspace42.bundle43 44# Byte-compiled / optimized / DLL files45__pycache__/46*.py[cod]47*$py.class48 49# C extensions50*.so51 52# Distribution / packaging53.Python54build/55develop-eggs/56dist/57downloads/58eggs/59.eggs/60lib/61lib64/62parts/63sdist/64var/65wheels/66pip-wheel-metadata/67share/python-wheels/68*.egg-info/69.installed.cfg70*.egg71MANIFEST72node_modules/73 74# PyInstaller75#  Usually these files are written by a python script from a template76#  before PyInstaller builds the exe, so as to inject date/other infos into it.77*.manifest78*.spec79 80# Installer logs81pip-log.txt82pip-delete-this-directory.txt83 84# Unit test / coverage reports85htmlcov/86.tox/87.nox/88.coverage89.coverage.*90.cache91nosetests.xml92coverage.xml93*.cover94.hypothesis/95.pytest_cache/96 97# Translations98*.mo99*.pot100 101# Django stuff:102*.log103local_settings.py104db.sqlite3105db.sqlite3-journal106 107# Flask stuff:108instance/109.webassets-cache110 111# Scrapy stuff:112.scrapy113 114# Sphinx documentation115docs/_build/116 117# PyBuilder118target/119 120# Jupyter Notebook121.ipynb_checkpoints122 123# IPython124profile_default/125ipython_config.py126 127# pyenv128.python-version129 130# pipenv131#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.132#   However, in case of collaboration, if having platform-specific dependencies or dependencies133#   having no cross-platform support, pipenv may install dependencies that don't work, or not134#   install all needed dependencies.135#Pipfile.lock136 137# celery beat schedule file138celerybeat-schedule139 140# SageMath parsed files141*.sage.py142 143# Environments144.env145.venv146env/147venv/148ENV/149env.bak/150venv.bak/151 152# Spyder project settings153.spyderproject154.spyproject155 156# Rope project settings157.ropeproject158 159# mkdocs documentation160/site161 162# mypy163.mypy_cache/164.dmypy.json165dmypy.json166 167# Pyre type checker168.pyre/169 170# Custom171*.pth172*.pt