Magic Folder — Local AI File Sorter
Automatically sort and rename your files based on their content using local AI.
Just drop a file into a folder — the AI will read it, understand what it’s about, and organize it for you. All 100% offline.
This project is built to run entirely offline. Your documents are never sent to the cloud.
Setup
- Clone the repo
git clone https://github.com/josh5210/magic-folder-public.git
cd magic-folder
- Set up a virtual environment
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
- Install dependencies
pip install torch transformers watchdog python-docx PyMuPDF
-
Configure Directory Structure in monitoring.py
-
Run the script
python monitoring.py
License: MIT