/fb-emoji-posts

Sydney Facebook Hackathon 2018 - Generate animated emoji backgrounds in real time based on NLP of your posts content.

Primary LanguageTypeScript

fb-emoji-posts

contributors

@ae99 (Alexander Edwards)
@skaematik (Annie Zhang)
@da8636 (Deanna Arora)
@GregUofT (GregGe)
@harryparkdotio (Harry Park)

demo

Hello, World! It's party time! Today is my first day of school! Wishing everyone a merry christmas this winter! Send us to America!

Installation

For the server:

pip3 install -r server/requirements.txt
./server/run.sh

For the client:

cd client
npm install
npm run start