A local file processing application that runs entirely on your machine for maximum privacy.
- Local file processing (no data sent to external services)
- Web-based interface for easy access
- Support for various file formats (PDF, images, documents)
- Batch processing capabilities
- Install Python 3.8+
- Install dependencies:
pip install -r backend/requirements.txt - Run the launcher:
python launcher/main.py - The browser will open automatically
- Backend: Flask application in
backend/ - Frontend: Static HTML/CSS/JS in
frontend/ - Launcher: Python script to start server and open browser
See project_description.md for detailed architecture information.