Earlier quoted context omitted.
The dystopia of searching for video clips and finding them? What?
Yes? Right now it is relatively expensive to search video. As embedding tech like this advances and makes it even cheaper it just increases the ability to search and analyze every movement. “Locate speech patterns that indicate dissident activity using the dissident activity skill”
Show HN: Gemini can now natively embed video, so I built sub-second video search
111–118 of 118 posts
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#112this can be done locally https://github.com/intel/openvino-ai-video-retrieval-analysi...
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#113Very impressive! A webhook could be configured to trigger an alarm if a semantic match to any category of activities is detected, and then you basically have a virtual security guard and private investigator. Well played.
Thanks! Yeah that would be pretty cool, but continuous indexing would be pretty expensive now, because the model's in public preview and there are no local alternatives afaik. This very well might be a reality in a couple years though!
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#114What a brilliant idea! is this all done locally? That's incredible.
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#115What a brilliant idea! is this all done locally? That's incredible.
While the vector store is local, it is sending the data to Gemini's API for embedding. (Which if using a paid API key is probably fine for most use cases, no long term retention/training etc.)
Re: Show HN: Gemini can now natively embed video, so I built sub-second video search
#116Does anyone know of an open weights models that can embed video? Would love to experiment locally with this.