Spaces:
Running
Running
| """ | |
| 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" | |