Thanks to visit codestin.com
Credit goes to github.com

Skip to content

guhwan/genetic_algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating images with Genetic algorithm

  • Put a image and enjoy how the algorithm works to copy the image

How to use

  • You should put 3 parameters
  • -np : how many population you want to make
  • -ng : how many generations you want to continue
  • -path : put you .jpg file path

Example

python3 genetic_algorithm_img.py -np 100 -ng 10000 -path "Bigger-Splash.jpg"

Result

Original Genetic_algorithm

About

유전 알고리즘을 활용한 이미지 생성기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%