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

Update .gitignore for Python and add pitch deck slide
3b2bbcd

SuZeAI commited on

Fix Qdrant healthcheck in docker-compose
470e1c9

SuZeAI commited on

Update try-on tests for the API-based service
3135f39

SuZeAI commited on

Trim backend dependencies to an API-only stack
3073d0f

SuZeAI commited on

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

SuZeAI commited on

Remove vendored CatVTON model and segmentation pipeline
75f84ed

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

fix: set cfg.MODEL.DEVICE in DensePose initialization for CPU nodes
fca1b3f

mata01 commited on

chore: add missing ML dependencies for CatVTON
a4ac20d

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

Fix OpenGL package in Dockerfile for newer Debian images
8e90cb9

mata01 commited on

Move Docker deployment files inside backend/
8390e42

mata01 commited on

docs: add env template examples for backend and frontend
79cf4bb

mata01 commited on

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

mata01 commited on

Update SERVER_HOST_URL to port 8001 in .env templates
e4a3e5d

mata01 commited on

Allow Vite preview port 4173 in CORS origins
db25f46

mata01 commited on

Update README.md execution instructions with cd backend and port 8001
7b93e81

mata01 commited on

Update README.md with local storage mode guides and correct Redis port
cb9acf9

mata01 commited on

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

mata01 commited on

Update Redis port to 6380 in docker-compose.yml to avoid conflicts
88efd0d

mata01 commited on

Create comprehensive README.md for backend codebase
b6f3a4c

mata01 commited on

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

mata01 commited on