neural-file-sorter icon indicating copy to clipboard operation
neural-file-sorter copied to clipboard

A neural network based file sorter. Trains an autoencoder to sort images or audio based on the similarity of their encodings, or uses the OpenAI CLIP model.

Results 11 neural-file-sorter issues
Sort by recently updated
recently updated
newest added

at minimum this must be its own class, options in the dataloader for dealing with audio, and the necessary methods for working with audio data (windowed FTs?, 1d convolutions, transformers?)

enhancement