You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poke-vae implements a Variational Autoencoder (VAE) in PyTorch to encode and decode Pokémon statistics. The VAE is structured to learn a compressed representation of Pokémon data which includes base stats and types, enabling the generation of new Pokémon-like data.
StyleGAN2 dragon-image generator with an end-to-end pipeline. Scraped ~20K images via the e926 API, auto-curated them with a RetinaNet R50 face detector and a ResNet18 dragon/not-dragon classifier (mmdetection + PyTorch), then trained with stylegan2-pytorch. Ships as a Dockerized Python app with interactive sliders.