Demo: https://huggingface.co/spaces/TanishkB/emojisearch Repo: https://github.com/tanishkbansode/emoji-search Blog: https://www.sisymaru.xyz/blog/emojisearch
I built a tiny emoji picker that returns the best-fit emojis for a phrase (e.g. "sad but hopeful","sad flower" "mickey"). It uses sentence-transformers embeddings and faiss as a lightweight vector database.
Built with: sentence-transformers +faiss