Nick021402 commited on
Commit
a2b6e1c
Β·
verified Β·
1 Parent(s): bb8f65a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -10,4 +10,34 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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!