videre-core 0.9.18

Shared SQLite, caching, and search helpers for the videre media library CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod classify;
pub mod db;
pub mod embeddings;
pub mod face_cluster;
pub mod face_db;
pub mod geocode;
pub mod heic;
pub mod home;
pub mod io_timeout;
pub mod library_stats;
pub mod location_cluster;
pub mod pipeline_runs;
pub mod semaphore;
pub mod location;
pub mod person_search;
pub mod progress;
pub mod thumb_cache;
pub mod vectors;