Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB authored Aug 18, 2018
1 parent 3ad8d27 commit 00dc282
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# DeepSort
🧠 AI powered image tagger backed by DeepDetect

# Prerequisites & installation

You need Docker installed, and you need to pull the DeepDetect image.
```
docker pull beniz/deepdetect_cpu
```

First download the latest release from https://github.com/CorentinB/DeepSort/releases
Make it executable with:
```
chmod +x deepsort
```

# Usage

Just input a folder, and all files will begin to be renames all the pictures files the following way:
```
identified-image-class_original-name.ext
```
To start the tagging:
```
./deepsort FOLDER
```

# Benchmark

Tested on 605 files, it took 11m18s on an i7 7700K.

0 comments on commit 00dc282

Please sign in to comment.