diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-17 17:51:33 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-17 17:51:33 +0200 |
commit | 892396e3d1ed0352400663f91a190ee65da4c12a (patch) | |
tree | 635c56d48a47817d517be7798d234b9e18f07bc9 /README.md | |
parent | 1433cd6f2dccb6b981209a2cc2a3ac6a45156387 (diff) | |
download | file-tagger-892396e3d1ed0352400663f91a190ee65da4c12a.tar.gz |
Added link to upstream repository in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |