Skip to content

ioangatop/imgs2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgs2gif

License

gif creator from multiple images in pure Python.

Introduction

Digits generation via GAN.

The purpuse of this reposetory is to provide a quick solution to produce high quality and nice gifs of your experiments.

GAN training progress.

Running

One option is to run the sample code by typing:

python imgs2gif.py --image_path="folder_path"

A second is to import is as

from imgs2gif.py import imgs2gif

imgs2gif("folder_path")