Releases: nelsonayamashita/ganbreeder
Initial Release
This is a rewrite of the original ganbreeder with the hope that it can endure the harshness of the ever evolving tech environment.
The idea was to remove most of the dependencies it had (node, postgres image, fetching the model from tfhub and a build process that depended on docker) and pack it into a single executable with all the necessary libraries and models.
I've also took some liberties and updated some of the tech for development (mainly changed from TensorFlow to PyTorch to run the model and uv as the package and dependencies manager). Since we have no idea what the future entails and this field is evolving at an increasingly scary pace, probably this stack will one day also stop working, but at least you have all the necessary dependencies packed here.