/VideoTranscriber

A simple video-to-text project

Primary LanguagePython

Install

  • Install python packages with: python3 -m pip install -r requirements.txt
  • Get the ML speech recognition model by running python3 get_models.py. Follow the prompts.
  • Install ffpeg: This should not be a requirement but I haven't figured out a way around it yet.