LICENSE
README.md
setup.py
autodistill/__init__.py
autodistill/cli.py
autodistill/helpers.py
autodistill/models.csv
autodistill/registry.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/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
test/test_hello.py