I just published my first open source Python package — and I want to share what I built and why. It's called paner — a terminal-based PDF analyzer powered by AI. The idea is simple: instead of uploading your documents to some cloud service and hoping they stay private, paner runs entirely on your local machine. You drop a PDF into your terminal, ask questions about it conversationally, and get intelligent answers — all without your files ever leaving your computer. Under the hood it uses: → Groq - for fast AI responses → ChromaDB for local vector storage → Sentence Transformers for embeddings → Python cmd module for the interactive CLI experience This project taught me a lot about RAG (Retrieval Augmented Generation), vector databases, Python packaging, and shipping a real product end to end. You can install it right now with: pip install paner-cli And the full source code is on GitHub: https://lnkd.in/emZZAHvt This is just the beginning. If you try it out, I'd love your feedback. #Python #OpenSource #AI #RAG #BuildingInPublic #SoftwareDevelopment #MachineLearning

To view or add a comment, sign in

Explore content categories