linux Dockerfile... coming?
hey Pietro! was just looking for a simple [A/V file] => txt (srt or o/w) wrapper around pocketsphinx and found this. just getting it to work on mac via Docker (happening to use ubuntu in the container/image)...
any interest in a PR? (via a Dockerfile) wondering if this project is active, has plans, if there's others you'd instead recommend, etc. thanks!
Check out https://github.com/traceypooh/audio2text -- you might find it interesting. By using docker, it works on all platforms, avoids needing ffmpeg and sphinx-related packages compiled and added to repositories. It also does some Stanford NLP extraction for People, Locations, and Organizations as well as some Oxford-based generic keywording. ( we're using a bunch of these pieces in different places at archive.org and archive.org/tv ) (oh, and is based off of your/this repo 8-) )
Hey @traceypooh ! soo sorry, not sure how I missed this! I am doing some refactoring on this, being using a newer version in autoEdit and in Digital Paper Edit
But thanks for the link to the docker version, will check it out!