Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,34 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π Multilingual Subtitle Generator
|
| 14 |
+
|
| 15 |
+
A simple and powerful tool that lets you generate subtitles from videos or YouTube links β supporting **any language** and optional **translation**!
|
| 16 |
+
|
| 17 |
+
## π§ Features
|
| 18 |
+
|
| 19 |
+
- π₯ Upload video or paste YouTube link
|
| 20 |
+
- π§ Choose between two ASR models:
|
| 21 |
+
- **Kotani Whisper Small**: Fast & supports 99+ languages
|
| 22 |
+
- **Khaiii Wav2Vec2**: Best-in-class accuracy for Korean speech
|
| 23 |
+
- π Auto-detects source language
|
| 24 |
+
- π Optionally translate subtitles to any language (e.g., English, Spanish, Japanese)
|
| 25 |
+
- π Generates `.srt` subtitle file for download
|
| 26 |
+
|
| 27 |
+
## π§ͺ Use Cases
|
| 28 |
+
|
| 29 |
+
- Create subtitles for vlogs, lectures, interviews
|
| 30 |
+
- Translate content into English or other languages
|
| 31 |
+
- Improve accessibility of videos
|
| 32 |
+
|
| 33 |
+
## π Built With
|
| 34 |
+
|
| 35 |
+
- [OpenAI Whisper](https://github.com/openai/whisper )
|
| 36 |
+
- [Hugging Face Transformers](https://huggingface.co/ )
|
| 37 |
+
- [Gradio UI](https://www.gradio.app/ )
|
| 38 |
+
- [Whisper Tokenizer](https://github.com/openai/whisper )
|
| 39 |
+
- [Helsinki-NLP Translation Models](https://huggingface.co/Helsinki-NLP )
|
| 40 |
+
|
| 41 |
+
## π Powered by Hugging Face Spaces
|
| 42 |
+
|
| 43 |
+
Fully open-source and ready to use!
|