CoolFace
Apppublic

mehdibourahla/jewelry-search

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
24 commits on main
082ea9711mo ago

Fix: Convert detection_info to boolean for Pydantic validation

mehdibourahla
922f58011mo ago

Fix critical bugs in API search endpoint

mehdibourahla
c2bd25811mo ago

Add HEIC/HEIF image format support to backend API

mehdibourahla
24e474e11mo ago

Fix: Correct argument order for index_embeddings() - paths first, then embeddings

mehdibourahla
6af5fcd11mo ago

Fix: Use np.vstack() instead of np.array() for embeddings

mehdibourahla
dfacdb911mo ago

Fix: Correct method name from add_embeddings to index_embeddings

mehdibourahla
78b142311mo ago

Fix: Change libgl1-mesa-glx to libgl1 in Dockerfile for Debian Trixie compatibility

mehdibourahla
6729f4411mo ago

Refactor to FastAPI backend for better resource management

mehdibourahla, Claude
7c10fa611mo ago

Remove health check from Dockerfile to fix HF Spaces startup

mehdibourahla, Claude
1f61fe011mo ago

Use standard CLIP ViT-B-32 for reliable HF Spaces deployment

mehdibourahla, Claude
206262711mo ago

Switch to smaller CLIP model for HF Spaces 1GB storage limit

mehdibourahla, Claude
a01896911mo ago

Add HuggingFace Spaces metadata to README.md

mehdibourahla
2ae1a0711mo ago

Fix packages.txt: use libgl1 instead of libgl1-mesa-glx for Debian Trixie

mehdibourahla
1d2ea2011mo ago

Merge HF Spaces: keep local versions with fixes

mehdibourahla
ebd11c411mo ago

Add complete jewelry search application with deployment configuration

mehdibourahla
a1d2bb411mo ago

Fix packages.txt: replace libgl1-mesa-glx with libgl1 for newer Debian

mehdibourahla
8ea297311mo ago

Upload 13 files

mehdibourahla
61fdc6611mo ago

initial commit

mehdibourahla
b7946e911mo ago

Duplicate from streamlit/streamlit-template-space

mehdibourahla, FranckAbgrall
c16e85d11mo ago

feat: Enhance configuration and embedding generation for improved accuracy and performance with mixed precision, prompt engineering, and test-time augmentation

mehdibourahla
252447c11mo ago

feat: Update studio index building and configuration for improved CLIP matching accuracy

mehdibourahla
5f59a6611mo ago

feat: Enhance jewelry search functionality with CLIP embeddings and improved index building

mehdibourahla
f0614a911mo ago

feat: Implement Jewelry Search web interface with image upload and search functionality

mehdibourahla
34e51dc11mo ago

feat: Add complete jewelry matching workflow for webmasters

mehdibourahla