Have questions about a PDF? Just upload and ask! This app uses LangChain, FAISS, and HuggingFace embeddings to answer questions from your documents like a real assistant.
- π Upload any PDF file
- π¬ Ask natural language questions
- β‘οΈ Instant AI responses from the content
- π§ Powered by
LangChain
+FAISS
+HuggingFace
- π― Simple Streamlit interface
Layer | Tech |
---|---|
Interface | Streamlit |
AI Engine | LangChain + HuggingFace |
Embedding | HuggingFace Inference |
Vector Store | FAISS |
Loader | PyPDFLoader |
π½οΈ Demo Video: Coming soon
git clone https://github.com/ankitkr0408/AskYourPDF-AI.git
cd AskYourPDF-AI
pip install -r requirements.txt
streamlit run pdf_chat_app.py
This project is licensed under the MIT License - see the LICENSE file for details.