File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
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 )
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 ) [ ![ Codacy Badge ] ( https://api.codacy.com/project/badge/Grade/c62d2294e151492da4792fcb63b71d05 )] ( https://www.codacy.com/project/CorentinB/DeepSort/dashboard?utm_source=github.com & amp ; utm_medium=referral & amp ; utm_content=CorentinB/DeepSort & amp ; utm_campaign=Badge_Grade_Dashboard )
2
2
3
3
# DeepSort
4
4
🧠 AI powered image tagger backed by DeepDetect
5
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
+
6
10
# Prerequisites & installation
7
11
8
12
You need Docker installed, and you need to pull the DeepDetect image.
@@ -16,9 +20,11 @@ Make it executable with:
16
20
chmod +x deepsort
17
21
```
18
22
23
+ You also need your local 8080 port to not be mapped already.
24
+
19
25
# Usage
20
26
21
- 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:
22
28
```
23
29
identified-image-class_hash.ext
24
30
```
You can’t perform that action at this time.
0 commit comments