经 AI Skill Hub 精选评估,开源AI工具:自动更新论文列表 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
该项目提供了一个开源的AI工具,用于自动更新论文列表,帮助用户快速找到相关论文。该工具使用Python编写,支持多种功能,包括安装、动作识别、异常检测、音频处理、分类、深度估计等。
开源AI工具:自动更新论文列表 是一款基于 Python 开发的开源工具,专注于 installable、action-recognition、anomaly-detection 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
该项目提供了一个开源的AI工具,用于自动更新论文列表,帮助用户快速找到相关论文。该工具使用Python编写,支持多种功能,包括安装、动作识别、异常检测、音频处理、分类、深度估计等。
开源AI工具:自动更新论文列表 是一款基于 Python 开发的开源工具,专注于 installable、action-recognition、anomaly-detection 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install paper-list
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install paper-list
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/isLinXu/paper-list
cd paper-list
pip install -e .
# 验证安装
python -c "import paper_list; print('安装成功')"
# 命令行使用
paper-list --help
# 基本用法
paper-list input_file -o output_file
# Python 代码中调用
import paper_list
# 示例
result = paper_list.process("input")
print(result)
# paper-list 配置文件示例(config.yml) app: name: "paper-list" debug: false log_level: "INFO" # 运行时指定配置文件 paper-list --config config.yml # 或通过环境变量配置 export PAPER_LIST_API_KEY="your-key" export PAPER_LIST_OUTPUT_DIR="./output"
Automatically track & organize the latest arXiv papers by topic — updated daily via GitHub Actions
<p align="center"><a href="https://isLinXu.github.io/paper-list/"><img alt="Website" src="https://img.shields.io/badge/🌐_Live_Site-Visit_Now-0f4c5c?style=for-the-badge"></a> <a href="https://github.com/isLinXu/paper-list/stargazers"><img alt="Stargazers" src="https://img.shields.io/badge/⭐_Star_Us-ff6b6b?style=for-the-badge"></a></p>
---
📅 Last Updated: 2026.07.03 · 🤖 Auto-generated by GitHub Actions
Paper-List-DAILY is an automated arXiv paper tracking system that fetches, categorizes, and organizes the latest research papers across 20+ computer vision & AI topics — from classic tasks like Object Detection and Segmentation to cutting-edge fields like Diffusion Models, LLMs, and Embodied AI.
Every day, GitHub Actions automatically polls the Papers with Code API, enriches paper metadata with arXiv links, translation services, and code repositories, then generates beautifully formatted Markdown lists for both GitHub README and GitHub Pages.
🌐 Online Documentation: https://isLinXu.github.io/paper-list/
<details> <summary>🗺️ Topic Coverage</summary>
| Category | Topics |
|---|---|
| **Perception Core** | Classification · Object Detection · Semantic Segmentation · Anomaly Detection |
| **3D and Motion** | Object Tracking · Action Recognition · Pose Estimation · Depth Estimation · Optical Flow |
| **Foundation Models** | Image Generation · Diffusion Models · LLM · Latent Space LLM · Multimodal |
| **Systems Frontier** | Scene Understanding · Video Understanding · Neural Rendering · Transfer Learning · Reinforcement Learning · Graph Neural Networks · Audio Processing |
| **Emerging** | AI Agent · Reasoning · World Models · 3D Vision · Autonomous Driving · Robotics · Embodied AI |
| **Science & Safety** | AI for Science · AI Safety · Efficient AI · Time Series & Anomaly |
</details>
| Feature | Description |
|---|---|
| 🔄 **Daily Auto-Update** | Runs every 8 hours via GitHub Actions — zero manual intervention |
| 📂 **20+ Research Topics** | From Classification to Embodied AI, covering the full CV/AI spectrum |
| 📊 **Research Insights** | Trend charts, topic rankings, top authors, and code coverage |
| 🔗 **Smart Link Enrichment** | Auto-attaches arXiv PDF, translation, reading, alphaXiv discussion, and code links |
| 📱 **Dual Output** | Generates both GitHub README and Jekyll-powered GitHub Pages |
| 🤖 **Dual Reading Modes** | Human-facing view + compact ?view=agent mode |
| 🎨 **Three Visual Themes** | Editorial (warm), Atlas (dark), Lab (clean) — switchable |
| 🔍 **Configurable Keywords** | Fully customizable search filters via config.yaml |
| 📈 **Monthly Archives** | Papers organized by month for easy historical browsing |
| 🌐 **Multi-language Support** | Integrated paper translation links for non-English readers |
pip install -r requirements.txt
pip install -r requirements.txt
```bash
python scripts/setup_fork.py
```bash
python scripts/setup_fork.py
| Command | Description |
|---|---|
python get_paper.py --dry-run | Preview what would be fetched without writing files |
python get_paper.py --topic "Object Detection" | Fetch a single topic only |
python get_paper.py --update_paper_links | Enrich existing papers with code links |
python scripts/count_range.py 2024-01-01 2024-12-31 | Count papers in a date range |
python scripts/build_analytics.py --store docs/data --out docs/analytics | Build research insights dashboard |
python scripts/filter_audit.py | Audit filter efficiency (find zombie filters) |
python scripts/validate_config.py | Validate config.yaml before running |
python scripts/setup_fork.py | Interactive fork setup wizard |
make dry-run | Shortcut: preview fetch |
make fetch | Shortcut: fetch today's papers |
Customize search keywords, output paths, and more in config.yaml:
keywords:
"Object Detection":
enabled: true
filters: ["Object Detection", "2D Object Detection", "3D Object Detection"]
"Diffusion Models":
enabled: true
filters: ["Diffusion Model", "Stable Diffusion", "DALL-E"]
该工具提供了一个开源的AI工具,用于自动更新论文列表,帮助用户快速找到相关论文。该工具使用Python编写,支持多种功能,包括安装、动作识别、异常检测、音频处理、分类、深度估计等。该工具的质量较高,值得推荐。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:开源AI工具:自动更新论文列表 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | paper-list |
| 原始描述 | 开源AI工具:autoupdate paper list。⭐130 · Python |
| Topics | installableaction-recognitionanomaly-detectionaudio-processingclassificationdepth-estimation |
| GitHub | https://github.com/isLinXu/paper-list |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-20 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。