This project was my submission to Georgia Tech's Meme-a-thon, a meme inspired Hackathon.
I made a minimalist website that takes an image from the user and replaces all the faces in the image with random emojis.
- Download this repository.
- Install all dependencies (list provided at bottom).
- While inside the root folder, enter the following in the terminal:
php -S 127.0.0.1:8000
- Browse to local host and follow the instructions on screen!
- Pillow==4.1.0
- numpy==1.12.1
- opencv2
- Python 2.7.13
- PHP 5.4.0