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
- Host: GitHub
- URL: https://github.com/draym/nokaigen
- Owner: Draym
- Created: 2021-11-25T06:58:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T11:33:45.000Z (over 4 years ago)
- Last Synced: 2025-03-28T18:52:32.419Z (about 1 year ago)
- Topics: ai-model, image-generator, python
- Language: Python
- Homepage:
- Size: 23.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**
