CoolFace
Apppublic

OniiOniiChan/LogisticsDataExtractionValidationSystem

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
.dockerignore54 linesDownload Raw Back to root
1# Git2.git3.gitignore4 5# Python6__pycache__7*.py[cod]8*$py.class9*.so10.Python11venv12.venv13env14.env15 16# IDE17.vscode18.idea19*.swp20*.swo21 22# Testing23.pytest_cache24.coverage25htmlcov26.tox27 28# Documentation29*.md30!README.md31API_DOCUMENTATION.md32CHANGELOG.md33SETUP_GUIDE.md34IMPLEMENTATION_SUMMARY.md35 36# Examples and tests37example_usage.py38test_fix.py39test_imports.py40TODO.md41TODO_PLAN.md42TODO_PROGRESS.md43 44# Frontend (if not needed in container)45# frontend46 47# PDF examples48pdf_examples49 50# Local database51*.db52*.sqlite53 54