Multimedia search engine using python

Sometimes we remember people not by their name but by what they said.
Today, i have created application using python which can search videos
and audios on the basis of speech / dialogues said in them.
Suppose you know famous dialogue of movie but can't remember the name of
that movie. In this case you can directly search that movie by any
dialogue which you remember from it.
Consider the example shown in following image -
I searched "thanos did exactly what he said" and it listed the trailer of avengers endgame where this dialogue is.
For now this application is able to find local multimedia files only. I am working on how to make it search globally




Comments

Popular posts from this blog

How to check if two Strings are anagrams of each other?

How to sort String array by length of each string present in an array