Skip to content

Files

Latest commit

 

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cloudinary Python & Django Sample Projects

Basic sample

This sample is a synchronous script that shows the upload process from local file, remote URL, with different transformations and options.

The source code and more details are available here:

https://github.com/cloudinary/pycloudinary/tree/master/samples/basic

Photo Album

A simple web application that allows you to uploads photos, maintain a database with references to them, list them with their metadata, and display them using various cloud-based transformations.

The source code and more details are available here:

https://github.com/cloudinary/cloudinary-django-sample

Basic Flask sample

A simple Flask application that performs image upload and generates on the transformations of the uploaded image.

The source code and more details are available here:

https://github.com/cloudinary/pycloudinary/tree/master/samples/basic_flask

Basic Google App Engine sample

A simple GAE application that performs image upload and generates on the transformations of the uploaded image. Note: It requires the pycloudinary > 1.0.18 to work.

The source code and more details are available here:

https://github.com/cloudinary/pycloudinary/tree/master/samples/gae

SpookyShots

Spooky Pet Image App is a fun platform that transforms ordinary pet images into spooky, Halloween-themed creations. Whether you're looking to give your cat a spooky makeover or place any pet in a chilling Halloween setting, this app has everything you need for a spooky transformation!

The source code and more details are available here:

https://github.com/cloudinary/pycloudinary/tree/master/samples/spookyshots