https://github.com/do-me/emoji-picker
Tutorial repo to build an emoji picker based on SemanticFinder
https://github.com/do-me/emoji-picker
Last synced: about 1 month ago
JSON representation
Tutorial repo to build an emoji picker based on SemanticFinder
- Host: GitHub
- URL: https://github.com/do-me/emoji-picker
- Owner: do-me
- License: mit
- Created: 2025-03-14T17:28:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T21:19:44.000Z (about 2 months ago)
- Last Synced: 2025-03-16T22:25:59.258Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Semantic Emoji Picker
Tutorial repo to build an emoji picker with SemanticFinder.
Following these ideas, you can build similar applications in a matter of minutes!
## Steps
### 1. Download the html
- Source: https://www.unicode.org/emoji/charts/emoji-list.html (it's super slow and takes like 10m to fully load)
- Open the browser dev console and save the part into an index.html file### 2. Convert html to excel
- Run convert_unicode_html_to_excel.ipynb
### 3. Copy and paste text to SemanticFinder
## Searching emoji
- just open https://do-me.github.io/SemanticFinder/?hf=1910_Unicode_Emojis_9e4e14e7
- search for any emoji, by default, it's using semantic search
- if you want to use hybrid search, i.e. using semantic search and full-text search with keywords, you can do so by adding a list of keywords that the text should or should not contain, e.g. like this