Paperless AI - AI Captain, Documents Ahead

AI Captain, Documents Ahead

The most advanced AI companion for Paperless-NGX. Transform your document management with powerful AI-driven automation and insights.

Explore Features
Paperless AI Dashboard

Document Chat

Interact with your documents through natural conversation. Ask questions and get instant, AI-powered responses.

AI Playground

Experiment with different AI models and customize document processing workflows to suit your needs.

Smart History

Keep track of all document interactions and AI processing with detailed historical records.

Custom Settings

Fine-tune your AI processing parameters and document management preferences with ease.

See It In Action

Experience the power of AI-driven document management firsthand

Document Chat Interface

Document Chat

Interactive AI-powered document conversations

AI Playground Interface

AI Playground

Experiment with different AI models and parameters

Document History Interface

History View

Track and manage your document processing history

Settings Interface

Settings

Configure your AI and document processing preferences

Installation

Docker
Manual Install
Configuration
paperless-ai installation
$ Quick start with Docker
docker pull clusterzx/paperless-ai:latest

docker run -d \
    --name paperless-ai \
    --network bridge \
    -v paperless-ai_data:/app/data \
    -p 3000:3000 \
    --restart unless-stopped \
    clusterzx/paperless-ai
                          
$ Manual installation steps
git clone https://github.com/clusterzx/paperless-ai.git
cd paperless-ai
pip install -r requirements.txt
python main.py
$ Configuration file setup
Goto http://your-paperless-ai-instance/setup