shahidshaikh commited on
Commit
ab79dce
·
verified ·
1 Parent(s): df4deee

Update README.md

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