Skip to content

The supplementary code for Fossbytes blog in generating art using CPPNs

Notifications You must be signed in to change notification settings

AntixK/CPPN-in-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPN-in-Numpy

The supplementary code for Fossbytes blog on generating art using CPPNs.

Pass the parameters to the following function to generate art -

Generate_Art(batch_size = 1, net_size = 16, h_size = 32, x_res = 512, y_res= 512, scaling = 10.0, RGB = True, seed = None)

Some generated art works -

Alt Alt Alt

About

The supplementary code for Fossbytes blog in generating art using CPPNs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages