Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nekonenene/image-clustering-practice


https://github.com/nekonenene/image-clustering-practice

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Image Clustering Practice

## Setup

1: Create venv environment

```sh
python -m venv venv
```

2: Activate venv

```sh
source venv/bin/activate
```

3: Install requirements

```sh
pip install -r requirements.txt
```

4: Put images

```sh
mkdir imageset
cp /path/to/images/* imageset/
```

## Run

```sh
python main.py
```