Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CorentinB/DeepSort
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Aug 18, 2018
2 parents 13a349e + 7470c80 commit a899a72
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[![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

# 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.
Expand All @@ -16,9 +20,11 @@ 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:
Just input a folder, and it will recursively rename all the pictures the following way:
```
identified-image-class_hash.ext
```
Expand Down

0 comments on commit a899a72

Please sign in to comment.