Update README.md

This commit is contained in:
McCloudS
2024-02-10 18:07:21 -07:00
committed by GitHub
parent 9dec17feaf
commit df8cec3b1e

View File

@@ -2,7 +2,7 @@
<details>
<summary>Updates:</summary>
10 Feb 2024: Added some features from JaiZed's branch such as skipping if SDH subtitles are detected, functions updated to also be able to transcribe audio files, allow individual files to be manually transcribed, and a better implementation of forceLanguage. Added /batch endpoint (Thanks JaiZed). Allows you to navigate in a browser to http://subgen_ip:8090/docs and call the batch endpoint which can take a file or a folder to manually transcribe files. Added CLEAR_VRAM_ON_COMPLETE, HF_TRANSFORMERS, HF_BATCH_SIZE. Hugging Face Transformers boast '9x increase', but I have been unable to test them at this point. As of now, the Hugging Face Models will be re-downloaded on container restart, there is currently no function to set a save/download directory.
10 Feb 2024: Added some features from JaiZed's branch such as skipping if SDH subtitles are detected, functions updated to also be able to transcribe audio files, allow individual files to be manually transcribed, and a better implementation of forceLanguage. Added /batch endpoint (Thanks JaiZed). Allows you to navigate in a browser to http://subgen_ip:8090/docs and call the batch endpoint which can take a file or a folder to manually transcribe files. Added CLEAR_VRAM_ON_COMPLETE, HF_TRANSFORMERS, HF_BATCH_SIZE. Hugging Face Transformers boast '9x increase', but I have been unable to test them at this point. As of now, the Hugging Face Models will be re-downloaded on container restart, there is currently no function to set a save/download directory. Simplest work around is use the environment variable "HF_HOME" and set it to "/subgen" for Docker.
8 Feb 2024: Added FORCE_DETECTED_LANGUAGE_TO to force a wrongly detected language. Fixed asr to actually use the language passed to it.