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

https://github.com/draym/nokaigen

Generate bulk amount of random creatures with a name and ID for games
https://github.com/draym/nokaigen

ai-model image-generator python

Last synced: 8 months ago
JSON representation

Generate bulk amount of random creatures with a name and ID for games

Awesome Lists containing this project

README

          

## Nokai Generator

Based on the awesome [PokeGAN]("https://github.com/ConorLazarou/PokeGAN") generator which generate pokemon shapes.

I have added a random Name & ID assigner in order to use these monsters to represent Nokais' NFT in my prototype blockchain game.

### **Prerequisites**
```
python -m pip install -r requirements.txt
```

### **Usage**
**# Generate images**
```
cd generator
python generate.py
```
**# Assign a name for each**
```
python assignName.py
```
**# Create a json config for each**
```
python assignConfig.py
```

### **Result**

sample