index
:
file-tagger.git
master
Semi-automated file tagging utility using TMSU and keyword detection using tensorflow with ResNet50
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file-tagger.py
Age
Commit message (
Collapse
)
Author
2023-03-31
TMSU: Classified and added option to override default command.
Leonard Kugis
2023-03-31
Added options to choose prediction backend and skip tagged files.
Leonard Kugis
2023-03-31
Predictor: Moved out of main script
Leonard Kugis
2023-03-22
Optimized partial prediction
Leonard Kugis
2023-03-22
Coverting image to RGB before detecting
Leonard Kugis
2023-03-22
Added new options to GUI
Leonard Kugis
2023-03-22
Implemented detail scanner with multithreading
Leonard Kugis
2023-03-21
Split util and tmsu functions
Leonard Kugis
2023-03-21
Better file handling for filenames with spaces.
Leonard Kugis
2023-03-21
Using relative paths for TMSU
Leonard Kugis
2023-03-21
Implemented difference between base and file-dir
Leonard Kugis
2023-03-21
Commented code
Leonard Kugis
2023-03-21
Implemented index handling
Leonard Kugis
2023-03-21
Prediction: Made top results configurable
Leonard Kugis
2023-03-21
CLI, GUI
Leonard Kugis
Implemented better CLI compatibility. Implemented generic GUI for all file types.
2023-03-21
Implemented basic functionality with GUI
Leonard Kugis