dsleo commited on
Commit
6682004
·
verified ·
1 Parent(s): e46268a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -9,4 +9,14 @@ license: mit
9
  short_description: Interactive viewer of math research paper knowledge graph
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
9
  short_description: Interactive viewer of math research paper knowledge graph
10
  ---
11
 
12
+ # ArxiGraph Viewer
13
+
14
+ This is a minimal static webapp for HuggingFace **Space** that visualizes document graphs exported by `arxitex.tools.export_hf_dataset`.
15
+
16
+ The app:
17
+
18
+ - Lets you enter an arXiv ID (e.g. `1706.04702` or `1706.04702v1`)
19
+ - Only displays a graph if the corresponding JSON is present on HuggingFace
20
+ - Visualizes the graph with a force-directed layout using D3.js
21
+
22
+