LICENSE
README.md
pyproject.toml
setup.py
src/supercontrast/__init__.py
src/supercontrast/client.py
src/supercontrast.egg-info/PKG-INFO
src/supercontrast.egg-info/SOURCES.txt
src/supercontrast.egg-info/dependency_links.txt
src/supercontrast.egg-info/requires.txt
src/supercontrast.egg-info/top_level.txt
src/supercontrast/metrics/__init__.py
src/supercontrast/metrics/metrics_calculator.py
src/supercontrast/metrics/metrics_enum.py
src/supercontrast/metrics/metrics_factory.py
src/supercontrast/metrics/metrics_handler.py
src/supercontrast/metrics/metrics_response.py
src/supercontrast/metrics/calculators/__init__.py
src/supercontrast/metrics/calculators/bleu_calculator.py
src/supercontrast/metrics/calculators/character_calculator.py
src/supercontrast/metrics/calculators/chrf_calculator.py
src/supercontrast/metrics/calculators/meteor_calculator.py
src/supercontrast/metrics/calculators/word_calculator.py
src/supercontrast/metrics/decorators/__init__.py
src/supercontrast/metrics/decorators/track_cost.py
src/supercontrast/metrics/decorators/track_latency.py
src/supercontrast/optimizer/__init__.py
src/supercontrast/optimizer/optimizer_enum.py
src/supercontrast/optimizer/optimizer_factory.py
src/supercontrast/optimizer/optimizer_handler.py
src/supercontrast/optimizer/handlers/__init__.py
src/supercontrast/optimizer/handlers/mock.py
src/supercontrast/provider/__init__.py
src/supercontrast/provider/provider_enum.py
src/supercontrast/provider/provider_factory.py
src/supercontrast/provider/provider_handler.py
src/supercontrast/provider/handlers/__init__.py
src/supercontrast/provider/handlers/anthropic_handler.py
src/supercontrast/provider/handlers/api4ai_handler.py
src/supercontrast/provider/handlers/aws_handler.py
src/supercontrast/provider/handlers/azure_handler.py
src/supercontrast/provider/handlers/clarifai_handler.py
src/supercontrast/provider/handlers/gcp_handler.py
src/supercontrast/provider/handlers/modern_mt_handler.py
src/supercontrast/provider/handlers/openai_handler.py
src/supercontrast/provider/handlers/sentisight_handler.py
src/supercontrast/task/__init__.py
src/supercontrast/task/task_enum.py
src/supercontrast/task/task_factory.py
src/supercontrast/task/task_handler.py
src/supercontrast/task/task_metadata.py
src/supercontrast/task/types/__init__.py
src/supercontrast/task/types/ocr_types.py
src/supercontrast/task/types/sentiment_analysis_types.py
src/supercontrast/task/types/transcription_types.py
src/supercontrast/task/types/translation_types.py
src/supercontrast/utils/__init__.py
src/supercontrast/utils/audio.py
src/supercontrast/utils/image.py
src/supercontrast/utils/text.py
tests/test_misc.py
tests/test_ocr.py
tests/test_sentiment_analysis.py
tests/test_transcription.py
tests/test_translate.py
tests/test_utils.py