Rahul Bhoyar
commited on
Commit
β’
f91deec
1
Parent(s):
6cc7b6e
Files added
Browse files
README.md
CHANGED
@@ -9,4 +9,24 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Fashion Recommendation System Using Image Features
|
13 |
+
### Author : Rahul Bhoyar
|
14 |
+
|
15 |
+
π This Streamlit application utilizes image features to power a sophisticated fashion recommendation system.
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
|
19 |
+
This application leverages deep learning techniques to analyze fashion images and provide personalized recommendations based on user preferences.
|
20 |
+
|
21 |
+
## Features
|
22 |
+
|
23 |
+
- Analyze uploaded images to understand user fashion preferences.
|
24 |
+
- Recommend similar fashion items based on image features.
|
25 |
+
- User-friendly interface powered by Streamlit.
|
26 |
+
|
27 |
+
## Technologies
|
28 |
+
|
29 |
+
- **Streamlit**: Version 1.33.0
|
30 |
+
- **Python**: Version 3.7 or later
|
31 |
+
- **Deep Learning**: Utilizes image feature extraction techniques.
|
32 |
+
- **Machine Learning**: Recommends fashion items based on user preferences.
|