matanzig commited on
Commit
61ac4f8
·
verified ·
1 Parent(s): 926c9b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
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 align="center">VISIONARY: AI-Powered Interior Design Engine </h1>
18
-
19
- <div align="center">
20
-
21
- **Matan Zigelman**
22
- *Reichman University*
23
 
 
 
24
  </div>
25
 
 
26
  ---
27
 
28
  ## 📖 Project Overview
29
- Traditional visual search engines often rely on basic pixel-matching or color histograms, which struggle to grasp the structural and semantic nuances of architectural spaces. **Visionary** was developed as a comprehensive academic and technical showcase to solve this limitation.
30
 
31
- By utilizing the `openai/clip-vit-base-patch32` vision-language model, this project projects raw images into a 512-dimensional semantic space. As a result, the system autonomously understands abstract concepts—such as "minimalist," "industrial," or "warm lighting"—and retrieves highly accurate room designs based on user inspiration photos or textual descriptions.
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. This dataset is exceptionally well-suited for high-level visual recommendation tasks.
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
  | :--- | :--- |