MANIFEST.in
README.md
setup.py
bestOf/__init__.py
bestOf.egg-info/PKG-INFO
bestOf.egg-info/SOURCES.txt
bestOf.egg-info/dependency_links.txt
bestOf.egg-info/entry_points.txt
bestOf.egg-info/requires.txt
bestOf.egg-info/top_level.txt
bestOf/backend/__init__.py
bestOf/backend/blinkDetector.py
bestOf/backend/classDefinitions.py
bestOf/backend/createBlinkModel.py
bestOf/backend/createCroppedFaceDataset.py
bestOf/backend/createCroppedFaceModel.py
bestOf/backend/createEyeSet.py
bestOf/backend/cropDetector.py
bestOf/backend/identifyPeople.py
bestOf/backend/sampleNonBlinkers.py
bestOf/backend/similarity.py
bestOf/backend/saved_models/__init__.py
bestOf/backend/saved_models/blinkingFaces.pth
bestOf/backend/saved_models/cropped_faces.pth
bestOf/frontend/__init__.py
bestOf/frontend/frontend.py