Skip to content

Lucaterre/Torchvision-Transforms-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torchvision Transforms Playground (Gradio)

ruff Gradio Hugging Face Spaces License: MIT

Interactive sandbox to explore torchvision transforms on your images:

  • Upload one or multiple images
  • Enable/disable transforms and tweak parameters
  • Preview one example per enabled transform + a final MIX pipeline (multiple random variants)
  • Export a ready-to-use torchvision.transforms.v2.Compose code snippet
  • Switch UI language (EN/FR)

Demo on 🤗 Hugging Face Spaces

Try it here

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

python app.py

Then open your browser at http://localhost:7860.

Citation

@software{terriel_torchvision_transforms_playground_2026,
  author       = {Terriel, Lucas},
  title        = {Torchvision Transforms Playground},
  year         = {2026},
  url          = {https://github.com/Lucaterre/Torchvision-Transforms-Playground},
  note         = {Gradio-based interactive sandbox for exploring torchvision image transformations},
}

About

Torchvision Transforms Playground gradio app: Interactive sandbox to explore torchvision transforms on your images.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors