Rahul Bhoyar commited on
Commit
f91deec
β€’
1 Parent(s): 6cc7b6e

Files added

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -9,4 +9,24 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.