oximedia-recommend 0.1.8

Content recommendation engine for media libraries
Documentation
1
2
3
4
5
6
7
//! Trending content detection.

pub mod adjustment;
pub mod decay;
pub mod detect;
pub mod engine;
pub mod score;