/Meme-a-thon

My submission for Georgia Tech's first ever Meme-a-thon!

Primary LanguagePython

README

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.

Run Locally

  1. Download this repository.
  2. Install all dependencies (list provided at bottom).
  3. While inside the root folder, enter the following in the terminal:
php -S 127.0.0.1:8000
  1. Browse to local host and follow the instructions on screen!

Dependecies

  • Pillow==4.1.0
  • numpy==1.12.1
  • opencv2
  • Python 2.7.13
  • PHP 5.4.0