aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-09-17 17:51:33 +0200
committerLeonard Kugis <leonard@kug.is>2025-09-17 17:51:33 +0200
commit892396e3d1ed0352400663f91a190ee65da4c12a (patch)
tree635c56d48a47817d517be7798d234b9e18f07bc9
parent1433cd6f2dccb6b981209a2cc2a3ac6a45156387 (diff)
downloadfile-tagger-892396e3d1ed0352400663f91a190ee65da4c12a.tar.gz
Added link to upstream repository in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 87cb24f..539b00e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# file-tagger
+Upstream repository: [https://git.kug.is/file-tagger.git](https://git.kug.is/file-tagger.git)
+
*file-tagger* is a tool for bulk-tagging files.
It uses the tagging system [TMSU](https://tmsu.org/) as backend.
For images, it uses tensorflow and ResNet50 to predict keywords automatically,
@@ -46,4 +48,4 @@ options:
1. Install requirements `pip install tensorflow numpy tkinter opencv-python`
2. Run the main script given the base directory `python file-tagger.py --base <base> --gui --gui-tag --predict-images`
3. Consecutively tag the files by entering comma-separated tags to the entry and pressing `Next`
-4. If you want to take a break from tagging, remember the current index and give it as start index next time. Mind that adding/removing files will invalidate the index. \ No newline at end of file
+4. If you want to take a break from tagging, remember the current index and give it as start index next time. Mind that adding/removing files will invalidate the index.