Any example for video search?
LegendaryDan opened this issue · 4 comments
If there is an example or demo for video search plus a simple front end, that would be super cool! :)
Thanks.
Hi, glad to have you here.
we have a gif search example in Jina 1.0. with a simple frontend
https://github.com/jina-ai/examples/tree/master/tumblr-gif-search
But in 2.0 we don't keep it.
Please let us know if you have any suggestions. 😄
Hey @LegendaryDan , good to have you here!
I've created a meme image search example (still a WIP) using Jina 2.0. You should be able to write a new generator that takes in *.mp4
, *.webm
, etc and instead of the image encoder executor you could swap in a video encoder.
There's also a front-end written in Streamlit.
Would love to see what you come up with!
@alexcg1 Will we create a video example or should we close this issue?
Now that Hub is on the way, I'm planning to create a simple video search example. Just need to wait for things to stabilize a little bit more. But we can close this for now.