Update README.md
Browse files
README.md
CHANGED
|
@@ -10,13 +10,14 @@ app_file: app.py
|
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
tags:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
python_version: 3.11
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Paper Survey Agent
|
|
@@ -271,4 +272,4 @@ make run-app # Launch Gradio app
|
|
| 271 |
make lint # Run ruff linter
|
| 272 |
make format # Format code
|
| 273 |
make help # Show all commands
|
| 274 |
-
```
|
|
|
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
tags:
|
| 13 |
+
- literature-review
|
| 14 |
+
- paper-survey
|
| 15 |
+
- arxiv
|
| 16 |
+
- semantic-scholar
|
| 17 |
+
- llm-agent
|
| 18 |
+
- research
|
| 19 |
python_version: 3.11
|
| 20 |
+
short_description: 'Ask questions about topic and get structured papers survey '
|
| 21 |
---
|
| 22 |
|
| 23 |
# Paper Survey Agent
|
|
|
|
| 272 |
make lint # Run ruff linter
|
| 273 |
make format # Format code
|
| 274 |
make help # Show all commands
|
| 275 |
+
```
|