Yoel125 commited on
Commit
79b2f4a
·
verified ·
1 Parent(s): e8a79df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -13,7 +13,15 @@ short_description: Bird - recommender
13
 
14
 
15
  # Smart Bird Tracker App
16
- This read.me file contains all the plots and visualization that was used and showed during the Assigment 3 workflow.
 
 
 
 
 
 
 
 
17
  # EDA
18
  ### Visual Data Inspection:
19
  We are using the matplotlib library to render the actual visual
 
13
 
14
 
15
  # Smart Bird Tracker App
16
+ For this assignment, I selected the **JotDe/birds** dataset.
17
+
18
+ * **Source:** Hugging Face Datasets (https://huggingface.co/datasets/JotDe/birds).
19
+ * **Size:** The complete dataset contains 11,788 bird images, divided into train and test splits. *(Note: For the computational steps like embeddings and clustering, a balanced subset of 3,000 images was used to preserve structure while remaining computationally efficient).*
20
+ * **Features:** The dataset provides visual and textual data, making it ideal for multi-modal embeddings. The key features include:
21
+ * **image**: The visual data (PIL Image object).
22
+ * **label**: An integer ID representing the bird species (there are 200 distinct species, such as Yellow-breasted Chat, Albatross, etc.).
23
+ * **description**: A textual description detailing the visual characteristics of the bird.
24
+ * **The goal:** To build a smart bird tracker app that understands Hebrew English and Spanish, that the user can put any bird type that he want (like: Blue bird), and the app will find him the 3 top matches to his search with a visiual and the race type of the specfic bird.
25
  # EDA
26
  ### Visual Data Inspection:
27
  We are using the matplotlib library to render the actual visual