Get closest related emojis for any given word / emoji. π - Works best for Norwegian π³π΄ language.
Based on a Word2Vec model trained on Norwegian twitter data.
It's a Flask web app that you can run comfortably in your browser.
- Create a virtual environment
- Do
pip install -r requirements.txt
- Download the word2vec embeddings from this Mega link here (800 MB)
- Place it in the
data
directory. - run
python run.py
Enjoy :)
Github Pages link