Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,12 +8,15 @@ app_port: 7860
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
---
|
|
|
11 |
|
12 |
|
13 |
# 💪 Paper Hero
|
14 |
|
15 |
A toolkit to help search for papers from aclanthology, arXiv and dblp.
|
16 |
|
|
|
|
|
17 |
## 🌴 Setup
|
18 |
|
19 |
1. Make sure you have [Git](https://git-scm.com/) and [Python](https://www.python.org/downloads/) 3.10.8 installed (or Python >= 3.9).
|
@@ -67,6 +70,10 @@ if __name__ == "__main__":
|
|
67 |
dump_paper_list_to_markdown_checklist(ee_papers, "results/ee-paper-list.md")
|
68 |
```
|
69 |
|
|
|
|
|
|
|
|
|
70 |
## 🗺️ Roadmap
|
71 |
|
72 |
- [x] aclanthology
|
|
|
8 |
pinned: true
|
9 |
license: apache-2.0
|
10 |
---
|
11 |
+

|
12 |
|
13 |
|
14 |
# 💪 Paper Hero
|
15 |
|
16 |
A toolkit to help search for papers from aclanthology, arXiv and dblp.
|
17 |
|
18 |
+
🎉 We have a live demo at hugginface spaces. Check it out [[here]](https://huggingface.co/spaces/Spico/paper-hero) !
|
19 |
+
|
20 |
## 🌴 Setup
|
21 |
|
22 |
1. Make sure you have [Git](https://git-scm.com/) and [Python](https://www.python.org/downloads/) 3.10.8 installed (or Python >= 3.9).
|
|
|
70 |
dump_paper_list_to_markdown_checklist(ee_papers, "results/ee-paper-list.md")
|
71 |
```
|
72 |
|
73 |
+
## 🪧 Live Demo Usage
|
74 |
+
|
75 |
+
https://user-images.githubusercontent.com/22840952/214235971-fb685f82-ff24-4854-9922-dc5554e4951f.mp4
|
76 |
+
|
77 |
## 🗺️ Roadmap
|
78 |
|
79 |
- [x] aclanthology
|