File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ [ ![ 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 )
2+
13# DeepSort
24🧠 AI powered image tagger backed by DeepDetect
5+
6+ # Prerequisites & installation
7+
8+ You need Docker installed, and you need to pull the DeepDetect image.
9+ ```
10+ docker pull beniz/deepdetect_cpu
11+ ```
12+
13+ First download the latest release from https://github.com/CorentinB/DeepSort/releases
14+ Make it executable with:
15+ ```
16+ chmod +x deepsort
17+ ```
18+
19+ # Usage
20+
21+ Just input a folder, and all files will begin to be renames all the pictures files the following way:
22+ ```
23+ identified-image-class_original-name.ext
24+ ```
25+ To start the tagging:
26+ ```
27+ ./deepsort FOLDER
28+ ```
29+
30+ # Benchmark
31+
32+ Tested on 605 files, it took 11m18s on an i7 7700K.
You can’t perform that action at this time.
0 commit comments