Create ‘meme_search_engine/reddit_dump’

This commit is contained in:
osmarks 2024-09-02 18:24:14 +00:00 committed by wikimind
parent 74a9f923dd
commit 33e74252f9

View File

@ -0,0 +1 @@
osmarks.net research teams designed [[https://github.com/osmarks/meme-search-engine/blob/master/src/reddit_dump.rs|code]] to download and embed all images ever posted (and not deleted) from Reddit (excluding NSFW, ads, etc), using streaming processing to avoid having to persist intractable amounts of data to disk. Unfortunately, it is still necessary to store embeddings, and the high cost of flash and electricity means a full run (it was tested at 0.5% sampling) has been postponed indefinitely.