bluebalam commited on
Commit
e09d4a1
β€’
2 Parent(s): cbed2f0 4398493

Merge branch 'main' of https://huggingface.co/spaces/bluebalam/paper-rec

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -2,17 +2,18 @@
2
  title: paper-rec
3
  emoji: πŸ“ƒ πŸ€– πŸ’™
4
  colorFrom: indigo
5
- colorTo: blue
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: true
9
  license: mit
 
10
  ---
11
 
12
  # `paper-rec` demo
13
 
14
  What paper in ML/AI should I read next? It is difficult to choose from all great research publications published daily. This demo gives you a personalized selection of papers from the latest scientific contributions available in [arXiv](https://arxiv.org/).
15
 
16
- You just input the title or abstract (or both) of paper(s) you liked in the past or you can also use keywords of topics of interest and get the top-10 article recommednations tailored to your tase.
17
 
18
  Enjoy!
 
2
  title: paper-rec
3
  emoji: πŸ“ƒ πŸ€– πŸ’™
4
  colorFrom: indigo
5
+ colorTo: red
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: true
9
  license: mit
10
+ models: bluebalam/paper-rec
11
  ---
12
 
13
  # `paper-rec` demo
14
 
15
  What paper in ML/AI should I read next? It is difficult to choose from all great research publications published daily. This demo gives you a personalized selection of papers from the latest scientific contributions available in [arXiv](https://arxiv.org/).
16
 
17
+ You just input the title or abstract (or both) of paper(s) you liked in the past or you can also use keywords of topics of interest and get the top-10 article recommendations tailored to your taste.
18
 
19
  Enjoy!