An AI-powered research paper assistant for security researchers. Ask questions about security research papers and get in-depth technical analysis.
🔗 Live Demo: Research Parrot
- RAG-based Q&A: Query your research papers using semantic search powered by Pinecone
- Security-focused: Tailored responses for security researchers with technical depth
- LaTeX Support: Properly renders mathematical formulas and equations
- HuggingFace Inference: Uses open-source LLMs via HuggingFace Inference API
- Gradio - Web interface
- HuggingFace Hub - LLM inference
- LangChain - RAG framework
- Pinecone - Vector database
Set these secrets in your Hugging Face Space settings:
| Secret | Description |
|---|---|
HF_TOKEN |
Your Hugging Face API token |
PINECONE_API_KEY |
Your Pinecone API key |
Simply type your question about security research topics like:
- "What is prompt injection?"
- "Tell me about jailbreaking techniques"
- "Explain RAG architecture"
- "What are the main attack vectors discussed?"
