.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
mkdocs.yml
pyproject.toml
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/pull_request_template.md
.github/setup.sh
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/package.yaml
.github/workflows/release.yaml
.github/workflows/sync_hf_space.yaml
.github/workflows/tests.yaml
demo/app.py
demo/download_models.py
demo/requirements.txt
demo/run.sh
docs/api.md
docs/cli.md
docs/customization.md
docs/future-features-contributions.md
docs/getting-started.md
docs/index.md
docs/step-by-step-guide.md
docs/assets/custom.css
docs/images/Blueprints-logo.png
docs/images/document-to-podcast-diagram.png
example_data/Mozilla-Trustworthy_AI.docx
example_data/Mozilla-Trustworthy_AI.md
example_data/Mozilla-Trustworthy_AI.pdf
example_data/config.yaml
example_data/introducing-mozilla-ai-investing-in-trustworthy-ai.html
images/Blueprints-logo.png
images/document-to-podcast-diagram.png
src/document_to_podcast/__init__.py
src/document_to_podcast/cli.py
src/document_to_podcast/config.py
src/document_to_podcast/utils.py
src/document_to_podcast.egg-info/PKG-INFO
src/document_to_podcast.egg-info/SOURCES.txt
src/document_to_podcast.egg-info/dependency_links.txt
src/document_to_podcast.egg-info/entry_points.txt
src/document_to_podcast.egg-info/requires.txt
src/document_to_podcast.egg-info/top_level.txt
src/document_to_podcast/inference/__init__.py
src/document_to_podcast/inference/model_loaders.py
src/document_to_podcast/inference/text_to_speech.py
src/document_to_podcast/inference/text_to_text.py
src/document_to_podcast/preprocessing/__init__.py
src/document_to_podcast/preprocessing/data_cleaners.py
src/document_to_podcast/preprocessing/data_loaders.py
tests/conftest.py
tests/e2e/test_document_to_podcast.py
tests/integration/test_data_load_and_clean.py
tests/integration/test_url_input.py
tests/unit/inference/test_model_loaders.py
tests/unit/inference/test_text_to_speech.py
tests/unit/inference/test_text_to_text.py
tests/unit/preprocessing/test_data_cleaners.py
tests/unit/preprocessing/test_data_loaders.py