From afc1232717db34099d6a2d1630989ef506841957 Mon Sep 17 00:00:00 2001 From: Corentin Barreau Date: Sat, 18 Aug 2018 14:57:16 +0200 Subject: [PATCH 1/3] Update README.md Add 8080 port notice. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0aca8a..73d064b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Make it executable with: chmod +x deepsort ``` +You also need your local 8080 port to not be mapped already. + # Usage Just input a folder, and all files will begin to be renames all the pictures files the following way: From fed8dcf61608e0afcf28e5373b76e449c83395b0 Mon Sep 17 00:00:00 2001 From: Corentin Barreau Date: Sat, 18 Aug 2018 14:59:58 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d064b..ac96227 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![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) +[![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) # DeepSort 🧠 AI powered image tagger backed by DeepDetect From 7470c80523673966857dd7f4b2e79623b60b0265 Mon Sep 17 00:00:00 2001 From: Corentin Barreau Date: Sat, 18 Aug 2018 15:06:40 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac96227..c7f6f8e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ # DeepSort 🧠 AI powered image tagger backed by DeepDetect +# Why? + +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. + # Prerequisites & installation 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. # Usage -Just input a folder, and all files will begin to be renames all the pictures files the following way: +Just input a folder, and it will recursively rename all the pictures the following way: ``` identified-image-class_hash.ext ```