-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
[![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) | ||
|
||
# DeepSort | ||
🧠 AI powered image tagger backed by DeepDetect | ||
|
||
# Prerequisites & installation | ||
|
||
You need Docker installed, and you need to pull the DeepDetect image. | ||
``` | ||
docker pull beniz/deepdetect_cpu | ||
``` | ||
|
||
First download the latest release from https://github.com/CorentinB/DeepSort/releases | ||
Make it executable with: | ||
``` | ||
chmod +x deepsort | ||
``` | ||
|
||
# Usage | ||
|
||
Just input a folder, and all files will begin to be renames all the pictures files the following way: | ||
``` | ||
identified-image-class_original-name.ext | ||
``` | ||
To start the tagging: | ||
``` | ||
./deepsort FOLDER | ||
``` | ||
|
||
# Benchmark | ||
|
||
Tested on 605 files, it took 11m18s on an i7 7700K. |