Okay, so this project encodes memories as QR codes within an MP4 file. And if I'm correct, I believe it's doing some sort of vector search based on the text embedding of the data to find the frame within the MP4 file. The one thing I don't understand about this project is how encoding data as a QR code can be more efficient than just storing the same data as compressed text? Also, if you're storing the data as a QR c…
"Okay, so this project encodes memories as QR codes within an MP4 file. And if I'm correct, I believe it's doing some sort of vector search based on the text embedding of the data to find the frame within the MP4 file." I'm just as puzzled as you. What the heck, did people forgot how to encode data? Unless it's actually smart, in sense QR codes carry some limited amount of data, MP4 does compression introducing artif…
I can't tell if it's a joke or not.