An open API service indexing awesome lists of open source software.

https://github.com/tommy9/triangles

Approximating images with triangles by evolution strategies
https://github.com/tommy9/triangles

evolution-strategies p5js tensorflowjs

Last synced: 3 months ago
JSON representation

Approximating images with triangles by evolution strategies

Awesome Lists containing this project

README

          

# Evolution Strategies

Based on the bitmap reproduction part of https://es-clip.github.io/ translated to JavaScript / P5.js / TensorFlow.js.

Improvements:

- Needs optimisation (framebuffer? Not sure how to get pixels into TensorFlow)
- Additional fields for setting number of triangles and population size (currently hardcoded)