Skip to content

isLinXu/paper-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1,255 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

paper-list GitHub stars GitHub forks GitHub watchers Build Status GitHub last commit GitHub repo size GitHub language count GitHub Hits

πŸ“œ Paper-List-DAILY

Automatically track & organize the latest arXiv papers by topic β€” updated daily via GitHub Actions

Website Stargazers


πŸ“… Last Updated: 2026.06.09 Β· πŸ€– Auto-generated by GitHub Actions

paper_list_banner

πŸ“– Introduction

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/

✨ Features

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 Entry Trend charts, topic rankings, top authors, and code coverage in a separate analytics section
πŸ”— Smart Link Enrichment Auto-attaches arXiv PDF, translation (papers.cool), reading (hjfy), and code links
πŸ“± Dual Output Generates both GitHub README and Jekyll-powered GitHub Pages
πŸ€– Dual Reading Modes GitHub Pages supports both a human-facing view and a compact ?view=agent mode
🎨 Three Visual Themes Editorial (warm), Atlas (dark), Lab (clean) β€” switchable on the site
πŸ” 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

πŸ—οΈ How It Works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Papers with    │────▢│  GitHub Actions │────▢│  Enriched MD    β”‚
β”‚  Code API       β”‚     β”‚  (every 8h)     β”‚     β”‚  + Analytics    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚                       β”‚                       β”‚
         β–Ό                       β–Ό                       β–Ό
   πŸ“₯ Fetch Papers        πŸ”— Enrich Links         πŸ“ Generate
   πŸ” Filter by Topic     πŸ“Š Build Analytics      🌐 GitHub Pages
   πŸ“… Sort by Date        πŸ’Ύ Store JSON           πŸ“„ README.md

🧭 Reading Paths

  • Topic-first path: Start from the live site homepage, choose a topic lane, enter a topic hub, then open a monthly archive.
  • Dense scan path: Open paper_list.html when you want one continuous all-topics stream and prefer browser search.
  • Analytics path: Open the separate insights dashboard only when you specifically want charts, rankings, and code coverage.
  • Agent path: Add ?view=agent on GitHub Pages for a denser, lower-noise reading mode with faster scanning.

πŸš€ Quick Start

Prerequisites

  • Python 3.10+
  • pip

Installation

  1. Clone the repository

    git clone https://github.com/isLinXu/paper-list.git
    cd paper-list
  2. Install Dependencies

    pip install -r requirements.txt
  3. Run the Script

    # Fetch papers from the last 2 days
    python get_paper.py
    
    # Or specify a date range
    python get_paper.py --start_date 2024-01-01 --end_date 2024-12-31
  4. Configuration Customize search keywords, output paths, and more in config.yaml:

    keywords:
      "Object Detection":
        filters: ["Object Detection", "2D Object Detection", "3D Object Detection"]
      "Diffusion Models":
        filters: ["Diffusion Model", "Stable Diffusion", "DALL-E"]

πŸ”§ Advanced Usage

Command Description
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 the separate research insights dashboard
./scripts/serve_pages.sh Install local Jekyll deps and preview GitHub Pages at 127.0.0.1:4000
python regenerate_readme.py Regenerate README from existing JSON data

πŸ“š Paper List

Browse topics by research lane first, then jump into each monthly archive.


πŸ“Š Research Insights

Analytics is available as a separate entrance so the main reading flow stays topic-first.

  • Insights Dashboard: docs/analytics/
  • Daily Trend: Papers published per day
  • Topic Ranking: Most active research areas
  • Top Authors: Most prolific researchers
  • Code Coverage: Ratio of papers with open-source code
Preview charts

trend_daily

topic_rank


⭐ Star History

Star History Chart

If you find this project helpful, please consider giving it a ⭐ β€” it helps others discover the project!


🀝 Contributing

We welcome contributions! Here are some ways you can help:

  • πŸ› Report Issues: Found a bug or missing paper? Open an issue
  • πŸ’‘ Suggest Topics: Want a new research category? Propose it in the issues
  • πŸ”§ Improve Code: Submit a PR to enhance the scraper, analytics, or UI
  • πŸ“– Improve Docs: Help us write better documentation

Development Setup

# Fork and clone
git clone https://github.com/<your-username>/paper-list.git
cd paper-list

# Install dependencies
pip install -r requirements.txt

# Run tests
python -m pytest tests/

πŸ“„ License

This project is licensed under the Apache License 2.0.

The paper data is sourced from arXiv and Papers with Code, and remains subject to their respective terms of use.


πŸ™ Acknowledgements

  • arXiv β€” for providing open access to research papers
  • Papers with Code β€” for the comprehensive paper API
  • papers.cool β€” for paper translation services
  • hjfy.top β€” for enhanced paper reading experience

Built with ❀️ by @isLinXu · Powered by GitHub Actions