├── LICENSE ├── README.md ├── requirements.txt └── translate_livestream.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonathanFly/faster-whisper-livestream-translator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonathanFly/faster-whisper-livestream-translator/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonathanFly/faster-whisper-livestream-translator/HEAD/requirements.txt -------------------------------------------------------------------------------- /translate_livestream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonathanFly/faster-whisper-livestream-translator/HEAD/translate_livestream.py --------------------------------------------------------------------------------