Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,30 @@ license: unknown
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# Fashion Product Semantic Search
|
16 |
+
|
17 |
+
This is a Gradio application for semantic search of fashion products using both text and image inputs.
|
18 |
+
|
19 |
+
## Features
|
20 |
+
|
21 |
+
- Text-based search
|
22 |
+
- Image-based search
|
23 |
+
- Combined text and image search
|
24 |
+
- Adjustable similarity thresholds
|
25 |
+
- Detailed product information display
|
26 |
+
- Similarity score visualization
|
27 |
+
|
28 |
+
## Requirements
|
29 |
+
|
30 |
+
See requirements.txt for detailed dependencies.
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
The application provides a web interface where users can:
|
35 |
+
1. Enter text descriptions
|
36 |
+
2. Upload images
|
37 |
+
3. Choose search type (Text Only, Image Only, or Combined Search)
|
38 |
+
4. Adjust advanced settings
|
39 |
+
5. View search results with detailed product information
|
40 |
+
|