This is an open-source project designed to make bilingual video content more accessible.
- Generates English subtitles from videos using the Faster Whisper base model.
- Multithreaded Processing: Processes multiple videos simultaneously for fast subtitle generation and translation.
- Automatic Translation:
• Choose between Google Translate or OpenAI for subtitle translation to any target language.
• Multithreaded translation ensures quick and efficient results.
This project is designed to help international students better understand educational content by reducing language barriers.
By providing bilingual subtitles, it ensures that students can follow along more effectively in their native language, enhancing learning and comprehension.
sudo rm -rf dist build
bash icon_maker.sh translate.svg
sudo pyinstaller main.spec src/main.py
Currently only supports build on Apple M series architecture platform
- Optimize code structure
- Internationalize desc
- Add target language select option
- Multiple platform support