A simple image dataset builder You can make images up to 512x512, and you can color whatever you like!
https://simonko-912.github.io/pixel-forge/
curl -o pixel-forge.html https://raw.githubusercontent.com/Simonko-912/pixel-forge/refs/heads/main/site/index.html
Or
git clone https://github.com/Simonko-912/pixel-forge
cd pixel-forge
cd site
mv index.html pixel-forge.html
cd ..
cd ..
mv ./pixel-forge/site/pixel-forge .
rm pixel-forge
# Clean up the repo and copy the file into the dir you ware in, then run the pixel-forge.html in a web browser.
Or simply go to this repos root, go to sites and download index.html
Pixel trainer is a html / python app to train simple nerual networks on pixel forge datasets, you can train models to generate images, recognize images etc. This app doesnt need to use pytorch or for the html one, web pytorch, it just reimplements things in js / numpy for the python version. Pixel trainer is slower beacose of that, its ment for small experiments. You can use the pixeltrainer.py or the pixeltrainer.html in the site folder.
https://simonko-912.github.io/pixel-forge/pixeltrainer.html