morteza commited on
Commit
e35d012
β€’
1 Parent(s): 62185f6

add metapath2vec model and update hf configs

Browse files
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- title: Cogtext
3
- emoji: πŸŒ–
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: streamlit
7
  app_file: app.py
8
- pinned: false
9
  ---
10
 
11
  # Configuration
1
  ---
2
+ title: Cognitive Tasks Battery Builder
3
+ emoji: πŸ”‹
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: streamlit
7
  app_file: app.py
8
+ pinned: true
9
  ---
10
 
11
  # Configuration
models/metapath2vec_v1.202112011.pkl ADDED
Binary file (364 kB). View file
requirements.txt CHANGED
@@ -0,0 +1,3 @@
 
 
 
1
+ gensim
2
+ pandas
3
+ seaborn