Sbboss's picture
Deploy Docker Streamlit app to HF Space
5d36f24
raw
history blame contribute delete
440 Bytes
"""
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"