Monday, August 5, 2019

Codementor: The beauty formula: Identifying interesting image patterns automatically based on aesthetic metrics (Basic clustering example with python and sklearn)

Cellular automata patterns are clustered based on features related to beauty such as fractal dimensionality and compression efficiency in order to find out the most interesting ones.

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...