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

https://github.com/nmichlo/mtg-ml

Machine Learning Models for Generating MTG Cards
https://github.com/nmichlo/mtg-ml

Last synced: about 1 month ago
JSON representation

Machine Learning Models for Generating MTG Cards

Awesome Lists containing this project

README

          


🧙‍♂️ Magic The Gathering ✨
🖌️ Generators ‍🎨



Various machine learning models for generating MTG cards.





Example reconstructions of dataset elements
using a simple Beta-VAE


## 📋  Features

**Generative Models**
- Beta-VAE
- NVAE (TODO)
- Basic GAN (TODO)
- StyleGAN2 (TODO)
- Improved Denoising Diffusion Model (TODO)


## ⬇️  Download Images

Images need to be downloaded and pre-processed from [images](https://scryfall.com/docs/api/images)
using [mtg-dataset](https://github.com/nmichlo/mtg-dataset).


## 🏃️  Usage

- _Coming Soon_