Skip to content

Getting Started

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 your terminal, run:

git clone https://github.com/mozilla-ai/document-to-podcast.git
cd document-to-podcast
  1. Install Dependencies

Inside your terminal, run:

pip install -e .
  1. Run the Demo

Inside your terminal, start the Streamlit demo by running:

python -m streamlit run demo/app.py