GitHub - iyaja/llama-fs: A self-organizing file system with llama 3
LlamaFS
Inspiration
Open your ~/Downloads directory. Or your Desktop. It's probably a mess...
There are only two hard things in Computer Science: cache invalidation and naming things.
What it does
LlamaFS is a self-organizing file manager. It automatically renames and organizes your files based on their contents and well-known conventions (e.g., time). It supports many kinds of file, and even images (through Moondream) and audio (through Whisper).
LlamaFS runs in two "modes" - as a batch job (ba...
Read more at github.com