Skip to content

This project automatically creates English subtitles files for Japanese video files. This uses Faster Whisper AI to transcribe the japanese audio to text. Then Helsinki-NLP/opus-mt-ja-en AI (from Hugging Face) to translate that text to english.

Notifications You must be signed in to change notification settings

drohack/AutoSubVideos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built to .exe

pyinstaller --onefile --hidden-import=pytorch --collect-data torch --recursive-copy-metadata torch --recursive-copy-metadata tqdm --recursive-copy-metadata sacremoses --recursive-copy-metadata tokenizers --recursive-copy-metadata importlib_metadata --recursive-copy-metadata transformers --recursive-copy-metadata sentencepiece --recursive-copy-metadata regex main.py

About

This project automatically creates English subtitles files for Japanese video files. This uses Faster Whisper AI to transcribe the japanese audio to text. Then Helsinki-NLP/opus-mt-ja-en AI (from Hugging Face) to translate that text to english.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages