LICENSE
MANIFEST.in
README.md
pyproject.toml
src/icatcher/__init__.py
src/icatcher/cli.py
src/icatcher/draw.py
src/icatcher/face_detector.py
src/icatcher/models.py
src/icatcher/options.py
src/icatcher/parsers.py
src/icatcher/ui_packaging.py
src/icatcher/video.py
src/icatcher.egg-info/PKG-INFO
src/icatcher.egg-info/SOURCES.txt
src/icatcher.egg-info/dependency_links.txt
src/icatcher.egg-info/entry_points.txt
src/icatcher.egg-info/requires.txt
src/icatcher.egg-info/top_level.txt
src/icatcher/icatcher_app/api/__init__.py
src/icatcher/icatcher_app/api/api.py
src/icatcher/icatcher_app/api/builder.py
src/icatcher/icatcher_app/frontend/build/asset-manifest.json
src/icatcher/icatcher_app/frontend/build/favicon.ico
src/icatcher/icatcher_app/frontend/build/index.html
src/icatcher/icatcher_app/frontend/build/logo192.png
src/icatcher/icatcher_app/frontend/build/logo512.png
src/icatcher/icatcher_app/frontend/build/manifest.json
src/icatcher/icatcher_app/frontend/build/robots.txt
src/icatcher/icatcher_app/frontend/build/static/css/main.da4efd19.css
src/icatcher/icatcher_app/frontend/build/static/css/main.da4efd19.css.map
src/icatcher/icatcher_app/frontend/build/static/js/787.63654d8f.chunk.js
src/icatcher/icatcher_app/frontend/build/static/js/787.63654d8f.chunk.js.map
src/icatcher/icatcher_app/frontend/build/static/js/main.0a3ffe26.js
src/icatcher/icatcher_app/frontend/build/static/js/main.0a3ffe26.js.LICENSE.txt
src/icatcher/icatcher_app/frontend/build/static/js/main.0a3ffe26.js.map
src/icatcher/icatcher_app/frontend/node_modules/flatted/python/flatted.py
src/icatcher/icatcher_app/frontend/node_modules/flatted/python/test.py
tests/test_basic.py
tests/test_face_detector.py
tests/test_gaze_model.py