.flake8
.gitignore
.isort.cfg
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Pipfile
Pipfile.lock
README.md
mypy.ini
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/01-question.md
.github/ISSUE_TEMPLATE/02-bug.md
.github/ISSUE_TEMPLATE/03-install.md
.github/ISSUE_TEMPLATE/04-request.md
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/package-installation.yml
.github/workflows/pypi-publish.yml
auto_labeling_pipeline/__init__.py
auto_labeling_pipeline/label.py
auto_labeling_pipeline/labels.py
auto_labeling_pipeline/mappings.py
auto_labeling_pipeline/menu.py
auto_labeling_pipeline/models.py
auto_labeling_pipeline/pipeline.py
auto_labeling_pipeline/postprocessing.py
auto_labeling_pipeline/request.py
auto_labeling_pipeline.egg-info/PKG-INFO
auto_labeling_pipeline.egg-info/SOURCES.txt
auto_labeling_pipeline.egg-info/dependency_links.txt
auto_labeling_pipeline.egg-info/requires.txt
auto_labeling_pipeline.egg-info/top_level.txt
auto_labeling_pipeline/templates/amazon_comprehend_sentiment.jinja2
auto_labeling_pipeline/templates/gcp_entities.jinja2
tests/__init__.py
tests/conftest.py
tests/test_labels.py
tests/test_mappings.py
tests/test_menu.py
tests/test_models.py
tests/test_pipeline.py
tests/test_postprocessing.py
tests/test_request.py
tests/data/amazon_comprehend_sentiment.json
tests/data/gcp_entities.json
tests/fixtures/cassettes/amazon_comprehend_sentiment.yaml
tests/fixtures/cassettes/gcp_entities.yaml