Rudra Rahul Chothe
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -54,8 +54,8 @@ image-similarity-search/
|
|
54 |
βββ src/
|
55 |
β βββ feature_extractor.py # EfficientNetB0 feature extraction
|
56 |
β βββ preprocessing.py # Image preprocessing and embedding computation
|
57 |
-
β
|
58 |
-
|
59 |
βββ requirements.txt
|
60 |
βββ README.md
|
61 |
βββ .gitignore
|
|
|
54 |
βββ src/
|
55 |
β βββ feature_extractor.py # EfficientNetB0 feature extraction
|
56 |
β βββ preprocessing.py # Image preprocessing and embedding computation
|
57 |
+
β βββ similarity_search.py # FAISS-based similarity search
|
58 |
+
βββ app.py # Streamlit web interface
|
59 |
βββ requirements.txt
|
60 |
βββ README.md
|
61 |
βββ .gitignore
|