Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,28 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
| 5 |
sdk: gradio
|
| 6 |
-
sdk_version:
|
| 7 |
-
python_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Academic Curator V3
|
| 3 |
+
emoji: 🎓
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
+
python_version: 3.10
|
| 9 |
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
license: mit
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# 🎓 The Academic Curator (V3 Architecture)
|
| 15 |
+
|
| 16 |
+
An Agentic AI research platform designed for **Qualitative Thematic Analysis** and autonomous paper ingestion.
|
| 17 |
+
|
| 18 |
+
## 🚀 Deployment Instructions
|
| 19 |
+
1. Upload `app.py`, `agent.py`, `tools.py`, `prompt.py`, and `requirements.txt` to your Space.
|
| 20 |
+
2. Go to **Settings > Variables and secrets**.
|
| 21 |
+
3. Add your `HF_TOKEN`, `SERPAPI_API_KEY`, and `SCOPUS_API_KEY`.
|
| 22 |
+
4. (Optional) Connect a persistent storage dataset to `/data` to keep your saved papers forever!
|
| 23 |
+
|
| 24 |
+
## 🛡️ Core Features
|
| 25 |
+
- **10 Academic Sources**: arXiv, PubMed, Scholar (SerpAPI), OpenAlex, Semantic Scholar, HF Papers, Tavily, and more.
|
| 26 |
+
- **Strict Research Filter**: Automatically discards books, news, and non-journal content.
|
| 27 |
+
- **V3 Minimalist Code**: Powered by LangChain wrappers with almost zero hardcoded logic.
|
| 28 |
+
- **High-Contrast Design**: Premium UI optimized for academic focus.
|