TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Recreate Images with Emojis

1 pointsby johnsutor12 months ago
This demo allows you to recreate images using emojis. You can provide images or emojis to paint with, and it will attempt to recreate images using emojis.<p>Much of the code is adopted from the Paint Transformer (<a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2108.03798" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2108.03798</a>) paper. In this code base, I treat emojis like “brushes”, and use a Gumbel Softmax-based lookup to choose an emoji to paste to the canvas during training (similar to how attention uses a softmax to select keys during training).

no comments

no comments