GitXplorerGitXplorer
l

emoji-semantic-search

public
259 stars
26 forks
1 issues

Commits

List of commits on branch main.
Verified
bb3585a7079b662bfc7268dd8c06cdf39202a189

Update README.md

llilianweng committed 3 years ago
Unverified
12f224dfe7042d94ed94abf7fba91be650ff82de

update index file & cleanup

llilianweng committed 3 years ago
Unverified
ca81fff8bf033ff26ac64576fbeb13661df318a9

simplify further

llilianweng committed 3 years ago
Unverified
d71e39aaad9cc5502e4807b2487c2cf86d907380

simplify server.py

llilianweng committed 3 years ago
Unverified
a3e275ebfb793a2f6654b3a81d8f876d4f72145d

Add openai into requirements.txt

llilianweng committed 3 years ago
Unverified
c5e8489a3329f80415b44eae5a0660022f44856c

Remove .idea

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