Skip to content

samuel-rl/Python-genetic-algorithm-_-String-art-portrait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python genetic algorithm _ String art portrait

You can change the values into the main.py:

NB_STRING = 300
CANVAS_SIZE = 250
POP_SIZE = 100
NB_GENERATION = 100
STRING_WIDTH = 1

trying to recreate images with strings only...

generation 0 :

demo

[...]

Download and start

>> git clone https://github.com/samuel3105/Python-genetic-algorithm-_-String-art-portrait.git

>> cd ./Python-genetic-algorithm-_-String-art-portrait

>> python3 main.py

About

Generate string art portrait with genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages