Skip to content

Magic Folder: Local AI File Sorter. Automatically sort and rename your text-based files based on their content using local AI. Just drop a file into a folder and the AI will read it, understand what it’s about, and organize it for you. All 100% offline, using https://huggingface.co/facebook/bart-large-mnli.

Notifications You must be signed in to change notification settings

josh5210/magic-folder-public

Repository files navigation

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.

image

Setup

  1. Clone the repo
git clone https://github.com/josh5210/magic-folder-public.git
cd magic-folder
  1. Set up a virtual environment
python -m venv venv
source venv/bin/activate     # or venv\Scripts\activate on Windows
  1. Install dependencies
pip install torch transformers watchdog python-docx PyMuPDF
  1. Configure Directory Structure in monitoring.py

  2. Run the script

python monitoring.py

License: MIT

About

Magic Folder: Local AI File Sorter. Automatically sort and rename your text-based files based on their content using local AI. Just drop a file into a folder and the AI will read it, understand what it’s about, and organize it for you. All 100% offline, using https://huggingface.co/facebook/bart-large-mnli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages