LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
label_sleuth/__init__.py
label_sleuth/app.py
label_sleuth/app_utils.py
label_sleuth/authentication.py
label_sleuth/config.json
label_sleuth/config.py
label_sleuth/definitions.py
label_sleuth/start_label_sleuth.py
label_sleuth/test_app.py
label_sleuth.egg-info/PKG-INFO
label_sleuth.egg-info/SOURCES.txt
label_sleuth.egg-info/dependency_links.txt
label_sleuth.egg-info/requires.txt
label_sleuth.egg-info/top_level.txt
label_sleuth/active_learning/__init__.py
label_sleuth/active_learning/test_strategies.py
label_sleuth/active_learning/core/__init__.py
label_sleuth/active_learning/core/active_learning_api.py
label_sleuth/active_learning/core/active_learning_factory.py
label_sleuth/active_learning/core/catalog.py
label_sleuth/active_learning/strategies/__init__.py
label_sleuth/active_learning/strategies/hard_example_mining.py
label_sleuth/active_learning/strategies/hybrid_learner.py
label_sleuth/active_learning/strategies/random_sampling.py
label_sleuth/active_learning/strategies/retrospective.py
label_sleuth/analysis_utils/__init__.py
label_sleuth/analysis_utils/analyze_tokens.py
label_sleuth/analysis_utils/labeling_reports.py
label_sleuth/build/asset-manifest.json
label_sleuth/build/favicon.ico
label_sleuth/build/index.html
label_sleuth/build/logo192.png
label_sleuth/build/logo512.png
label_sleuth/build/manifest.json
label_sleuth/build/robots.txt
label_sleuth/build/sleuth.ico
label_sleuth/build/static/css/main.9aca4ad4.css
label_sleuth/build/static/css/main.9aca4ad4.css.map
label_sleuth/build/static/js/787.b6be7af4.chunk.js
label_sleuth/build/static/js/787.b6be7af4.chunk.js.map
label_sleuth/build/static/js/main.905434ee.js
label_sleuth/build/static/js/main.905434ee.js.LICENSE.txt
label_sleuth/build/static/js/main.905434ee.js.map
label_sleuth/build/static/media/add_icon.8f9f94bcd72a52947a340fc8bfe32f4e.svg
label_sleuth/build/static/media/change_catalog.fa3938b2a0de5137c5bfdbd7b08c61ef.svg
label_sleuth/build/static/media/check.7c04ae8f5189ff6f7c9404b2fa35f291.svg
label_sleuth/build/static/media/check.aa5e55ae45db536925682bdf75ae2ee1.svg
label_sleuth/build/static/media/checking.4dda843d8154ad69ebda0def79f3b9af.svg
label_sleuth/build/static/media/cross.705dfd7423c68f702efd6d25d5c123a9.svg
label_sleuth/build/static/media/cross.bf0cfcd8af0014d13c4774999f31d494.svg
label_sleuth/build/static/media/crossing.47ca93b55efdda2d937989ee0f29b8ad.svg
label_sleuth/build/static/media/doc_left.196533e4237d2f1382249913f8ed677f.svg
label_sleuth/build/static/media/doc_right.f466014ff5a948a17996989a951639f6.svg
label_sleuth/build/static/media/document--add.f4433af25da2ae54498378ad1ce04a82.svg
label_sleuth/build/static/media/help.c01b43db00f4be73de2fafc593df4e5c.svg
label_sleuth/build/static/media/logout.40a33d88f45a4620472467132298952f.svg
label_sleuth/build/static/media/pos_predictions.e049ff9cb29768aa0211f694e482a560.svg
label_sleuth/build/static/media/query-queue.9e44b43d8db790bebb2879fbe521f95e.svg
label_sleuth/build/static/media/right_icon.f44a099f308c75c4636ea0714d0a6c0e.svg
label_sleuth/build/static/media/search.fbd16cd146ca7d5fe1b67d25ceb4f3fc.svg
label_sleuth/build/static/media/sleuth_logo_white.671a4f96bffb3ce1e5a14d25da23241c.svg
label_sleuth/build/static/media/stage_1.d6a04fa900e53db87fe3.webp
label_sleuth/build/static/media/stage_2.cdc7c6b1b18922939458.webp
label_sleuth/build/static/media/stage_3.695cc5388a41aad399f9.webp
label_sleuth/build/static/media/stage_4.8f1ca15c9a82e2045196.webp
label_sleuth/build/static/media/stage_5.727b728cbb7516bd7cc9.webp
label_sleuth/build/static/media/stage_6.bc10fb951c48129bf051.webp
label_sleuth/build/static/media/stage_7.8c57d3cb8afa2ed092a2.webp
label_sleuth/build/static/media/tag--edit.6f3a91a8a4d971b2afd591d3fd37b7ae.svg
label_sleuth/configurations/__init__.py
label_sleuth/configurations/users.py
label_sleuth/data_access/__init__.py
label_sleuth/data_access/data_access_api.py
label_sleuth/data_access/label_import_utils.py
label_sleuth/data_access/test_file_based_data_access.py
label_sleuth/data_access/core/__init__.py
label_sleuth/data_access/core/data_structs.py
label_sleuth/data_access/file_based/__init__.py
label_sleuth/data_access/file_based/file_based_data_access.py
label_sleuth/data_access/file_based/utils.py
label_sleuth/data_access/processors/__init__.py
label_sleuth/data_access/processors/csv_processor.py
label_sleuth/data_access/processors/data_processor_api.py
label_sleuth/data_access/processors/test_csv_processor.py
label_sleuth/models/__init__.py
label_sleuth/models/ensemble.py
label_sleuth/models/hf_transformers.py
label_sleuth/models/naive_bayes.py
label_sleuth/models/random_model.py
label_sleuth/models/svm.py
label_sleuth/models/test_ensemble_model.py
label_sleuth/models/core/__init__.py
label_sleuth/models/core/catalog.py
label_sleuth/models/core/languages.py
label_sleuth/models/core/model_api.py
label_sleuth/models/core/model_policies.py
label_sleuth/models/core/model_type.py
label_sleuth/models/core/models_background_jobs_manager.py
label_sleuth/models/core/models_factory.py
label_sleuth/models/core/prediction.py
label_sleuth/models/core/test_model_api.py
label_sleuth/models/core/test_models_background_jobs_manager.py
label_sleuth/models/core/tools.py
label_sleuth/models/policy/__init__.py
label_sleuth/models/policy/model_changing_policy.py
label_sleuth/models/policy/model_policy.py
label_sleuth/models/policy/static_model_policy.py
label_sleuth/models/util/LRUCache.py
label_sleuth/models/util/__init__.py
label_sleuth/models/util/disk_cache.py
label_sleuth/models/util/test_disk_cache.py
label_sleuth/orchestrator/__init__.py
label_sleuth/orchestrator/orchestrator_api.py
label_sleuth/orchestrator/test_orchestrator_api.py
label_sleuth/orchestrator/utils.py
label_sleuth/orchestrator/core/__init__.py
label_sleuth/orchestrator/core/state_api/__init__.py
label_sleuth/orchestrator/core/state_api/orchestrator_state_api.py
label_sleuth/orchestrator/core/state_api/test_orchestrator_state_api.py
label_sleuth/training_set_selector/__init__.py
label_sleuth/training_set_selector/train_set_selector_api.py
label_sleuth/training_set_selector/train_set_selectors.py
label_sleuth/training_set_selector/training_set_selector_factory.py