Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 411 Bytes

pytuna

An intelligent preprocessing wizard.

Setup

  1. Download the model from here.
  2. Import the preprocess package into your project.
  3. To start the wizard, call preprocess.preprocess_wizard(), which will return a list of processed images in PyTorch tensor format.
  4. The wizard will guide you through the rest!