Question

I want to know what API is avaiable to search inside video archive by specifying a text query (like TalkMiner does).

Was it helpful?

Solution

There is no API for search specifically but you can quickly cook an application like Talkminer by joining two components - speech recognition engine and an indexer. For speech recognition you can use any avaialble engine like CMUSphinx, you first transcribe all the audio you need to search in.

For indexing you can use any indexing engine like Apache Solr. Just put the automatic transcriptions into the indexer and provide the query interface.

OTHER TIPS

You can check Koemei (https://koemei.com/). It's a service that you can use to index on demand videos and search inside them for specific moments of interest. Koemei also has search embed code for videos which you can embed on any website. And the service provides API you can use.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top