Skip to content

lilianweng/emoji-semantic-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Search the most relevant emojis given a natural language query

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published