Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
精选了10K+项目,包括机器学习、深度学习、NLP、GNN、推荐系统、生物医药、机器视觉、前后端开发等内容。Selected more than 10k+ projects, including machine learning, deep learning, NLP, GNN, recommendation system, biomedicine, machine vision, etc. Let more excellent projects be discovered by people. Continue to update! Welcome to star!
| Date | Stars |
|---|---|
| 2026-07-31 | 945 |
| 2026-08-03 | 945 |
| 2026-08-06 | 945 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<img src="https://avatars.githubusercontent.com/u/1947722" width="300" height="300">
</p>
<h1 align="center">StarryDivineSky</h1>
<p align="center">
<a href="https://github.com/wuwenjie1992/StarryDivineSky/issues" style="text-decoration:none">
<img src="https://img.shields.io/github/issues/wuwenjie1992/StarryDivineSky.svg" alt="GitHub issues"/>
</a>
<a href="https://github.com/wuwenjie1992/StarryDivineSky/stargazers" style="text-decoration:none" >
<img src="https://img.shields.io/github/stars/wuwenjie1992/StarryDivineSky.svg" alt="GitHub stars"/>
</a>
<a href="https://github.com/wuwenjie1992/StarryDivineSky/network/members" style="text-decoration:none" >
<img src="https://img.shields.io/github/forks/wuwenjie1992/StarryDivineSky.svg" alt="GitHub forks"/>
</a>
<a href="https://github.com/wuwenjie1992/StarryDivineSky/blob/master/LICENSE" style="text-decoration:none" >
<img src="https://img.shields.io/badge/License-MIT-blue" alt="GitHub license"/>
</a>
</p>
<h3 align="center">精选了10K+项目,包括机器学习、深度学习、NLP、GNN、推荐系统、生物医药、机器视觉等内容。</h3>
<h3 align="center">Selected more than 10K projects, including machine learning, deep learning, NLP, GNN, recommendation system, biomedicine, machine vision, etc.</h3>
<h3 align="center">让更多优秀的项目被人发现,让更多的人感受开源的魅力。</h3>
<h3 align="center">Let more excellent projects be discovered by people, let more people feel the charm of open source.</h3>
<h3 align="center">持续更新!欢迎🌟star!😀😀😀 Continue to update! Welcome to star! 😀😀😀</h3>
# 目录
- [机器学习与深度学习](#A01_机器学习与深度学习)
- [NLP自然语言处理](#A02_NLP自然语言处理)
* [大语言对话模型及数据](#大语言对话模型及数据)
- [网络与前后端开发](#A03_网络与前后端开发)
- [机器视觉](#A04_机器视觉)
- [语音识别与合成](#A05_语音识别与合成)
- [推荐系统](#推荐系统)
- [因果推断](#因果推断)
- [金融股票与时间序列](#金融股票与时间序列)
- [强化学习](#强化学习_ReinforcementLearning)
- [生物医药](#生物医药)
- [图数据库 图算法](#图数据库图算法)
- [图神经网络GNN](#图神经网络GNN)
- [大数据](#大数据)
- [虚拟化](#虚拟化)
- [安全与渗透](#安全与渗透)
- [硬件](#硬件)
- [其他项目](#其他项目)
# Tips 注意
* README 文件仅展示了仅两个月新增的前256个git项目。The README file only shows the first 256 git projects added in just 2 month.
* 完整的项目内容较长,建议clone后阅读或搜索。The file content is long, it is recommended to read or search after cloning.
# Star🌟数变化
* [](https://starchart.cc/wuwenjie1992/StarryDivineSky)
# 加入社区
<a href="https://discord.gg/jUkG8kBhE3" style="text-decoration:none" target="_blank">
<img src="https://img.shields.io/discord/1185098807831171082?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" alt="加入discord社区"/>
</a>
# A01_机器学习与深度学习
## A01_机器学习教程
## 其他_机器学习与深度学习
## 分布式机器学习
## 参数优化
## 异常检测
## 梯度提升和树模型
## 特征工程
## 神经网络结构搜索_Neural_Architecture_Search
# A02_NLP自然语言处理
## A01_文本生成_文本对话
### 其他_文本生成_文本对话
### 大语言对话模型及数据
#### Agent代理助手_机器人
#####
* [zeroclaw-labs/zeroclaw](https://github.com/zeroclaw-labs/zeroclaw) 一个**轻量化、全自主的AI个人助手基础设施**,旨在解决传统虚拟助手普遍存在的臃肿、平台绑定和功能僵化问题。它通过模块化设计实现了“一次部署,随处运行”的跨平台兼容性,同时允许用户自由替换底层组件(如模型、工具链),从而摆脱厂商锁定,在树莓派或云端均可高效运作。 其核心亮点首先体现在**性能与可移植性的极致平衡**:基于Rust语言构建,不仅运行速度远超Python系框架,编译后体积仅MB级,甚至可嵌入IoT设备;其次,**“乐高式”架构**将语音识别、自然语言处理等功能解耦为独立模块,用户能像拼装积木一样组合第三方服务(如替换Whisper为本地ASR模型);最后,**无状态设计**通过轻量级API网关协调模块通信,既避免中心化服务的延迟,又确保隐私数据不留存。 技术实现上,项目的运作逻辑类似**“智能快递分拣系统”**:用户输入(如语音指令)作为“包裹”被拆分为内容(文本)、目标(意图识别)和路由规则(如“天气查询需调用API X”),由调度中心动态分配至对应模块处理。这种设计巧妙避开了传统助手“大一统”模型的资源浪费——就像快递站无需雇人打包所有商品,而是按需调用不同仓库的现成包裹。此外,其采用WASM容器封装各功能模块,使得AI模型等组件可热插拔,如同给电脑更换USB设备般无需停机。 整体来看,zeroclaw以“小而美”的工程哲学重构了AI助手的底层逻辑,尤其适合开发者快速定制高性价比的垂直场景助手,或嵌入式设备厂商集成免联网的智能交互能力。其技术路径也暗示了一种趋势:未来AI基础设施可能像Linux发行版一样,允许用户自由选择内核组合,而非忍受封闭系统的功能过剩。
* [tinyhumansai/openhuman](https://github.com/tinyhumansai/openhuman) `OpenHuman` 是一款面向个人开发者与独立创作者的轻量级本地 AI 智能体框架,旨在彻底解决传统大模型应用过度依赖云端、存在数据隐私泄露风险且部署维护门槛过高的核心痛点。该项目的核心竞争力在于其极致的私有化特性、极简的工程集成体验以及突破性的硬件适配效能。与市面上动辄需要复杂集群配置的企业级 AI 套件不同,OpenHuman 摒弃了沉重的微服务架构,转而采用高度聚合的单体运行模式,开发者仅需基础代码即可将大模型能力无缝嵌入自有工作流,不仅彻底规避了数据出境与云端延迟风险,更在消费级显卡上实Excerpt of 91,626 characters
Read on GitHub300
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:da4e0c8669a9e212, topic:large-language-models, topic:language-model
matched fp:da4e0c8669a9e212, topic:deep-learning
matched fp:da4e0c8669a9e212, topic:nlp
matched fp:da4e0c8669a9e212, topic:awesome, topic:awesome-list