Skip to main content

No project description provided

Project description

Docs Tests Ruff

Project logo

Document-to-podcast: a Blueprint by Mozilla.ai for generating podcasts from documents using local AI

This blueprint demonstrate how you can use open-source models & tools to convert input documents into a podcast featuring two speakers. It is designed to work on most local setups or with GitHub Codespaces, meaning no external API calls or GPU access is required. This makes it more accessible and privacy-friendly by keeping everything local.

👉 📖 For more detailed guidance on using this project, please visit our Docs here.

Built with

  • Python 3.10+ (use Python 3.12 for Apple M1/2/3 chips)
  • Llama-cpp (text-to-text, i.e script generation)
  • OuteAI (text-to-speech, i.e audio generation)
  • Streamlit (UI demo)

Quick-start

Get started with Document-to-Podcast using one of the two options below: GitHub Codespaces for a hassle-free setup or Local Installation for running on your own machine.


Option 1: GitHub Codespaces

The fastest way to get started. Click the button below to launch the project directly in GitHub Codespaces:

Open in GitHub Codespaces

Once the Codespaces environment launches, inside the terminal, start the Streamlit demo by running:

python -m streamlit run demo/app.py

Option 2: Local Installation

  1. Clone the Repository Inside the Codespaces terminal, run:

    git clone https://github.com/mozilla-ai/document-to-podcast.git
    cd document-to-podcast
    
  2. Install Dependencies Inside the terminal, run:

    pip install -e .
    
  3. Run the Demo Inside the terminal, start the Streamlit demo by running:

    python -m streamlit run demo/app.py
    

NOTE: The first time you run the demo app it might take a while to generate the script or the audio because it will download the models to the machine which are a few GBs in size.

How it Works

  1. Document Input Start by either:

    • Uploading a document in a supported format (e.g., PDF, .txt, or .docx)
    • Entering a website URL to fetch content directly
  2. Document Pre-Processing The input is processed to extract and clean the text. This involves:

    • Extracting readable text from the document or webpage
    • Removing noise such as URLs, email addresses, and special characters to ensure the text is clean and structured
  3. Script Generation The cleaned text is passed to a language model to generate a podcast transcript in the form of a conversation between two speakers.

    • Model Loading: The system selects and loads a pre-trained LLM optimized for running locally, using the llama_cpp library. This enables the model to run efficiently on CPUs, making them more accessible and suitable for local setups.
    • Customizable Prompt: A user-defined "system prompt" guides the LLM in shaping the conversation, specifying tone, content, speaker interaction, and format.
    • Output Transcript: The model generates a podcast script in structured format, with each speaker's dialogue clearly labeled. Example output:
      {
          "Speaker 1": "Welcome to the podcast on AI advancements.",
          "Speaker 2": "Thank you! So what's new this week for the latest AI trends?",
          "Speaker 1": "Where should I start.. Lots has been happening!",
          ...
      }
      

    This step ensures that the podcast script is engaging, relevant, and ready for audio conversion.

  4. Audio Generation

  • The generated transcript is converted into audio using a Text-to-Speech (TTS) model.
  • Each speaker is assigned a distinct voice.
    • The final output is saved as an audio file in formats like MP3 or WAV.

Models

The architecture of this codebase focuses on modularity and adaptability, meaning it shouldn't be too difficult to swap frameworks to use your own suite of models. We have selected fully open source models that are very memory efficient and can run on a laptop CPU with less than 10GB RAM requirements.

text-to-text

We are using the llama.cpp library, which supports open source models optimized for local inference and minimal hardware requirements. The default text-to-text model in this repo is the open source OLMoE-7B-Instruct from AllenAI.

For the complete list of models supported out-of-the-box, visit this link.

text-to-speech

We support models from the OuteAI package. The default text-to-speech model in this repo is OuteTTS-0.2-500M. Note that the 0.1-350M version has a CC-By-4.0 (permissive) license, whereas the newer / better 0.2-500M version has a CC-By-NC-4.0 (non-commercial) license. For a complete list of models visit Oute HF (only the GGUF versions).

In this repo you can see examples of using different TTS models with minimal code changes.

Pre-requisites

  • System requirements:

    • OS: Windows, macOS, or Linux
    • Python 3.10>, <3.12
    • Minimum RAM: 10 GB
    • Disk space: 32 GB minimum
  • Dependencies:

    • Dependencies listed in pyproject.toml

Troubleshooting

When starting up the codespace, I get the message Oh no, it looks like you are offline!

If you are on Firefox and have Enhanced Tracking Protection On, try turning it Off for the codespace webpage.

During the installation of the package, it fails with ERROR: Failed building wheel for llama-cpp-python

You are probably missing the GNU Make package. A quick way to solve it is run on your terminal sudo apt install build-essential

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for details.

Contributing

Contributions are welcome! To get started, you can check out the CONTRIBUTING.md file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

document_to_podcast-1.2.0.tar.gz (2.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

document_to_podcast-1.2.0-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file document_to_podcast-1.2.0.tar.gz.

File metadata

  • Download URL: document_to_podcast-1.2.0.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for document_to_podcast-1.2.0.tar.gz
Algorithm Hash digest
SHA256 0f805f71c071e5a21fe38ec7c9de5a16ea566b731e2dfd8b44bf169b57fcaecb
MD5 5d5f03c49eb5c160d955b8f2ef4f81bf
BLAKE2b-256 1bd4094b7added77346a08dfe27f74aca224e5a905d3f8279907f754a5f7ce2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for document_to_podcast-1.2.0.tar.gz:

Publisher: release.yaml on mozilla-ai/document-to-podcast

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file document_to_podcast-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for document_to_podcast-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 660e0d74c3ef961db53d1d7ea22125bc8ff3c2d026d70207eee0feaf1ccc1b4c
MD5 e41af1aff7f09d7027d869f6b230dac0
BLAKE2b-256 ee359ebc4594f3bd057aaa5e76f1bbb56045cde548fa6e0d8babdbecddac29ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for document_to_podcast-1.2.0-py3-none-any.whl:

Publisher: release.yaml on mozilla-ai/document-to-podcast

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page