Spaces:
Runtime error
Runtime error
title: Pdf2audio | |
emoji: 📚 | |
colorFrom: yellow | |
colorTo: pink | |
sdk: gradio | |
sdk_version: 4.44.0 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
# PDF to Audio Converter | |
This Gradio app converts PDFs into audio podcasts, lectures, summaries, and more. It uses OpenAI's GPT models for text generation and text-to-speech conversion. | |
## Features | |
- Upload multiple PDF files | |
- Choose from different instruction templates (podcast, lecture, summary, etc.) | |
- Customize text generation and audio models | |
- Select different voices for speakers | |
## How to Use | |
1. Upload one or more PDF files | |
2. Select the desired instruction template | |
3. Customize the instructions if needed | |
4. Click "Generate Audio" to create your audio content | |
## Note | |
This app requires an OpenAI API key to function. | |
## Credits | |
Based on ```https://github.com/knowsuchagency/pdf-to-podcast```. |