Edit ‘meme_search_engine’

This commit is contained in:
osmarks 2024-07-17 15:43:36 +00:00 committed by wikimind
parent 3d57bd1766
commit 42fd70609f

View File

@ -1,4 +1,4 @@
Meme Search Engine is highly [[advanced]] [[technology]] which runs semantic text-image search over arbitrary folders of images and videos. It has been deployed internally for various [[purposes]], though various design decisions make ad-hoc deployments somewhat tricky.
Meme Search Engine is highly [[advanced]] [[technology]] which runs semantic text-image search over arbitrary folders of images and videos. It has been deployed internally for various [[purposes]], though various design decisions make ad-hoc deployments somewhat tricky. The current Meme Search Engine consists of a Python inference server which receives queries over HTTP, a Rust frontend server for holding the index and parsing images, a JavaScript/Svelte frontend for rendering result lists and accepting queries, and a static HTTP server for serving the JavaScript, CSS, HTML and images.
<= Meme Search Engine/Searching Memes
<= Meme Search Engine/AutoBotRobot Frontend