Caution
若您所在法域对学术数据有审查要求,谨慎运行本代码;任何二次分发版本必须履行合规审查(包括但不限于原始论文合规性、AI合规性)义务,否则一切法律后果由下游自行承担。
Caution
If your jurisdiction has censorship requirements for academic data, run this code with caution; any secondary distribution version must remove the entrance accessible to China and fulfill the content review obligations, otherwise all legal consequences will be borne by the downstream.
This innovative tool transforms how you stay updated with arXiv papers by combining automated crawling with AI-powered summarization.
🎯 Zero Infrastructure Required
- Leverages GitHub Actions and Pages - no server needed
- Completely free to deploy and use
🤖 Smart AI Summarization
- Daily paper crawling with DeepSeek-powered summaries
- Cost-effective: Only ~0.2 CNY per day
💫 Smart Reading Experience
- Personalized paper highlighting based on your interests
- Cross-device compatibility (desktop & mobile)
- Local preference storage for privacy
- Flexible date range filtering
👉 Try it now! - No installation required
video-1080p.mp4
This repo will daily crawl arXiv papers about cs.CV, cs.GR, cs.CL and cs.AI, and use DeepSeek to summarize the papers in Chinese. If you wish to crawl other arXiv categories, use other LLMs, or other languages, please follow the instructions. Otherwise, you can directly use this repo in https://dw-dengwei.github.io/daily-arXiv-ai-enhanced/. Please star it if you like :)
Instructions:
- Fork this repo to your own account
- Go to: your-own-repo -> Settings -> Secrets and variables -> Actions
- Go to Secrets. Secrets are encrypted and used for sensitive data
- Create two repository secrets named
OPENAI_API_KEYandOPENAI_BASE_URL, and input corresponding values. - [Optional] Set a password in
secrets.ACCESS_PASSWORDif you do not wish others to access your page. (see #64) - Go to Variables. Variables are shown as plain text and are used for non-sensitive data
- Create the following repository variables:
CATEGORIES: separate the categories with ",", such as "cs.CL, cs.CV"LANGUAGE: such as "Chinese" or "English"MODEL_NAME: such as "deepseek-chat"EMAIL: your email for push to GitHubNAME: your name for push to GitHub
- Go to your-own-repo -> Actions -> arXiv-daily-ai-enhanced
- You can manually click Run workflow to test if it works well (it may take about one hour). By default, this action will automatically run every day. You can modify it in
.github/workflows/run.yml - Set up GitHub pages: Go to your own repo -> Settings -> Pages. In
Build and deployment, setSource="Deploy from a branch",Branch="main", "/(root)". Wait for a few minutes, go to https://<username>.github.io/daily-arXiv-ai-enhanced/. Please see this issue for more precise instructions.
See https://github.com/users/dw-dengwei/projects/3
Thanks to the following special contributors for contributing code, discovering bugs, and sharing useful ideas for this project!!!
|
JianGuanTHU |
Chi-hong22 |
chaozg |
quantum-ctrl |
Zhao2z |
eclipse0922 |
|
xuemian168 |
We sincerely thank the following individuals and organizations for their promotion and support!!!
![]() Github_Daily |
![]() AIGCLINK |
阮一峰的网络日志 科技爱好者周刊 (第 353 期) |
![]() 《HelloGitHub》 月刊第 111 期 |


