.gitignore
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
mkdocs.yml
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/question.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/welcome.yml
autodistill/__init__.py
autodistill/cli.py
autodistill/helpers.py
autodistill/models.csv
autodistill/registry.py
autodistill/utils.py
autodistill.egg-info/PKG-INFO
autodistill.egg-info/SOURCES.txt
autodistill.egg-info/dependency_links.txt
autodistill.egg-info/entry_points.txt
autodistill.egg-info/requires.txt
autodistill.egg-info/top_level.txt
autodistill/classification/__init__.py
autodistill/classification/classification_base_model.py
autodistill/classification/classification_target_model.py
autodistill/core/__init__.py
autodistill/core/base_model.py
autodistill/core/composed_detection_model.py
autodistill/core/embedding_model.py
autodistill/core/embedding_ontology.py
autodistill/core/ontology.py
autodistill/core/target_model.py
autodistill/detection/__init__.py
autodistill/detection/caption_ontology.py
autodistill/detection/detection_base_model.py
autodistill/detection/detection_ontology.py
autodistill/detection/detection_target_model.py
automation/README.md
automation/generate-model-matrix.js
automation/models.csv
automation/package-lock.json
automation/package.json
custom_theme/404.html
docs/CNAME
docs/changelog.md
docs/contributing.md
docs/index.md
docs/base_models/clip.md
docs/base_models/detic.md
docs/base_models/fastsam.md
docs/base_models/groundedsam.md
docs/base_models/grounding-dino.md
docs/base_models/owlvit.md
docs/base_models/sam-clip.md
docs/base_models/seggpt.md
docs/javascript/init_kapa_widget.js
docs/target_models/detr.md
docs/target_models/dinov2.md
docs/target_models/vit.md
docs/target_models/yolo-nas.md
docs/target_models/yolov5.md
docs/target_models/yolov8-instance-segmentation.md
docs/target_models/yolov8.md
test/test_hello.py
test/test_load_image.py
test/data/dog.jpeg