File size: 440 Bytes
5d36f24
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
Photo Editing Recommendation Agent – core package.

Subpackages:
- config: settings from env (paths, Azure, subset size)
- dataset: FiveK paths and subset selection
- lrcat: Lightroom catalog extraction (Expert A recipes)
- images: DNG → RGB development
- embeddings: image embedding (CLIP)
- vector_store: Azure AI Search index (for RAG retrieval)
- pipeline: end-to-end run (retrieve → LLM → apply)
"""

__version__ = "0.1.0"