.cookiecutter.yaml
.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Justfile
LICENSE
README.md
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
cdp_backend/__init__.py
cdp_backend/py.typed
cdp_backend.egg-info/PKG-INFO
cdp_backend.egg-info/SOURCES.txt
cdp_backend.egg-info/dependency_links.txt
cdp_backend.egg-info/entry_points.txt
cdp_backend.egg-info/not-zip-safe
cdp_backend.egg-info/requires.txt
cdp_backend.egg-info/top_level.txt
cdp_backend/annotation/__init__.py
cdp_backend/annotation/speaker_labels.py
cdp_backend/bin/__init__.py
cdp_backend/bin/add_content_hash_to_sessions.py
cdp_backend/bin/clean_cdp_database.py
cdp_backend/bin/clean_cdp_filestore.py
cdp_backend/bin/create_cdp_database_uml.py
cdp_backend/bin/create_cdp_ingestion_models_doc.py
cdp_backend/bin/create_cdp_transcript_model_doc.py
cdp_backend/bin/get_cdp_infrastructure_stack.py
cdp_backend/bin/process_cdp_event_index_chunk.py
cdp_backend/bin/process_special_event.py
cdp_backend/bin/run_cdp_event_gather.py
cdp_backend/bin/run_cdp_event_index_generation.py
cdp_backend/bin/search_cdp_events.py
cdp_backend/bin/store_cdp_metadata_document.py
cdp_backend/database/__init__.py
cdp_backend/database/constants.py
cdp_backend/database/functions.py
cdp_backend/database/models.py
cdp_backend/database/types.py
cdp_backend/database/validators.py
cdp_backend/file_store/__init__.py
cdp_backend/file_store/functions.py
cdp_backend/infrastructure/Justfile
cdp_backend/infrastructure/__init__.py
cdp_backend/infrastructure/cors.json
cdp_backend/infrastructure/dev-cookiecutter-metadata.yaml
cdp_backend/infrastructure/firebase.json
cdp_backend/infrastructure/firestore.rules
cdp_backend/infrastructure/lifecycle-rules.json
cdp_backend/infrastructure/storage.rules
cdp_backend/infrastructure/gcloud-functions/README.md
cdp_backend/infrastructure/gcloud-functions/generate-clip/.gcloudignore
cdp_backend/infrastructure/gcloud-functions/generate-clip/main.py
cdp_backend/infrastructure/gcloud-functions/generate-clip/requirements.txt
cdp_backend/infrastructure/gcloud-functions/generate-clip/test_empty.py
cdp_backend/pipeline/__init__.py
cdp_backend/pipeline/event_gather_pipeline.py
cdp_backend/pipeline/generate_event_index_pipeline.py
cdp_backend/pipeline/ingestion_models.py
cdp_backend/pipeline/mock_get_events.py
cdp_backend/pipeline/pipeline_config.py
cdp_backend/pipeline/process_event_index_chunk_pipeline.py
cdp_backend/pipeline/transcript_model.py
cdp_backend/sr_models/__init__.py
cdp_backend/sr_models/sr_model.py
cdp_backend/sr_models/whisper.py
cdp_backend/tests/__init__.py
cdp_backend/tests/conftest.py
cdp_backend/tests/test_utils.py
cdp_backend/tests/database/__init__.py
cdp_backend/tests/database/test_functions.py
cdp_backend/tests/database/test_models.py
cdp_backend/tests/database/test_validators.py
cdp_backend/tests/file_store/test_functions.py
cdp_backend/tests/pipeline/__init__.py
cdp_backend/tests/pipeline/test_event_gather_pipeline.py
cdp_backend/tests/pipeline/test_event_index_pipeline.py
cdp_backend/tests/pipeline/test_ingestion_models.py
cdp_backend/tests/pipeline/test_pipeline_config.py
cdp_backend/tests/pipeline/test_transcript_model.py
cdp_backend/tests/resources/example-seattle-briefing.wav
cdp_backend/tests/resources/example_audio.wav
cdp_backend/tests/resources/example_video.mkv
cdp_backend/tests/resources/example_video.mp4
cdp_backend/tests/resources/example_video_large.mp4
cdp_backend/tests/resources/example_whisper_output_transcript.json
cdp_backend/tests/resources/expected-seattle-briefing-transcript.json
cdp_backend/tests/resources/expected_1_gram_index.parquet
cdp_backend/tests/resources/fake_creds.json
cdp_backend/tests/resources/generated_transcript_from_brief_080221_2012161.json
cdp_backend/tests/resources/generated_transcript_from_fake_captions.json
cdp_backend/tests/sr_models/__init__.py
cdp_backend/tests/sr_models/test_whisper.py
cdp_backend/tests/utils/__init__.py
cdp_backend/tests/utils/test_file_utils.py
cdp_backend/tests/utils/test_string_utils.py
cdp_backend/utils/__init__.py
cdp_backend/utils/constants_utils.py
cdp_backend/utils/file_utils.py
cdp_backend/utils/string_utils.py
cdp_backend/utils/resources/__init__.py
cdp_backend/utils/resources/content-types-application.csv
cdp_backend/utils/resources/content-types-audio.csv
cdp_backend/utils/resources/content-types-font.csv
cdp_backend/utils/resources/content-types-image.csv
cdp_backend/utils/resources/content-types-message.csv
cdp_backend/utils/resources/content-types-model.csv
cdp_backend/utils/resources/content-types-multipart.csv
cdp_backend/utils/resources/content-types-text.csv
cdp_backend/utils/resources/content-types-video.csv
dev-infrastructure/README.md
dev-infrastructure/dev-cookiecutter-metadata.yaml
docs/conf.py
docs/contributing.rst
docs/database_schema.md
docs/event_gather_pipeline.md
docs/index.rst
docs/ingestion_models.template
docs/installation.rst
docs/transcript_model.template