Skip to content

libevm/exjpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExJpeg

Exploring JPEGs

Problem

The current NFT/JPEG exploration ecosystem is based on a set of pre-defined filters (e.g. Hat/Skin/Body/... type), which works fine in most cases.

But what if you'd like to filter and identify JPEGs based on a more visual trait? For example, hashmasks with a clown mask? Not possible with the current tooling ecosystem (let me know if you find one tho).

chrome_CBI8fd2Jze.mp4

Solution(?)

As I couldn't really find a curation tool that I was satisfied with, I built one -- ExJpeg. It uses proven machine learning techniques to project the images (high dimensional data) onto a 2 dimensional manifold. In theory, images with similar visual properties should cluster together. This allows for easier curation / exploration

The model used in the project will be open sourced in due time.

Run locally

git clone https://github.com/libevm/exjpeg.git
cd exjpeg

python3 -m http.server

About

Exploring JPEGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published