LICENSE
README.md
pyproject.toml
singlepipe/__init__.py
singlepipe.egg-info/PKG-INFO
singlepipe.egg-info/SOURCES.txt
singlepipe.egg-info/dependency_links.txt
singlepipe.egg-info/requires.txt
singlepipe.egg-info/top_level.txt
singlepipe/adapters/__init__.py
singlepipe/adapters/hf_adapter.py
singlepipe/model_types/__init__.py
singlepipe/model_types/types.py
singlepipe/schemas/__init__.py
singlepipe/schemas/registry.py
singlepipe/schemas/audio_schemas/__init__.py
singlepipe/schemas/audio_schemas/audio_classification.py
singlepipe/schemas/audio_schemas/speech_to_text.py
singlepipe/schemas/audio_schemas/text_to_audio.py
singlepipe/schemas/audio_schemas/zero_shot_audio_classification.py
singlepipe/schemas/image_schemas/__init__.py
singlepipe/schemas/image_schemas/depth_estimation.py
singlepipe/schemas/image_schemas/image_classification.py
singlepipe/schemas/image_schemas/image_embedding.py
singlepipe/schemas/image_schemas/image_segmentation.py
singlepipe/schemas/image_schemas/keypoint_matching.py
singlepipe/schemas/image_schemas/mask_generation.py
singlepipe/schemas/image_schemas/object_detection.py
singlepipe/schemas/image_schemas/zero_shot_image_classification.py
singlepipe/schemas/image_schemas/zero_shot_object_detection.py
singlepipe/schemas/multimodal_schemas/__init__.py
singlepipe/schemas/multimodal_schemas/document_question_answering.py
singlepipe/schemas/multimodal_schemas/image_text_to_text.py
singlepipe/schemas/multimodal_schemas/table_question_answering.py
singlepipe/schemas/ocr_schemas/__init__.py
singlepipe/schemas/ocr_schemas/ocr.py
singlepipe/schemas/table_schemas/__init__.py
singlepipe/schemas/table_schemas/tabular_classification.py
singlepipe/schemas/table_schemas/tabular_regression.py
singlepipe/schemas/text_schemas/__init__.py
singlepipe/schemas/text_schemas/fill_mask.py
singlepipe/schemas/text_schemas/question_answering.py
singlepipe/schemas/text_schemas/summarization.py
singlepipe/schemas/text_schemas/text2text_generation.py
singlepipe/schemas/text_schemas/text_classification.py
singlepipe/schemas/text_schemas/text_embedding.py
singlepipe/schemas/text_schemas/text_generation.py
singlepipe/schemas/text_schemas/token_classification.py
singlepipe/schemas/text_schemas/translation.py
singlepipe/schemas/text_schemas/zero_shot_text_classification.py
singlepipe/schemas/video_schemas/__init__.py
singlepipe/schemas/video_schemas/video_classification.py