readme
Browse files
README.md
CHANGED
@@ -1,32 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
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 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|