
PerminovEugene/messy-folder-reorganizer-ai
📦 Open Source ProjectPerminovEugene
An AI-powered CLI tool that automatically organizes your messy files locally using Rust and Ollama.
Messy Folder Reorganizer AI is a high-performance command-line interface tool written in Rust, designed to solve the common problem of digital clutter. Unlike traditional file managers that rely on rigid naming conventions or metadata, this tool uses advanced machine learning techniques to understand the actual content of your files.
Key technical features include:
- Local AI Integration: Connects seamlessly with Ollama to run models locally, ensuring no sensitive data is transmitted to external servers.
- Semantic Clustering: Employs agglomerative clustering algorithms to group files based on their semantic meaning rather than just file types.
- Vector-based Analysis: Uses cosine similarity to measure the relationship between documents, allowing for highly accurate categorization.
- Rust-Powered Performance: Built with Rust for memory safety and high-speed file system operations, ensuring the tool handles large directories with minimal resource overhead.
- Privacy-First Design: By keeping the entire pipeline local, it provides a secure environment for organizing sensitive personal or professional documents.
💡Highlights
- ├─100% local processing via Ollama
- ├─Uses agglomerative clustering
- └─High-performance Rust implementation
🎯For
- ├─Software Developers
- ├─Data Scientists
- └─Privacy-conscious Power Users