Skip to content

tiankong10/SubscribePapers

 
 

Repository files navigation

SubscribePapers

一、Arxiv论文推送bot

* 利用GitHub Action每天定时推送最新的cs.CV的论文 (也可以指定query)

* 彩云小译翻译摘要

* Server酱提供从服务器到微信端的推送

1.GitHub Actions

是一项持续集成和部署服务,可用于自动化构建、测试和部署你的代码。 配置 GitHub Actions 主要包括以下步骤: 在你的代码仓库中创建 .github/workflows 目录。 在 .github/workflows 目录中创建一个 YAML 格式的配置文件,命名为 .yml,其中 是你自定义的工作流名称。

编辑工作流配置文件,使用 YAML 语法描述工作流程的结构和步骤。配置文件中可以包含触发条件、环境变量、任务步骤、依赖项等。 保存配置文件后,GitHub 将自动检测并运行你的工作流程。

完成配置后,将配置文件推送到代码仓库中的 .github/workflows 目录中,GitHub 将会自动运行你的工作流程。

2.彩云小译翻译摘要

彩云小译提供翻译api 官网链接:https://platform.caiyunapp.com/

3.Server酱服务

https://sct.ftqq.com/

二、CV顶会论文列表

CVPR ICLR NeurIPS ECCV ICCV AAAI
2012 2012 2012 2012 2012 2012
2013 2013 2013 2013 2013 2013
2014 2014 2014 2014 2014 2014
2015 2015 2015 2015 2015 2015
2016 2016 2016 2016 2016 2016
2017 2017 2017 2017 2017 2017
2018 2018 2018 2018 2018 2018
2019 2019 2019 2019 2019 2019
2020 2020 2020 2020 2020 2020
2021 2021 2021 2021 2021 2021
2022 2022 2022 2022 2022 2022
2023 2023 2023 2023 2023 2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%