• Stars
    star
    245
  • Rank 164,336 (Top 4 %)
  • Language
    Python
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Search the most relevant emojis given a natural language query

Emoji Semantic Search

Screenshot

The app is currently running at emojisearch.app

image

Local test

Get your OpenAI API key at https://openai.com/api/.

Build embedding index:

OPENAI_API_KEY={api_key} python server/data/build.py

Start backend:

OPENAI_API_KEY={api_key} python server/app.py

Start frontend

cd client
npm install  # Run once
REACT_APP_SERVER_ADDRESS="http://localhost:5000" npm start