Skip to content

This projects is a simple Django application to apply filters for your pictures. You just need to upload your photos in the web app and apply custom filters

Notifications You must be signed in to change notification settings

gurvanrenault/filterBoauty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilterBoauty

This projects is a simple Django application to apply filters for your pictures. You just need to upload your photos in the web app and apply custom filters

Filters availanble

  • ANTARTICA
  • FAR WEST
  • INDIE
  • RANDOM : generate a random filter (useful in debugging to create filters)

Installation

Requirements

  • Conda
  • Python 3.10 or higher

Create Environnement

The project is based on a conda environment. You will need to initialize it.

  • To initialize the conda environment : conda env create -f environment.yml
  • To activate the conda environment : conda activate filterBoa

Run application

  • cd src
  • python manage.py runserver

Selection of filters

About

This projects is a simple Django application to apply filters for your pictures. You just need to upload your photos in the web app and apply custom filters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published