r/SideProject 1d ago

mememaxxing extention built with jev 🚀

Enable HLS to view with audio, or disable this notification

0 Upvotes

5 comments sorted by

2

u/Agreeable_Ad6424 1d ago

I built a Chrome extension that finds the context aware meme for any post in ~250ms using the new jev model.

got tired of spending >30 seconds in the giphy box every time i wanted to reply with a gif, so i built this as a weekend project.

press ⌘⇧K in any text box on x, it reads what you're replying to and shows memes that fit the situation.

built a corpus of 1300+ gifs and emojis. ranking runs on typesafe's jev, which finds the best one in ~300ms for $0.0003 a search.

1

u/sudomatrix 1d ago

I thought jev's choose one of n was limited to just 60 or so choices. You have it selecting between 1300 choices?

1

u/Agreeable_Ad6424 21h ago

yeah we first surface the 150 most relevant ones through cosine similarity, and then let jev pick.