This project provides a tool to convert any PDF document into a podcast episode! Using Google's Gemini for dialogue generation and OpenAI's text-to-speech models, this tool processes the content of a PDF, generates a natural dialogue suitable for an audio podcast, and outputs it as an MP3 file.
To set up the project, follow these steps:
Clone the repository:
git clone https://github.com/knowsuchagency/pdf-to-podcast.git
cd pdf-to-podcast
Install dependencies:
uv sync
Set up API Key(s):
You'll need an api key for OpenAI which you can either pass through the interface or set as the OPENAI_API_KEY
environment variable.
Run the application:
python main.py
This will launch a Gradio interface in your web browser.
Upload a PDF: Upload the PDF document you want to convert into a podcast.
Enter OpenAI API Key: Provide your OpenAI API key in the designated textbox.
Generate Audio: Click the button to start the conversion process. The output will be an MP3 file containing the podcast dialogue.
This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.