image_sieve 0.2.0

GUI based tool to sort out and categorize images with the help of image similarity classification
Documentation
1
2
3
4
5
6
7
8
extern crate embed_resource;

fn main() {
    println!("sixtyfps build");
    sixtyfps_build::compile("ui/image_sieve.60").unwrap();
    println!("embed resource");
    embed_resource::compile("ImageSieve.rc");
}