Paper-Tracker 是一款精简实用程序,旨在监控 arXiv.org 上计算机科学类别的最新研究论文,并提供其基本细节的中文翻译。
- 从 arxiv.org 跟踪 cs.CR 中的最新论文,检索论文标题、发表日期、更新日期、PDF 链接和摘要。
- 将论文标题和摘要翻译成中文。
- 在数据库中记录原文和译文信息。
- 在终端上打印中文版论文信息。
- 使用 GoLang 开发,可与 arxiv.org API 接口。
- 本地使用 Llama 3.1 进行英汉翻译,无需依赖在线 API。
- 使用 SQLite 管理记录,以简化数据管理的复杂性。
Paper-Tracker is a streamlined utility designed to monitor the latest research papers from the Computer Science category on arXiv.org and to provide a Chinese translation of their essential details.
- Tracks recent papers in cs.CR from arxiv.org, retrieving paper title, publication date, update date, PDF link, and summary.
- Translates paper titles and summaries into Chinese.
- Records original and translated information in a database.
- Prints information of Chinese-version papers on the terminal.
- Developed in GoLang to interface with the arxiv.org API.
- Utilizes Llama 3.1 locally for English-to-Chinese translation without relying on online APIs.
- Manages records using SQLite to simplify data management complexities.