pocketsphinx-stt icon indicating copy to clipboard operation
pocketsphinx-stt copied to clipboard

linux Dockerfile... coming?

Open traceypooh opened this issue 9 years ago • 2 comments

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!

traceypooh avatar Mar 02 '17 07:03 traceypooh

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-) )

traceypooh avatar Mar 04 '17 20:03 traceypooh

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!

pietrop avatar Sep 12 '19 13:09 pietrop