Update README.md
Browse files
README.md
CHANGED
|
@@ -9,38 +9,23 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
| 1 | 🔍 جلب من arXiv + Semantic Scholar | Dual-source paper fetch |
|
| 19 |
-
| 2 | 📖 شرح عربي/إنجليزي | Arabic & English explanation |
|
| 20 |
-
| 3 | ⚖️ مقارنة ورقتين | Compare two papers |
|
| 21 |
-
| 4 | 🌐 نظرة عامة شاملة | Full research overview |
|
| 22 |
-
| 5 | 📊 تحليل الاتجاهات + مخططات | Trends analysis + charts |
|
| 23 |
-
| 6 | 📚 بيبليوغرافيا APA/IEEE/Chicago/BibTeX | Bibliography generator |
|
| 24 |
-
| 7 | ⭐ حفظ مفضلة + تصدير CSV | Favorites + CSV export |
|
| 25 |
-
| 8 | 🔔 تحديث تلقائي (threading) | Auto-fetch background thread |
|
| 26 |
-
| 9 | 🔊 شرح صوتي عربي/إنجليزي | TTS audio (AR + EN) |
|
| 27 |
-
| 10 | 💬 محادثة RAG ثنائية اللغة | Bilingual RAG chatbot |
|
| 28 |
-
|
| 29 |
-
## 🚀 Setup / الإعداد
|
| 30 |
-
1. Add `GROQ_API_KEY` to HuggingFace **Settings → Secrets**
|
| 31 |
2. Wait ~1 min for model loading
|
| 32 |
-
3.
|
| 33 |
-
|
| 34 |
-
## 🛠️ Tech Stack
|
| 35 |
-
| Component | Technology |
|
| 36 |
-
|-----------|-----------|
|
| 37 |
-
| LLM | Llama-3.3-70B via Groq |
|
| 38 |
-
| Embeddings | multilingual-MiniLM-L12-v2 |
|
| 39 |
-
| Vector DB | FAISS |
|
| 40 |
-
| Sources | arXiv API + Semantic Scholar |
|
| 41 |
-
| TTS | gTTS |
|
| 42 |
-
| Charts | Matplotlib |
|
| 43 |
-
| Interface | Gradio 5 |
|
| 44 |
-
|
| 45 |
-
## 📚 Supported arXiv Categories
|
| 46 |
-
`econ` · `q-fin` · `cs.AI` · `cs.LG` · `cs.CL` · `stat` · `physics` · `math` · `q-bio`
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Scientific Paper Discovery Bot
|
| 13 |
|
| 14 |
+
## Features
|
| 15 |
+
| # | Feature |
|
| 16 |
+
|---|---------|
|
| 17 |
+
| 1 | arXiv + Semantic Scholar dual-source fetch |
|
| 18 |
+
| 2 | Arabic & English explanation (Llama-3.3-70B) |
|
| 19 |
+
| 3 | Compare two papers |
|
| 20 |
+
| 4 | Research overview |
|
| 21 |
+
| 5 | Trends analysis + charts |
|
| 22 |
+
| 6 | Bibliography APA/IEEE/Chicago/BibTeX |
|
| 23 |
+
| 7 | Favorites + CSV export |
|
| 24 |
+
| 8 | Auto-fetch background thread |
|
| 25 |
+
| 9 | TTS audio (AR + EN) |
|
| 26 |
+
| 10 | Bilingual RAG chatbot |
|
| 27 |
|
| 28 |
+
## Setup
|
| 29 |
+
1. Add `GROQ_API_KEY` to HuggingFace Secrets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
2. Wait ~1 min for model loading
|
| 31 |
+
3. Search → Fetch → Explain → Compare → Chat!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|