Try it here π€πΌ | Introduction Video πΌ
Auto Emoji π is an emoji assisting tool. Type a sentence β¨οΈ and the system will recommend a list of emoji based on your phrase π¬ It's a course project for NTU AI Course by prof. Jane Hsu, and more details can be seen here.
- Gatsby.js: A static site generator generates static HTML on build time.
- react-textarea-autosize & textarea-caret: To create textarea with recommend emoji tooltip
- react-card-flip: To create clickable emoji
- framer-motion: To animate the compomonent transition
- js-cookie: To storage the frequently used emoji
- Flask: A micro web framework in Python.
Clone this repo to your desktop
cd frontend
:npm install && gastby devlop
cd backend
:pip3 install -r requirement.txt && python3 main.py