You need an AssemblyAI API key. You can get one here.
API key can be set using the --api_key option or by setting the AAI_API_KEY environment variable.
pip3 install auto-subtitles-generatorgit clone
cd auto-subtitles-generator
poetry installUsage: auto_subtitles [OPTIONS]
Options:
-i, --input PATH Path to video file [required]
-o, --output PATH Output video file [required]
--api_key TEXT AssemblyAI API key
--help Show this message and exit.poetry buildcoverage run -m unittest && coverage report -m