MAY199 commited on
Commit
65cc5cf
·
verified ·
1 Parent(s): 3c9094c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -29
README.md CHANGED
@@ -8,32 +8,3 @@ app_file: app.py
8
  pinned: false
9
  ---
10
 
11
- ## Landscape Image Recommendation System
12
-
13
- This Space hosts a content-based image recommendation system for landscape images.
14
- Users can upload a landscape image and receive visually similar recommendations based on CLIP image embeddings and cosine similarity.
15
-
16
- ---
17
-
18
- ## Project Presentation Video
19
-
20
- <iframe width="100%" height="480"
21
- src="https://www.youtube.com/embed/nwbPAR7UApw"
22
- title="Project presentation"
23
- frameborder="0"
24
- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
25
- allowfullscreen>
26
- </iframe>
27
-
28
- ---
29
-
30
- ### How it works
31
- - Images are represented using CLIP image embeddings.
32
- - User input is converted into an embedding vector.
33
- - Cosine similarity is used to find the most similar images.
34
- - The top 3 most similar images are returned as recommendations.
35
-
36
- ---
37
-
38
- ### Notes
39
- This project was developed as part of a recommendation systems assignment and is fully reproducible using the provided code and resources.
 
8
  pinned: false
9
  ---
10