Skip to content

Simonko-912/pixel-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixel-forge

A simple image dataset builder You can make images up to 512x512, and you can color whatever you like!

To use simply visit:

https://simonko-912.github.io/pixel-forge/

Or download offline by downloading:

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

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.

To use simply visit:

https://simonko-912.github.io/pixel-forge/pixeltrainer.html

Pixel forge screenshots:

image image image

About

A simple image dataset builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors