tease 0.1.1

Rapidly prototype interfaces for your machine learning models
Documentation
1
2
3
4
5
use tease::Teaser;

fn main() {
    Teaser::default().run();
}