https://github.com/metaprovide/come-again-question-mark
Video-To-Text tool for MetaProvide
https://github.com/metaprovide/come-again-question-mark
Last synced: 8 months ago
JSON representation
Video-To-Text tool for MetaProvide
- Host: GitHub
- URL: https://github.com/metaprovide/come-again-question-mark
- Owner: MetaProvide
- License: gpl-3.0
- Created: 2021-07-29T08:47:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T17:03:49.000Z (over 4 years ago)
- Last Synced: 2025-10-12T14:04:25.528Z (8 months ago)
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Come Again?
Video-To-Text tool for MetaProvide. Useful when you want to read what was said in a video (or audio clip)
## Requirements
- Python3
- Poetry
- FFMPEG
## How to use
1. Clone repo `git clone https://github.com/MetaProvide/ComeAgainQuestionMark.git` or download zip
2. Run command `cd ComeAgainQuestionMark && poetry install` to install dependencies
3. Download a model from [here](https://alphacephei.com/vosk/models) and unzip
4. Run command `poetry run python3 comeAgainQuestionMark -m [PATH-TO-MODEL-FOLDER] -i [PATH-TO-VIDEO-INPUT] -o [PATH-TO-TEXT-OUTPUT]`
5. Open file `[PATH-TO-TEXT-OUTPUT]` to see your results
## Note
Different model yields different transcritions.
## License
This program is licensed under the GPLv3 or later.