File size: 1,284 Bytes
cb7ddf9
 
 
8cbe899
cb7ddf9
97d8378
cb7ddf9
1628af3
cb7ddf9
97d8378
cb7ddf9
97d8378
cb7ddf9
 
97d8378
cb7ddf9
97d8378
cb7ddf9
 
1628af3
 
97d8378
cb7ddf9
97d8378
cb7ddf9
 
8cbe899
 
 
 
fe8a1b6
 
d759ffd
 
3f18284
1628af3
97d8378
cb7ddf9
 
 
ed018ab
1d78b5e
 
59f1f54
 
177e460
 
a163157
 
8af094d
177e460
0b02ee2
8af094d
 
177e460
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: mit
---
# pixel

A PyTorch-based Generative Adversarial Network (GAN) for training and generating pixel art images.

## Setup for model training

Git clone the pixel repo:
```
git clone https://github.com/mochiyaki/pixel
```

Get inside the cloned folder:
```
cd pixel
```

## Train your model

Start training with your dataset (in ./data/):
```
python trainer.py
```

![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/running.png)

* kick start the training process with defined script

![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/graph.png)

* check the training epoch (currently 50); see the example plot above

## Interact with the established model

When finished, check the model file (in ./models/) then run the inference:
```
python generator.py
```

![screenshot](https://raw.githubusercontent.com/mochiyaki/pixel/master/demo.gif)

* for technical details, please check it out from [this repo](https://github.com/mochiyaki/pixel)

## alternatively opt to run `ggc px` with `gguf-connector`

---

# turtle

Flexable backend and frontend applications - pixel 🍕🐢 turtle

* please refer to repo [turtle](https://github.com/mochiyaki/turtle)

## opt to load gguf file and activate the turtle backend with `ggc pz`