Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,24 +11,23 @@ pinned: false
|
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
-
<div align="center">
|
| 15 |
<img src="https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/resolve/main/viss1.jpeg" width="800"/>
|
|
|
|
| 16 |
|
| 17 |
-
<h1
|
| 18 |
-
|
| 19 |
-
<div align="center">
|
| 20 |
-
|
| 21 |
-
**Matan Zigelman**
|
| 22 |
-
*Reichman University*
|
| 23 |
|
|
|
|
|
|
|
| 24 |
</div>
|
| 25 |
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
## 📖 Project Overview
|
| 29 |
-
|
| 30 |
|
| 31 |
-
By utilizing the `openai/clip-vit-base-patch32` vision-language model,
|
| 32 |
|
| 33 |
**Tech Stack:** `Python` | `PyTorch` | `Hugging Face (Transformers, Datasets)` | `Scikit-Learn (K-Means, t-SNE)` | `Pandas` | `Gradio`
|
| 34 |
|
|
@@ -36,7 +35,7 @@ By utilizing the `openai/clip-vit-base-patch32` vision-language model, this proj
|
|
| 36 |
|
| 37 |
## 🗄️ 1. Dataset Architecture
|
| 38 |
|
| 39 |
-
For the foundation of this engine, I selected the `my_interior_design_dataset` from Hugging Face.
|
| 40 |
|
| 41 |
| Feature | Details |
|
| 42 |
| :--- | :--- |
|
|
|
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
+
<div align="center">
|
| 15 |
<img src="https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/resolve/main/viss1.jpeg" width="800"/>
|
| 16 |
+
<br>
|
| 17 |
|
| 18 |
+
<h1>VISIONARY: AI-Powered Interior Design Engine</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
**Matan Zigelman**<br>
|
| 21 |
+
*Reichman University*
|
| 22 |
</div>
|
| 23 |
|
| 24 |
+
|
| 25 |
---
|
| 26 |
|
| 27 |
## 📖 Project Overview
|
| 28 |
+
**Visionary** is a machine learning application designed to provide context-aware interior design recommendations through deep semantic feature extraction. The core objective of the project is to explore how neural networks can understand the complex structural and stylistic nuances of an architectural space.
|
| 29 |
|
| 30 |
+
By utilizing the `openai/clip-vit-base-patch32` vision-language model, the system converts raw images into 512-dimensional semantic embeddings. This mathematical representation enables the application to group and retrieve rooms based on abstract design concepts—such as "minimalist," "industrial," or "warm lighting"—allowing users to seamlessly discover relevant interior designs using either visual inspiration photos or text prompts.
|
| 31 |
|
| 32 |
**Tech Stack:** `Python` | `PyTorch` | `Hugging Face (Transformers, Datasets)` | `Scikit-Learn (K-Means, t-SNE)` | `Pandas` | `Gradio`
|
| 33 |
|
|
|
|
| 35 |
|
| 36 |
## 🗄️ 1. Dataset Architecture
|
| 37 |
|
| 38 |
+
For the foundation of this engine, I selected the `my_interior_design_dataset` from Hugging Face. I specifically chose this dataset because its dual-label metadata provides a rich, multi-dimensional ground truth, allowing the evaluation of both functional and stylistic semantic similarities.
|
| 39 |
|
| 40 |
| Feature | Details |
|
| 41 |
| :--- | :--- |
|