Skip to content

Commit a899a72

Browse files
committed
Merge branch 'master' of github.com:CorentinB/DeepSort
2 parents 13a349e + 7470c80 commit a899a72

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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&utm_medium=referral&utm_content=CorentinB/DeepSort&utm_campaign=Badge_Grade_Dashboard)
22

33
# DeepSort
44
🧠 AI powered image tagger backed by DeepDetect
55

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+
610
# Prerequisites & installation
711

812
You need Docker installed, and you need to pull the DeepDetect image.
@@ -16,9 +20,11 @@ Make it executable with:
1620
chmod +x deepsort
1721
```
1822

23+
You also need your local 8080 port to not be mapped already.
24+
1925
# Usage
2026

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:
2228
```
2329
identified-image-class_hash.ext
2430
```

0 commit comments

Comments
 (0)