https://github.com/lnus/yt-ja-captions
this does stuff with youtube captions
https://github.com/lnus/yt-ja-captions
Last synced: about 1 year ago
JSON representation
this does stuff with youtube captions
- Host: GitHub
- URL: https://github.com/lnus/yt-ja-captions
- Owner: lnus
- Created: 2024-12-08T12:30:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:57:20.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:39:47.415Z (over 1 year ago)
- Language: Python
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Caption Tagger
Caption processing and tagging for YouTube videos with Japanese captions.
## TO-DO
- [x] Get video metadata and captions
- [x] Extract captions and model to a structure
- [x] Segment the Japanese text
- [x] Compute frequency of words
- [x] Compare kanji against 常用漢字 (Jōyō kanji)
- [ ] Visualize frequency graph
- [ ] Visualize other interesting data
- [ ] Rank words/kanji based on JLPT level (maybe, data is kinda *meh* to find)
- [ ] Rank entire video captions based on frequency and difficulty
- [ ] Store the output in a reasonable way
- [ ] Decide if to make this a package or add a REST API