Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# VisionSort
|
| 2 |
*AI-powered visual search tool for finding key moments in large batches of images or video frames using natural prompts.*
|
| 3 |
|
|
@@ -91,7 +101,4 @@ The following features were previously implemented but later removed (archived
|
|
| 91 |
- Managing multiple file uploads and temp files
|
| 92 |
- Keeping UI responsive with real-time feedback (match scores, timestamps, toggles)
|
| 93 |
- Key takeaway: **Build a stable core first**, then layer in advanced features.
|
| 94 |
-
- Although GPT-4 and BLIP weren’t fully integrated in the final version, I preserved and documented their experiments for future improvements.
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: VisionSort
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
emoji: 💻
|
| 6 |
+
colorFrom: gray
|
| 7 |
+
colorTo: indigo
|
| 8 |
+
pinned: true
|
| 9 |
+
short_description: 'AI visual search tool for images using natural language '
|
| 10 |
+
---
|
| 11 |
# VisionSort
|
| 12 |
*AI-powered visual search tool for finding key moments in large batches of images or video frames using natural prompts.*
|
| 13 |
|
|
|
|
| 101 |
- Managing multiple file uploads and temp files
|
| 102 |
- Keeping UI responsive with real-time feedback (match scores, timestamps, toggles)
|
| 103 |
- Key takeaway: **Build a stable core first**, then layer in advanced features.
|
| 104 |
+
- Although GPT-4 and BLIP weren’t fully integrated in the final version, I preserved and documented their experiments for future improvements.
|
|
|
|
|
|
|
|
|