LICENSE
README.md
pyproject.toml
aavaaz/__init__.py
aavaaz/cli.py
aavaaz/saas_server.py
aavaaz/server.py
aavaaz/transcribe.py
aavaaz.egg-info/PKG-INFO
aavaaz.egg-info/SOURCES.txt
aavaaz.egg-info/dependency_links.txt
aavaaz.egg-info/entry_points.txt
aavaaz.egg-info/requires.txt
aavaaz.egg-info/top_level.txt
aavaaz/api/__init__.py
aavaaz/api/auth.py
aavaaz/api/dynamo_store.py
aavaaz/api/metrics.py
aavaaz/api/saas.py
aavaaz/api/search.py
aavaaz/api/storage.py
aavaaz/api/webhooks.py
aavaaz/features/__init__.py
aavaaz/features/acl.py
aavaaz/features/audio_intelligence.py
aavaaz/features/batch_inference.py
aavaaz/features/diarization.py
aavaaz/features/ensemble.py
aavaaz/features/formatting.py
aavaaz/features/metrics.py
aavaaz/features/model_cache.py
aavaaz/features/multichannel.py
aavaaz/features/noise_reduction.py
aavaaz/features/pii_redaction.py
aavaaz/features/plugins.py
aavaaz/features/profanity_filter.py
aavaaz/features/search.py
aavaaz/features/storage.py
aavaaz/features/translation_relay.py
aavaaz/features/utterance.py
aavaaz/features/webhook.py
aavaaz/plugins/__init__.py
aavaaz/plugins/builtins.py
aavaaz/sdks/python/__init__.py
aavaaz/serverless/__init__.py
aavaaz/serverless/lambda_handler.py
aavaaz/serverless/saas_lambda.py
aavaaz/web/__init__.py
tests/test_acl.py
tests/test_auth.py
tests/test_auth_extended.py
tests/test_batch_inference.py
tests/test_core_transcription.py
tests/test_deployment.py
tests/test_diarization.py
tests/test_ensemble.py
tests/test_formatting.py
tests/test_intelligence.py
tests/test_metrics.py
tests/test_model_cache.py
tests/test_multichannel.py
tests/test_noise_reduction.py
tests/test_performance.py
tests/test_pii_redaction.py
tests/test_pipeline.py
tests/test_plugins.py
tests/test_profanity_filter.py
tests/test_rest_api.py
tests/test_sdks.py
tests/test_search.py
tests/test_security.py
tests/test_server.py
tests/test_serverless.py
tests/test_smoke.py
tests/test_storage.py
tests/test_translation_relay.py
tests/test_utterance.py
tests/test_webhooks.py
tests/test_websocket_streaming.py