Skip to content

cornzyblack/PYND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivational Puppy Meme Generator

The goal of this project is to build a "meme generator"—a multimedia application to dynamically generate memes, including an image with an overlaid quote

demo gif

The live version can be accessed here

Running Locally

Installation

To get started, please make sure you have Docker installed on your system. You can download it here here

Setting

Build Docker Image

Run the following in a terminal to build the Docker image

    $ docker image build --tag meme_generator .

Start the App

    $ docker run -p 5000:5000 meme_generator

Now go to http://127.0.0.1:5000 to access the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published