Open NomadicRenegade opened 4 months ago
The process you mention I think that doesn't need an AI. Sounds like a metadata-renamer.
Well certainly you can make another step with another tool, but if the idea is to streamline and make the tool useful (AI and all), metadata access is key.
Yeah I agree on the metadata sharing with the AI
Yeah I agree on the metadata sharing with the AI
If I may, a suggestion may be inserted as a yml file in each level of directory and those being collected along the way , kind of cues for the llm prompt.
Example directory myfamily global.yml file contents main_prompt: family photographs tags:
sub directory 2024-01-01 global.yml file contents tags:
...and so on. So , when the program reaches the files , has the meta information of "Family photographs","winter travel to Spain" as the context.
It would be great if we could scan the metadata in the file and as part of the configuration define a naming scheme that includes date to what the LLM finds and lands on. So if my picture was taken on 2024_07_16 and the file name is myFamily, the resulting filename is 2024_07_16_myFamily. Casing can be adjusted for date and main filename (snake + Camel or something like that).