Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,12 +11,13 @@ pinned: false
|
|
| 11 |
# macOS App Recommendation System
|
| 12 |
|
| 13 |
**Submitted by Lior Feinstein & Karin Mamaev**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
**A semantic search engine for the Mac App Store that recommends applications based on natural language user prompts.**
|
| 16 |
-
|
| 17 |
-
## Demo
|
| 18 |
-
**Try the Live App:** [Hugging Face Space - RecommendationSystemForApps](https://huggingface.co/spaces/Liori25/RecommendationSystemForApps)
|
| 19 |
-
|
| 20 |
---
|
| 21 |
|
| 22 |
## Project Goal
|
|
@@ -151,7 +152,7 @@ We validated the quality of our model by analyzing the semantic coherence of the
|
|
| 151 |
|
| 152 |
---
|
| 153 |
|
| 154 |
-
##
|
| 155 |
|
| 156 |
### How it Works
|
| 157 |
1. **Input:** User provides a natural language query (e.g., "I need a tool to edit videos").
|
|
|
|
| 11 |
# macOS App Recommendation System
|
| 12 |
|
| 13 |
**Submitted by Lior Feinstein & Karin Mamaev**
|
| 14 |
+
## Video Presentation
|
| 15 |
+
<video controls width="30%">
|
| 16 |
+
<source src="https://huggingface.co/spaces/Liori25/RecommendationSystemForApps/resolve/main/PresentationVideo.mp4" type="video/mp4">
|
| 17 |
+
Your browser does not support the video tag.
|
| 18 |
+
</video>
|
| 19 |
|
| 20 |
**A semantic search engine for the Mac App Store that recommends applications based on natural language user prompts.**
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
## Project Goal
|
|
|
|
| 152 |
|
| 153 |
---
|
| 154 |
|
| 155 |
+
## Final Result-Reccomendation App
|
| 156 |
|
| 157 |
### How it Works
|
| 158 |
1. **Input:** User provides a natural language query (e.g., "I need a tool to edit videos").
|