PixelPilotAI / requirements.txt
Sbboss's picture
Deploy Docker Streamlit app to HF Space
5d36f24
raw
history blame contribute delete
420 Bytes
# Config and env
python-dotenv>=1.0.0
tqdm>=4.65.0
# DNG / raw development
rawpy>=0.19.0
numpy>=1.24.0
# Image handling
Pillow>=10.0.0
pillow-heif>=0.16.0
scikit-image>=0.21.0
# Embeddings (CLIP via transformers)
torch>=2.0.0
transformers>=4.30.0
# Azure AI Search
azure-search-documents>=11.4.0
# Pipeline: Azure OpenAI (LLM) + optional editing API
openai>=1.0.0
requests>=2.28.0
# Streamlit UI
streamlit>=1.28.0