From 892396e3d1ed0352400663f91a190ee65da4c12a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Wed, 17 Sep 2025 17:51:33 +0200 Subject: Added link to upstream repository in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 --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. -- cgit v1.2.3