Video-To-Text tool for MetaProvide. Useful when you want to read what was said in a video (or audio clip)
- Python3
- Poetry
- FFMPEG
- Clone repo
git clone https://github.com/MetaProvide/ComeAgainQuestionMark.git
or download zip - Run command
cd ComeAgainQuestionMark && poetry install
to install dependencies - Download a model from here and unzip
- Run command
poetry run python3 comeAgainQuestionMark -m [PATH-TO-MODEL-FOLDER] -i [PATH-TO-VIDEO-INPUT] -o [PATH-TO-TEXT-OUTPUT]
- Open file
[PATH-TO-TEXT-OUTPUT]
to see your results
Different model yields different transcritions.
This program is licensed under the GPLv3 or later.