Miscellaneous scripts connected with Yu-Gi-Oh trading card game.
Script scrape_cards.py allow to scrape card images with their infos as csv.
You can disable image scraping by passing argument scrape_images=False
.
Images are of size 421 x 614 px, and are not included in repository because of their weight (~670mb).
Scraping only cards infos takes ~30secs, but with images it takes ~30min.
File cards_database.csv contains following informations:
- Name
- Desc (Description of card)
- Type
- Race
- Archetype
- Attribute
- Atk
- Def
- Level
- Price
Note: Please notice that for several type of cards (e.g. Spell cards) some of columns are empty.
Notebook SimpleGAN - creating YuGiOh images.ipynb present sample custom GAN on YuGiOh cards
Output after 100 epochs:
Notebook Yu-Gi-Oh Exploratory data analysis.ipynb explore Yu-Gi-Oh cards database.