Skip to content

Using Generative Adversarial Networks to generate bird photos.

License

Notifications You must be signed in to change notification settings

timothewt/Bird_Photos_Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Bird Photos Generation

Description

This project retrieves thousands of photos of Eastern Bluebird. Then, a Generative Adversarial Network is trained to generate realistic bird photos that fool the discriminator.

Motivation

This was made as an introduction to GANs and generative neural networks in general.

Technologies used

  • PyTorch for the GAN model and training
  • Flickr API for the pictures scraping

How to use

Open the main file of the repo, GAN - Bird Photos Generation, and click on "Open in Colab" at the top of the file. To avoid downloading the pictures, you'll have to import the dataset in your GDrive (send me a message for the links).

Releases

No releases published

Packages

No packages published