开源项目趋势周刊第249期(20250622)
12 /
0 /
发布于 6 小时前
"星"推荐:ParlAI 是一个 Python 框架,用于共享、训练和测试对话模型,包括开放域闲聊、任务导向对话和可视化问题解答。其目标是为研究人员提供:1)100 多个流行数据集可在同一地方使用相同的 API,其中包括 PersonaChat、DailyDialog......VQA、VisDial 和 CLEVR等;2)一系列广泛的参考模型--从检索基线到 Transformers;3)一大批经过预训练的模型,现成即可使用;4)与 Amazon Mechanical Turk 无缝集成,用于数据收集和人类评估;5)与 Facebook Messenger 集成,在聊天界面中将代理与人类连接;6)一大批助手,用于创建您自己的代理,并在多个任务中进行多任务训练;7)多模态,某些任务使用文本和图像。——出自《ParlAI》
ParlAI 读作 "par-lay"。作为一个 "对话研究软件平台",无疑切中了当前火爆的 AI 聊天主题。但该项目存储库已由所有者于2023年11月4日存档。不知道是转入内部研究了,还是放弃了。
Remotion 该周期内提交数较多,然后项目组在两天前发布了 v4.0.318 版本。
go-getter 是大名鼎鼎的 HashiCorp(IBM 旗下)开源的一个下载库。该库被 Terraform 用于下载模块,被 Nomad 用于下载二进制文件。一个比较吸引我的功能是:go-getter 支持子目录下载,如果你只想从下载的目录中下载特定的子目录,可以在双斜线 // 后指定一个子目录。例如,如果你要下载这个 GitHub 仓库,但只想下载 testdata 目录,你可以这样做:https://github.com/hashicorp/go-getter.git//testdata。
1)观星者计数(Stargazers count)TOP10
序号 |
名称 |
主编程语言 |
简介 |
当前总星数 |
增加值 |
当前总提交数 |
1 |
Awesome CTO |
|
为首席技术官精心策划并有主见的资源清单,重点关注初创企业。「A curated and opinionated list of resources for Chief Technology Officers, with the emphasis on startups」 |
30987 |
214 |
197 |
2 |
Kine |
Go |
在 MySQL、Postgres、sqlite、dqlite 等平台而非 etcd 上运行 Kubernetes。Kine 是一个 etcdshim,它将 etcd API 转换为 SQLite, Postgres, MySQL/MariaDB, NATS。「Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd. Kine is an etcdshim that translates etcd API to: SQLite, Postgres, MySQL/MariaDB, NATS」 |
2010 |
75 |
347 |
3 |
ParlAI |
Python |
在各种公开的对话数据集上训练和评估人工智能模型的框架。「A framework for training and evaluating AI models on a variety of openly available dialogue datasets.」 |
10578 |
46 |
4358 |
4 |
人工智能学习路线图(Ai-Learn) |
|
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域 |
11303 |
37 |
84 |
5 |
TTLCache |
Go |
具有项目过期和泛型功能的内存缓存。「An in-memory cache with item expiration and generics」 |
1091 |
30 |
251 |
6 |
TCMalloc |
C++ |
TCMalloc 是 Google 对 C 的 malloc() 和 C++ 的 operator new 的定制实现,用于在我们的 C 和 C++ 代码中进行内存分配。TCMalloc 是一种快速的多线程 malloc 实现。「TCMalloc is Google's customized implementation of C's malloc() and C++'s operator new used for memory allocation within our C and C++ code. TCMalloc is a fast, multi-threaded malloc implementation.」 |
4774 |
27 |
2584 |
7 |
Rust Starter项目 |
Rust |
rust-starter 是用于创建 Rust CLI 应用程序的启动模板。它包含参数解析和配置等一系列组件。它还提供了不同的工具来创建二进制文件或自动完成构建过程。「rust-starter is a starter boilerplate to create a Rust CLI application. It comes with a battery of components like argument parsing and configuration. It also has different tooling to create your binary, or automate your build process.」 |
438 |
24 |
283 |
8 |
Toolz |
Python |
Python 函数标准库。「A functional standard library for Python.」 |
4901 |
21 |
1223 |
9 |
pycorrector |
Python |
pycorrector 是用于文本错误纠正的工具包。 它的开发是为了方便设计、比较和共享深层文本纠错模型。「pycorrector is a toolkit for text error correction. It was developed to facilitate the designing, comparing, and sharing of deep text error correction models.」 |
6041 |
19 |
939 |
10 |
SuperTokens |
Java |
Auth0 / Firebase Auth / AWS Cognito 的开源替代品。「Open source alternative to Auth0 / Firebase Auth / AWS Cognito」 |
14206 |
17 |
1316 |
"星"关注:go-getter 是 Go (golang) 的一个库,用于使用 URL 作为主要输入形式从不同来源下载文件或目录。该库的强大之处在于可以灵活地使用单个字符串作为输入,从多种不同来源(文件路径、Git、HTTP、Mercurial 等)下载。这就减轻了实现者的负担,让他们知道如何从各种来源下载。检测器(detector)的概念能自动将无效的 URL 转变为正确的 URL。——出自《go-getter》
你好!勤快的作者和贡献者们!辛苦了,感谢你们的辛勤付出。
注:数据来源于 GitHub。数据生成于【2025-06-22 2:00pm】,是一个与一周前的数据进行比较的版本。
文章同期在公号“Worldlink资源网”发布,欢迎关注。进入公众号,在后台发消息: "zst|trend|走势图 期号 项目序号(1-20)",如 "zst 151 20",可查看《开源项目趋势周刊第151期》序号为20的项目近3个月的观星者计数(Stargazers count)走势图。

小程序有收藏和点赞repos的功能。欢迎使用。
