mjbuehler commited on
Commit
837f1a1
1 Parent(s): fa7d604

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -10,4 +10,28 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # PDF to Audio Converter
14
+
15
+ 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.
16
+
17
+ ## Features
18
+
19
+ - Upload multiple PDF files
20
+ - Choose from different instruction templates (podcast, lecture, summary, etc.)
21
+ - Customize text generation and audio models
22
+ - Select different voices for speakers
23
+
24
+ ## How to Use
25
+
26
+ 1. Upload one or more PDF files
27
+ 2. Select the desired instruction template
28
+ 3. Customize the instructions if needed
29
+ 4. Click "Generate Audio" to create your audio content
30
+
31
+ ## Note
32
+
33
+ This app requires an OpenAI API key to function.
34
+
35
+ ## Credits
36
+
37
+ Based on ```\url{https://github.com/knowsuchagency/pdf-to-podcast}```.