https://github.com/cutupdev/clothes-similarity-comparison
This is repository for comparison clothes similarity.
https://github.com/cutupdev/clothes-similarity-comparison
encode python similarity-search tensorflow
Last synced: 3 months ago
JSON representation
This is repository for comparison clothes similarity.
- Host: GitHub
- URL: https://github.com/cutupdev/clothes-similarity-comparison
- Owner: cutupdev
- Created: 2024-02-20T07:31:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T11:55:48.000Z (10 months ago)
- Last Synced: 2025-07-05T07:42:28.605Z (10 months ago)
- Topics: encode, python, similarity-search, tensorflow
- Language: Python
- Homepage: https://ioannotator.com/image-similarity-search
- Size: 156 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Clothing Similarity Comparison
This is image similarity searching app. So clients can search their desire clothes based on sample design.
## Installation
To use util functions and scripts such as _the scraper_ and _the encoders_, clone this repository to your local environment to get started:
```
git clone https://github.com/HarmoniTech/Clothes-Similarity-Comparison.git
```
After creating a virtual environment in the cloned repository, install the dependencies as:
```
pip install -r requirements-script.txt
```