project
Screenshot Topic Classifier
A three-class screenshot classification pipeline using CLIP and MiniLM embeddings, with calibration and drift monitoring.
- Python
- CLIP
- MiniLM
- Calibration
What it is
A pipeline that classifies screenshots into three topic classes by combining CLIP image embeddings with MiniLM text embeddings, then calibrating the output and monitoring for drift over time.