Skip to content

Commit 861cd37

Browse files
committed
spaces deployment
1 parent b055705 commit 861cd37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1226
-1546
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.large_file_extension filter=lfs diff=lfs merge=lfs -text
22
*.mp4 filter=lfs diff=lfs merge=lfs -text
3+
*.db filter=lfs diff=lfs merge=lfs -text
4+
data/databases/*.db filter=lfs diff=lfs merge=lfs -text

.gitignore

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
*.pyc
6+
*.pyo
7+
*.pyd
58

69
# C extensions
710
*.so
@@ -161,11 +164,13 @@ cython_debug/
161164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162165
#.idea/
163166
main_batch.py
164-
requirements.txt
167+
# requirements.txt
165168
wandb/
166169
slurm_logs/
167170
notebooks/
168171
assets/polymathic_data_files
169172
assets/notes
170173
assets/test.ipynb
171-
Meta-Llama-3-70B-Instruct/
174+
Meta-Llama-3-70B-Instruct/
175+
*.db-journal
176+
.DS_Store

README-spaces.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Surveyor
3+
emoji: 🔍
4+
colorFrom: blue
5+
colorTo: green
6+
sdk: gradio
7+
sdk_version: 4.40.0
8+
app_file: app.py
9+
pinned: false
10+
---
11+
12+
# Surveyor
13+
14+
An interactive interface for querying and visualizing scientific paper databases with concept co-occurrence graphs.
15+
## Features
16+
- Interactive concept co-occurrence graphs
17+
- SQL query interface with pre-built queries
18+
- Support for multiple scientific domains
19+
- Graph filtering and highlighting

0 commit comments

Comments
 (0)