All Projects → cameronmaske → puppy-eyes

cameronmaske / puppy-eyes

Licence: BSD-2-Clause license
A simple image resizer service in flask using redis.

Programming Languages

HTML
75241 projects
Puppet
460 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Puppy eyes

A simple image resizer service in flask using redis.

Demo

Try the demo!

On the demo site (or you local copy) you can turn this huge (1620 x 1080 image)

http://images.cdn.fotopedia.com/flickr-4657421042-hd.jpg

Into a tiny one!

http://puppy-eyes.herokuapp.com/?link=http://images.cdn.fotopedia.com/flickr-4657421042-hd.jpg

Install

To install you require Vagrant(tested on 1.1.5). To bootup the VM use:

vagrant up

Setup an .env file with the following....

DEVELOPMENT=True

Now you can start running the dev server by...

vagrant ssh
python puppy-eyes/main.py
           or
vagrant ssh
cd puppy-eyes
foreman start -f Procfile-dev -p 8001
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].