Commit History

feat: add Qdrant configuration and handle disabled state in QdrantService
27e079c
Running

SuZeAI commited on

feat: update subscription response to track AI credits instead of tokens
437ffc0

SuZeAI commited on

feat: add token usage tracking for AI recommendations and subscription management
ff5991d

SuZeAI commited on

feat: add subscription management with user plan tracking and response schema
d249b9c

SuZeAI commited on

Remove compiled Python cache files from backend and tests
c890de3

SuZeAI commited on

Add example images for virtual try-on feature
bab5292

SuZeAI commited on

Add chat conversations and try-on history endpoints
8ee0940

SuZeAI commited on

Use OpenAI GPT-4.1-mini for AI Stylist recommendations
af27d60

SuZeAI commited on

Add virtual try-on for Marketplace and Dashboard items
75b9ab0

SuZeAI commited on

Add OpenAI vision model configuration and garment masking functionality
23f80df

SuZeAI commited on

Update .gitignore to include specific __pycache__ directories and adjust patterns for Python files
628e09a

SuZeAI commited on

Fail fast on hard Gemini quota instead of spamming every key
d47f0ef

SuZeAI commited on

Add Gemini API key rotation
6cab4e8

SuZeAI commited on

Switch try-on and garment analysis to external image APIs
25d14ad

SuZeAI commited on

feat: implement conversational chatbot with routing and chat history support
265cc9d

mata01 commited on

feat: default STORAGE_MODE to cloudinary and force real CatVTON execution on CPU
85a11ff

mata01 commited on

feat: add CPU simulation fallback mode for tryon to prevent hangs/OOM on CPU spaces
6aa0990

mata01 commited on

perf: optimize CatVTON on CPU with float32 and 20 steps, increase frontend polling to 10 min
f222800

mata01 commited on

feat: proactively create chest_cm, waist_cm, hips_cm columns on startup if missing
c1affc0

mata01 commited on

feat: add Cloudinary support as an alternative image storage mode
afee3ee

mata01 commited on

feat: add chest, waist, and hips measurements support in profile and LLM service
54cc2f8

mata01 commited on

chore: move CatVTON inside backend and resolve paths dynamically without binary resources
f32f6d0

mata01 commited on

fix: auth headers and postgresql connection for cloud deployment
3745765

mata01 commited on

Auto-append ssl_cert_reqs=CERT_NONE to rediss URL in config
dd8eb63

mata01 commited on

Add REDIS_URL and QDRANT_URL environment variable support
cd337a4

mata01 commited on

feat: integrate local CatVTON virtual try-on and secure env files
9a36956

mata01 commited on

Allow Vite preview port 4173 in CORS origins
db25f46

mata01 commited on

Support and default to STORAGE_MODE=local for zero-key local development
640f288

mata01 commited on

Initialize production-grade FastAPI backend with models, routes, celery workers, and test suite
b18b789

mata01 commited on