videre_core/lib.rs
1pub mod classify;
2pub mod db;
3pub mod embeddings;
4pub mod face_cluster;
5pub mod face_db;
6pub mod geocode;
7pub mod heic;
8pub mod home;
9pub mod io_timeout;
10pub mod library_stats;
11pub mod location_cluster;
12pub mod pipeline_runs;
13pub mod semaphore;
14pub mod location;
15pub mod person_search;
16pub mod progress;
17pub mod thumb_cache;
18pub mod vectors;