Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.46.1
metadata
title: PDF Q&A Tutor (Groq Powered)
emoji: π
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 5.44.1
app_file: app.py
pinned: false
π PDF Q&A Tutor
Upload a PDF research paper and ask questions about it!
This Space uses:
- SentenceTransformers for embeddings
- FAISS for vector search
- Groq API for fast, low-latency LLM inference (e.g.
qwen/qwen3-32b
orllama3-70b
)
π Setup
- Go to your Spaceβs Settings β Repository secrets.
- Add your Groq API key as: GROQ_API_KEY = your_api_key_here
π Usage
- Upload a PDF paper.
- Ask questions in the chatbox.
- The system retrieves relevant chunks from the PDF and asks Groqβs LLM to explain in simple terms.
π§© Models
- Embeddings:
intfloat/e5-base-v2
- Vector DB: FAISS
- LLM (via Groq API):
qwen/qwen3-32b
(default, can be swapped forllama3-70b
)