Spaces:
Sleeping
Sleeping
younes21000
commited on
Commit
•
976b7aa
1
Parent(s):
9d51018
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,58 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: DAI_Project
|
3 |
+
emoji: 🎬
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.3.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Video Subtitle Generator with Translation
|
14 |
+
|
15 |
+
This application allows you to generate subtitles from video files or YouTube links, translate them into multiple languages, and export them in various formats.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- Video transcription using OpenAI's Whisper
|
20 |
+
- Support for multiple languages
|
21 |
+
- Translation capabilities using M2M100
|
22 |
+
- Multiple output formats:
|
23 |
+
- SRT subtitles
|
24 |
+
- Hardsubbed videos
|
25 |
+
- Word documents
|
26 |
+
- PDF files
|
27 |
+
- PowerPoint presentations
|
28 |
+
- YouTube video support
|
29 |
+
|
30 |
+
## Usage
|
31 |
+
|
32 |
+
1. Upload a video file or provide a YouTube URL
|
33 |
+
2. Select the original video language
|
34 |
+
3. Choose your desired translation language
|
35 |
+
4. Pick an output format
|
36 |
+
5. Click "Submit" and wait for processing
|
37 |
+
|
38 |
+
## Supported Languages
|
39 |
+
|
40 |
+
- English (en)
|
41 |
+
- Persian/Farsi (fa)
|
42 |
+
- Spanish (es)
|
43 |
+
- German (de)
|
44 |
+
- French (fr)
|
45 |
+
- Italian (it)
|
46 |
+
- Portuguese (pt)
|
47 |
+
- Arabic (ar)
|
48 |
+
- Chinese (zh)
|
49 |
+
- Hindi (hi)
|
50 |
+
- Japanese (ja)
|
51 |
+
- Korean (ko)
|
52 |
+
- Russian (ru)
|
53 |
+
|
54 |
+
## Notes
|
55 |
+
|
56 |
+
- Maximum video size: 1GB
|
57 |
+
- Processing time depends on video length and selected options
|
58 |
+
- Internet connection required for YouTube videos and translations
|