Local AI File Reader
Build a local AI that reads your files and answers questions about them. No API keys, no cloud, no data leaves your machine.
What you'll have running
- ✅ Local AI running on your machine
- ✅ No API keys or cloud needed
- ✅ Query your own files by asking questions in plain English
- ✅ Works offline once set up
Clone and run
Source code
Build walkthrough
How it works
Clone the repo, drop your files in the docs/ folder, run python ingest.py to index them, then python agent.py to start asking questions. Uses llama-index with HuggingFace embeddings and ollama for inference. Works offline once set up. Built and verified in one afternoon using Claude Code and the Solo SaaS MVP stack.