Upload PDFs and text files, then ask questions across all of them at once. Powered by local AI — everything stays on your machine.
DocuMind is fully local. No accounts, no API keys — just install the prerequisites and run.
ollama pull llama3.2
git clone https://github.com/paul-andrei-jison/RAG_document_analyzer_project.git
cd RAG_document_analyzer_project
pip install -r requirements.txt
192.168.1.x:8000).uvicorn main:app --reload
uvicorn main:app --host 0.0.0.0 --port 8000
http://localhost:8000
DocuMind uses best-in-class open source tools. Everything you need for a production-grade local RAG pipeline.
ollama pull <model-name>, then select it from the model dropdown in the UI. Popular options include mistral, phi3, gemma2, and qwen.uvicorn main:app --host 0.0.0.0 --port 8000 and share your local IP address. Anyone on the same network can access DocuMind in their browser without any additional setup../local_vectordb in the project directory. The original files are deleted after ingestion — only the extracted text chunks and their embeddings are persisted. Nothing leaves your machine.