mehdibourahla/jewelry-search
Fix: Convert detection_info to boolean for Pydantic validation
Fix critical bugs in API search endpoint
Add HEIC/HEIF image format support to backend API
Fix: Correct argument order for index_embeddings() - paths first, then embeddings
Fix: Use np.vstack() instead of np.array() for embeddings
Fix: Correct method name from add_embeddings to index_embeddings
Fix: Change libgl1-mesa-glx to libgl1 in Dockerfile for Debian Trixie compatibility
Refactor to FastAPI backend for better resource management
Remove health check from Dockerfile to fix HF Spaces startup
Use standard CLIP ViT-B-32 for reliable HF Spaces deployment
Switch to smaller CLIP model for HF Spaces 1GB storage limit
Add HuggingFace Spaces metadata to README.md
Fix packages.txt: use libgl1 instead of libgl1-mesa-glx for Debian Trixie
Merge HF Spaces: keep local versions with fixes
Add complete jewelry search application with deployment configuration
Fix packages.txt: replace libgl1-mesa-glx with libgl1 for newer Debian
Upload 13 files
initial commit
Duplicate from streamlit/streamlit-template-space
feat: Enhance configuration and embedding generation for improved accuracy and performance with mixed precision, prompt engineering, and test-time augmentation
feat: Update studio index building and configuration for improved CLIP matching accuracy
feat: Enhance jewelry search functionality with CLIP embeddings and improved index building
feat: Implement Jewelry Search web interface with image upload and search functionality
feat: Add complete jewelry matching workflow for webmasters
