Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 650 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 650 Bytes

Alter Season

This project showcases the ability of generative adversarial networks to make summer pictures look like they were taken in winter and vice versa. It consists of three parts:

  1. Alter Season Model

    Builds a CycleGAN model for image-to-image translation.

  2. Alter Season CLI

    Implements a simple command line utility which takes in a path to a model artifact and an image for conversion.

  3. Alter Season GUI

    Implements the application allowing a user to select, view, and convert images by means of a graphical interface.