Privacy-first document tagger using local AI. Automatically tags your files with up to 10 relevant tags.
python setup.py # Interactive setup
python docsifter.py # Run the app- 🔒 100% Private - All AI processing happens locally
- 🏷️ Smart Tagging - Up to 10 tags per file
- 🔍 Search - Find files by name or tags
- 💼 Financial Docs - Detects I797, bank statements, tax forms, etc.
- 💾 Local Storage - Tags saved in JSON database
- Select folder (Documents, Desktop, Downloads)
- Click "Scan & Tag Files"
- Search your tagged files
Tags include:
- Document type (pdf, image, spreadsheet)
- Category (financial, immigration, legal)
- Specific forms (I797, W2, bank-statement)
- Year (2024, 2025)
- Python 3.7+
- Ollama (installed by setup script)
# Install Ollama
brew install ollama # macOS
# or visit ollama.ai
# Download model
ollama pull llama3.2
# Install dependencies
pip install -r requirements.txt
# Run
python docsifter.pyMIT