We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed8dcf commit 7470c80Copy full SHA for 7470c80
README.md
@@ -3,6 +3,10 @@
3
# DeepSort
4
🧠 AI powered image tagger backed by DeepDetect
5
6
+# Why?
7
+
8
+Because sometimes, you have folders full of badly named pictures, and you want to be able to understand what you have in your hard drive.
9
10
# Prerequisites & installation
11
12
You need Docker installed, and you need to pull the DeepDetect image.
@@ -20,7 +24,7 @@ You also need your local 8080 port to not be mapped already.
20
24
21
25
# Usage
22
26
23
-Just input a folder, and all files will begin to be renames all the pictures files the following way:
27
+Just input a folder, and it will recursively rename all the pictures the following way:
28
```
29
identified-image-class_hash.ext
30
0 commit comments