willieneis commited on
Commit
90fdcda
·
1 Parent(s): ed81dc9

add banner, update README and .gitignore

Browse files
Files changed (3) hide show
  1. .gitignore +3 -0
  2. README.md +8 -5
  3. readme_images/banner.png +0 -0
.gitignore CHANGED
@@ -158,3 +158,6 @@ cython_debug/
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
 
 
 
 
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
+
162
+ # vim
163
+ *.sw*
README.md CHANGED
@@ -1,7 +1,10 @@
1
- # ArxivDigest
2
- This repo aims to provide a better daily digest for newly published arXiv papers based on your own research interests and descriptions via relevancy ratings from GPT.
3
 
4
- You can try it out at [https://huggingface.co/spaces/AutoLLM/ArxivDigest](https://huggingface.co/spaces/AutoLLM/ArxivDigest) using your own OpenAI api key.
 
 
 
 
5
 
6
  You can also create a daily subscription pipeline to email you the results.
7
 
@@ -48,14 +51,14 @@ You can also send yourself an email of the digest by creating a SendGrid account
48
  - Not interested in paper focus on specific languages, e.g., Arabic, Chinese, etc.
49
 
50
  #### Result:
51
- ![example1](./readme_images/example_1.png)
52
 
53
  #### Digest Configuration:
54
  - Subject/Topic: Quantitative Finance
55
  - Interest: "making lots of money"
56
 
57
  #### Result:
58
- ![example2](./readme_images/example_2.png)
59
 
60
  ## 💡 Usage
61
 
 
1
+ <p align="center"><img src="./readme_images/banner.png" width=500 /></p>
 
2
 
3
+ **ArXiv Digest and Personalized Recommendations using Large Language Models.**
4
+
5
+ This repo aims to provide a better daily digest for newly published arXiv papers based on your own research interests and natural-language descriptions, using relevancy ratings from GPT.
6
+
7
+ You can try it out on [Hugging Face](https://huggingface.co/spaces/AutoLLM/ArxivDigest) using your own OpenAI api key.
8
 
9
  You can also create a daily subscription pipeline to email you the results.
10
 
 
51
  - Not interested in paper focus on specific languages, e.g., Arabic, Chinese, etc.
52
 
53
  #### Result:
54
+ <p align="center"><img src="./readme_images/example_1.png" width=650 /></p>
55
 
56
  #### Digest Configuration:
57
  - Subject/Topic: Quantitative Finance
58
  - Interest: "making lots of money"
59
 
60
  #### Result:
61
+ <p align="center"><img src="./readme_images/example_2.png" width=650 /></p>
62
 
63
  ## 💡 Usage
64
 
readme_images/banner.png ADDED