dwarkesh commited on
Commit
b6c4100
·
1 Parent(s): 55e1fc0
Files changed (1) hide show
  1. README.md +10 -32
README.md CHANGED
@@ -1,32 +1,10 @@
1
- # Podcast Content Generator
2
-
3
- A Gradio app that helps podcast producers generate preview clips, timestamps, descriptions, and more from podcast transcripts or YouTube videos.
4
-
5
- ## Features
6
-
7
- - Generate preview clips suggestions
8
- - Create Twitter/social media clips
9
- - Generate episode descriptions
10
- - Create timestamps
11
- - Get title and thumbnail suggestions
12
- - Support for YouTube URLs or raw transcript text
13
- - Customizable prompts for each type of content
14
-
15
- ## Usage
16
-
17
- 1. Paste a YouTube URL or transcript text into the input box
18
- 2. Click "Generate Content" to process
19
- 3. Get generated content in various formats
20
- 4. Optionally customize the prompts used for generation
21
-
22
- ## Environment Variables
23
-
24
- The app requires the following environment variable:
25
- - `ANTHROPIC_API_KEY`: Your Anthropic API key for Claude
26
-
27
- ## Credits
28
-
29
- Built with:
30
- - Gradio
31
- - Claude AI (Anthropic)
32
- - YouTube Transcript API
 
1
+ ---
2
+ title: YouTube Video Assistant
3
+ emoji: 🎥
4
+ colorFrom: red
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 5.0.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---