Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Research Agent - Agentic RAG
|
| 3 |
+
emoji: π€
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# π€ AI Research Agent - Agentic RAG System
|
| 13 |
+
|
| 14 |
+
Advanced multi-tool research assistant with intelligent query planning, document retrieval, and voice output.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- π PDF Document Upload & Processing
|
| 19 |
+
- π§ Intelligent Query Planning
|
| 20 |
+
- π Semantic Document Retrieval
|
| 21 |
+
- π Web Search Integration
|
| 22 |
+
- π Text-to-Speech Voice Output
|
| 23 |
+
|
| 24 |
+
## Quick Start
|
| 25 |
+
|
| 26 |
+
1. Upload PDF documents
|
| 27 |
+
2. Add GROQ_API_KEY in Space settings
|
| 28 |
+
3. Ask questions
|
| 29 |
+
4. Get voice responses
|
| 30 |
+
|
| 31 |
+
## Tech Stack
|
| 32 |
+
|
| 33 |
+
- LLM: Groq (Llama 3.1 8B)
|
| 34 |
+
- Embeddings: Sentence Transformers
|
| 35 |
+
- Vector DB: FAISS
|
| 36 |
+
- UI: Gradio
|
| 37 |
+
- Voice: gTTS
|
| 38 |
+
|
| 39 |
+
## License
|
| 40 |
+
|
| 41 |
+
MIT
|