Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 657 Bytes

psychedelizer

Web application and library (pynbome) that makes your pictures a little psychedelic.
Production version runs on http://psychedelizer.0x80.ru

Requirements

Web application

Backend was written in Python using Tornado framework and MongoDB. Backend provides RESTful API for the frontend that built on AngularJS.

Library

Pynbome library also written in Python and uses ImageMagick through Wand interface for image processing.