SebastianCharmot/Genetic-Algorithm-Image-Recreation
From scratch Python implementation of a genetic algorithm that recreates a target image
This tool helps creative professionals or researchers explore how images can be evolved using principles from natural selection. You input a target image, and the tool outputs a series of progressively more accurate image recreations, showing how simple shapes can combine and mutate to mimic the original. It's ideal for anyone curious about evolutionary algorithms in image generation.
No commits in the last 6 months.
Use this if you want to understand or demonstrate how genetic algorithms can 'learn' to recreate complex images from basic visual elements.
Not ideal if you need a quick, perfect copy of an image or are looking for a photo-editing tool; this is about the generative process, not practical image manipulation.
Stars
11
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/SebastianCharmot/Genetic-Algorithm-Image-Recreation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...