An open API service indexing awesome lists of open source software.

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.

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
```