matanzig commited on
Commit
c7457e3
Β·
verified Β·
1 Parent(s): 61ac4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -133,4 +133,14 @@ The highly coherent 512D matrix was exported as an optimized `.parquet` file to
133
  </div>
134
 
135
  ### 🎯 Conclusion & Technical Achievements
136
- Testing the complete pipeline confirmed that the system goes far beyond matching raw colors. It successfully extracts and matches abstract architectural concepts and stylistic intent. The backend logic proved highly reliable and was successfully deployed as a fully interactive Hugging Face Space frontend application, demonstrating a complete end-to-end Machine Learning lifecycle.
 
 
 
 
 
 
 
 
 
 
 
133
  </div>
134
 
135
  ### 🎯 Conclusion & Technical Achievements
136
+ Testing the complete pipeline confirmed that the system goes far beyond matching raw colors. It successfully extracts and matches abstract architectural concepts and stylistic intent. The backend logic proved highly reliable and was successfully deployed as a fully interactive Hugging Face Space frontend application, demonstrating a complete end-to-end Machine Learning lifecycle.
137
+
138
+ ---
139
+
140
+ ## πŸ“ Project Resources
141
+ For a complete technical deep dive, the core development files and generated datasets are available directly within this repository:
142
+
143
+ * **[πŸ““ Colab (A3.ipynb)](https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/blob/main/A3.ipynb):** Contains the full algorithmic workflow, including the comprehensive Exploratory Data Analysis (EDA), CLIP feature extraction, K-Means clustering, and t-SNE visualizations.
144
+ * **[πŸ—„οΈ Embeddings Database (interior_embeddings.parquet)](https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/resolve/main/interior_embeddings.parquet):** The pre-computed 512-dimensional CLIP embeddings matrix, serving as the foundational knowledge base for the recommendation engine's vector search.
145
+
146
+ ---