CoolFace
Apppublic

tae3lee/VisionVelocity

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
.gitignore93 linesDownload Raw Back to root
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7build/8develop-eggs/9dist/10downloads/11eggs/12.eggs/13lib/14lib64/15parts/16sdist/17var/18wheels/19*.egg-info/20.installed.cfg21*.egg22 23# Virtual Environment24venv/25ENV/26env/27.venv28 29# IDE30.vscode/31.idea/32*.swp33*.swo34*~35.DS_Store36 37# Streamlit38.streamlit/39.streamlit/secrets.toml40 41# Temporary files42*.tmp43*.temp44*.bak45 46# Video and media files (large)47*.mp448*.avi49*.mov50*.mkv51*.flv52*.wmv53 54# Data files55*.csv56*.xlsx57*.xls58 59# Uploads folder60uploads/61temp/62tmp/63 64# OS65.DS_Store66Thumbs.db67 68# Logs69*.log70*.pot71 72# Unit test / coverage reports73htmlcov/74.tox/75.coverage76.coverage.*77.cache78nosetests.xml79coverage.xml80*.cover81.hypothesis/82.pytest_cache/83 84# Jupyter Notebook85.ipynb_checkpoints86 87# pyenv88.python-version89 90# Environment variables91.env92.env.local93