diff options
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. |