GitXplorerGitXplorer
l

emoji-semantic-search

public
259 stars
26 forks
1 issues

Commits

List of commits on branch main.
Unverified
6a6f351852b99e7b899437fa31309595a9008cd1

lazy loading

llilianweng committed 2 years ago
Unverified
aa8b715eea8cc3978d85dd36094e2043ff88f2b1

fix emoji search + use text-embedding-ada-002

llilianweng committed 2 years ago
Verified
db67f56c2455a70525666347fb8d69f0ee72aeac

Update README.md

llilianweng committed 3 years ago
Verified
6e17fd977bc99de49afb8d2b669f24ba631b17b7

Update README.md

llilianweng committed 3 years ago
Verified
3bcd24493a3ee6d3c44f4705ac7d0a098c68b65f

Create FUNDING.yml

llilianweng committed 3 years ago
Unverified
3c1d7f5d0b10cb043ced54e758e8299923fe20fa

big upgrade

llilianweng committed 3 years ago

README

The README file for this repository.

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