Skip to content

Stingy-Guy-US/PDFMind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PDFMind

PDFs that talk back. Feed them to your AI.

πŸ“š PDFMind – Talk to Your Files

Upload a stack of PDFs, ask questions, get answers. Uses LangChain + Vector Store (FAISS) for fast, smart Q&A.


πŸ”Ž Features

  • πŸ” Multi-PDF search & embedding
  • 🧠 OpenAI / Local LLM support
  • πŸ—‚οΈ Simple drag-drop UI (Streamlit)
  • πŸ”’ Fully local mode option

βš™οΈ Start

git clone https://github.com/Stingy-Guy-US/PDFMind.git
cd PDFMind
pip install -r requirements.txt
streamlit run app.py

πŸ“š PDFMind – Output Preview

PDFMind/
β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ interface.py
β”‚   β”œβ”€β”€ pdf_reader.py
β”‚   └── vector_engine.py
β”œβ”€β”€ uploads/
β”‚   └── sample_docs/
β”‚       β”œβ”€β”€ paper1.pdf
β”‚       └── report2.pdf
β”œβ”€β”€ storage/
β”‚   β”œβ”€β”€ faiss_index/
β”‚   └── embeddings/
β”œβ”€β”€ config/
β”‚   └── settings.yaml
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
└── README.md

πŸ” License

Apache 2.0 Private Drop: Patreon


πŸ“§ info@stingyguy.us | 🌐 onelastai.com 🧠 Grand Pa Unitedβ„’ – πŸ‡¦πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published