Skip to content

Cirtoyt/car-generator-DCGAN-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

car-generator-DCGAN-AI

This is a basic implementation of a DCGAN ML algorithm thatcan generate retro/futuristic looking car images. The algorithm trains two networks in parallel, a generator and a discriminator, where the discriminator aims to learn what a car looks like, then the generator aims to learn from the discriminator's judgement of how real or fake the images it produces are, iterating each epoch.

Requirements

  • Python 3.9
  • PyTorch 1.7.1
  • Matplotlib
  • Numby
  • os
  • IPython.display's HTML
  • argparse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published