OOPPEENN commited on
Commit
2d74c18
Β·
verified Β·
1 Parent(s): 283d1a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,8 +1,14 @@
1
  ---
2
  license: gpl-3.0
3
  ---
4
- beta version
5
 
6
- crawl progress: ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32% 70969/219533
7
-
8
- pipeline: Manual cleaning -> mel band roformer(whole audio) -> parsec subtitle & cut audio -> separate L R channels-> anime-whisper(AVERAGE(L,R) audio clips) -> create index
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
  ---
4
+ crawl progress: 57% 121249/213330
5
 
6
+ pipeline:
7
+ 1. Manual cleaning, The following situations will be discarded:
8
+ - no Chinese subtitles
9
+ - timestamps of each sentence in the subtitles are connected at the end
10
+ - timestamps are not aligned
11
+ 2. [mel band roformer](https://github.com/KimberleyJensen/Mel-Band-Roformer-Vocal-Model) remove SE, BGM, saliva sound, etc.
12
+ 3. parsec subtitle & cut audio
13
+ 4. Split the left and right channels and use [anime-whisper](https://huggingface.co/litagin/anime-whisper) to identify the loudest channel(beta version, maybe there is a better way)
14
+ 5. create index