Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekonenene/image-clustering-practice
https://github.com/nekonenene/image-clustering-practice
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nekonenene/image-clustering-practice
- Owner: nekonenene
- Created: 2024-06-01T15:47:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T11:50:45.000Z (5 months ago)
- Last Synced: 2024-06-03T19:41:56.387Z (5 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```