Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
+
---
|