@wcj/github-rank 23.7.25 → 23.7.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/repos.json +23253 -23253
- package/dist/trending-daily.json +188 -188
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +158 -158
- package/dist/users.china.json +2155 -2155
- package/dist/users.json +6500 -6500
- package/package.json +1 -1
- package/web/data/repos.json +23253 -23253
- package/web/data/trending-daily.json +188 -188
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +158 -158
- package/web/data/users.china.json +2155 -2155
- package/web/data/users.json +6500 -6500
- package/web/index.html +4781 -4781
- package/web/repos.html +2883 -2883
- package/web/trending-monthly.html +150 -150
- package/web/trending-weekly.html +143 -143
- package/web/trending.html +165 -169
- package/web/users.china.html +1584 -1584
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"language": "Python",
|
|
5
5
|
"color": "#3572A5",
|
|
6
6
|
"description": "Inference code for LLaMA models",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
7
|
+
"forked": "5433",
|
|
8
|
+
"stargazers_count": 34559,
|
|
9
|
+
"todayStar": "9584 stars this week",
|
|
10
10
|
"html_url": "https://github.com/facebookresearch/llama",
|
|
11
11
|
"rank": 1
|
|
12
12
|
},
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"language": "Swift",
|
|
16
16
|
"color": "#F05138",
|
|
17
17
|
"description": "🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
18
|
+
"forked": "412",
|
|
19
|
+
"stargazers_count": 4052,
|
|
20
|
+
"todayStar": "2370 stars this week",
|
|
21
21
|
"html_url": "https://github.com/Shaunwei/RealChar",
|
|
22
22
|
"rank": 2
|
|
23
23
|
},
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"language": "TypeScript",
|
|
27
27
|
"color": "#3178c6",
|
|
28
28
|
"description": "🌐 All-in-one website OSINT tool for analysing any website",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
29
|
+
"forked": "131",
|
|
30
|
+
"stargazers_count": 1960,
|
|
31
|
+
"todayStar": "1490 stars this week",
|
|
32
32
|
"html_url": "https://github.com/Lissy93/web-check",
|
|
33
33
|
"rank": 3
|
|
34
34
|
},
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"language": "",
|
|
38
38
|
"color": "",
|
|
39
39
|
"description": "📚 Freely available programming books",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
40
|
+
"forked": "56722",
|
|
41
|
+
"stargazers_count": 293837,
|
|
42
|
+
"todayStar": "4007 stars this week",
|
|
43
43
|
"html_url": "https://github.com/EbookFoundation/free-programming-books",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
@@ -48,43 +48,43 @@
|
|
|
48
48
|
"language": "Python",
|
|
49
49
|
"color": "#3572A5",
|
|
50
50
|
"description": "Fast and memory-efficient exact attention",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
51
|
+
"forked": "439",
|
|
52
|
+
"stargazers_count": 5564,
|
|
53
|
+
"todayStar": "749 stars this week",
|
|
54
54
|
"html_url": "https://github.com/Dao-AILab/flash-attention",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
"full_name": "
|
|
59
|
-
"language": "
|
|
60
|
-
"color": "#
|
|
61
|
-
"description": "",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
65
|
-
"html_url": "https://github.com/
|
|
58
|
+
"full_name": "ggerganov/llama.cpp",
|
|
59
|
+
"language": "C",
|
|
60
|
+
"color": "#555555",
|
|
61
|
+
"description": "Port of Facebook's LLaMA model in C/C++",
|
|
62
|
+
"forked": "5063",
|
|
63
|
+
"stargazers_count": 36256,
|
|
64
|
+
"todayStar": "1554 stars this week",
|
|
65
|
+
"html_url": "https://github.com/ggerganov/llama.cpp",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "
|
|
72
|
-
"description": "
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
69
|
+
"full_name": "shengcaishizhan/kkndme_tianya",
|
|
70
|
+
"language": "",
|
|
71
|
+
"color": "",
|
|
72
|
+
"description": "天涯 kkndme 神贴聊房价",
|
|
73
|
+
"forked": "3433",
|
|
74
|
+
"stargazers_count": 16476,
|
|
75
|
+
"todayStar": "407 stars this week",
|
|
76
|
+
"html_url": "https://github.com/shengcaishizhan/kkndme_tianya",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "#
|
|
83
|
-
"description": "
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
80
|
+
"full_name": "oobabooga/text-generation-webui",
|
|
81
|
+
"language": "Python",
|
|
82
|
+
"color": "#3572A5",
|
|
83
|
+
"description": "A gradio web UI for running Large Language Models like LLaMA, llama.cpp, GPT-J, OPT, and GALACTICA.",
|
|
84
|
+
"forked": "2465",
|
|
85
|
+
"stargazers_count": 19252,
|
|
86
|
+
"todayStar": "1312 stars this week",
|
|
87
|
+
"html_url": "https://github.com/oobabooga/text-generation-webui",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
@@ -92,186 +92,186 @@
|
|
|
92
92
|
"language": "Python",
|
|
93
93
|
"color": "#3572A5",
|
|
94
94
|
"description": "Faster Whisper transcription with CTranslate2",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
95
|
+
"forked": "263",
|
|
96
|
+
"stargazers_count": 3744,
|
|
97
|
+
"todayStar": "685 stars this week",
|
|
98
98
|
"html_url": "https://github.com/guillaumekln/faster-whisper",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
103
|
-
"language": "
|
|
104
|
-
"color": "#
|
|
105
|
-
"description": "
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
102
|
+
"full_name": "LazyVim/LazyVim",
|
|
103
|
+
"language": "Lua",
|
|
104
|
+
"color": "#000080",
|
|
105
|
+
"description": "Neovim config for the lazy",
|
|
106
|
+
"forked": "464",
|
|
107
|
+
"stargazers_count": 6824,
|
|
108
|
+
"todayStar": "627 stars this week",
|
|
109
|
+
"html_url": "https://github.com/LazyVim/LazyVim",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
114
|
-
"language": "",
|
|
115
|
-
"color": "",
|
|
116
|
-
"description": "
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
113
|
+
"full_name": "makeplane/plane",
|
|
114
|
+
"language": "TypeScript",
|
|
115
|
+
"color": "#3178c6",
|
|
116
|
+
"description": "🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.",
|
|
117
|
+
"forked": "465",
|
|
118
|
+
"stargazers_count": 12770,
|
|
119
|
+
"todayStar": "1360 stars this week",
|
|
120
|
+
"html_url": "https://github.com/makeplane/plane",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
|
-
{
|
|
124
|
-
"full_name": "danswer-ai/danswer",
|
|
125
|
-
"language": "Python",
|
|
126
|
-
"color": "#3572A5",
|
|
127
|
-
"description": "Ask Questions in natural language and get Answers backed by private sources. Connects to tools like Slack, GitHub, Confluence, etc.",
|
|
128
|
-
"forked": "226",
|
|
129
|
-
"stargazers_count": 2781,
|
|
130
|
-
"todayStar": "599 stars this week",
|
|
131
|
-
"html_url": "https://github.com/danswer-ai/danswer",
|
|
132
|
-
"rank": 12
|
|
133
|
-
},
|
|
134
123
|
{
|
|
135
124
|
"full_name": "simplex-chat/simplex-chat",
|
|
136
125
|
"language": "Haskell",
|
|
137
126
|
"color": "#5e5086",
|
|
138
127
|
"description": "SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released 📱!",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
128
|
+
"forked": "172",
|
|
129
|
+
"stargazers_count": 3806,
|
|
130
|
+
"todayStar": "237 stars this week",
|
|
142
131
|
"html_url": "https://github.com/simplex-chat/simplex-chat",
|
|
132
|
+
"rank": 12
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"full_name": "orioledb/orioledb",
|
|
136
|
+
"language": "C",
|
|
137
|
+
"color": "#555555",
|
|
138
|
+
"description": "OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) 🇺🇦",
|
|
139
|
+
"forked": "89",
|
|
140
|
+
"stargazers_count": 2272,
|
|
141
|
+
"todayStar": "269 stars this week",
|
|
142
|
+
"html_url": "https://github.com/orioledb/orioledb",
|
|
143
143
|
"rank": 13
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
|
-
"full_name": "
|
|
146
|
+
"full_name": "haotian-liu/LLaVA",
|
|
147
147
|
"language": "Python",
|
|
148
148
|
"color": "#3572A5",
|
|
149
|
-
"description": "
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
149
|
+
"description": "Large Language-and-Vision Assistant built towards multimodal GPT-4 level capabilities.",
|
|
150
|
+
"forked": "301",
|
|
151
|
+
"stargazers_count": 3904,
|
|
152
|
+
"todayStar": "200 stars this week",
|
|
153
|
+
"html_url": "https://github.com/haotian-liu/LLaVA",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"full_name": "
|
|
158
|
-
"language": "
|
|
159
|
-
"color": "#
|
|
160
|
-
"description": "
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
164
|
-
"html_url": "https://github.com/
|
|
157
|
+
"full_name": "logseq/logseq",
|
|
158
|
+
"language": "Clojure",
|
|
159
|
+
"color": "#db5855",
|
|
160
|
+
"description": "A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap",
|
|
161
|
+
"forked": "1445",
|
|
162
|
+
"stargazers_count": 24063,
|
|
163
|
+
"todayStar": "418 stars this week",
|
|
164
|
+
"html_url": "https://github.com/logseq/logseq",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
171
|
-
"description": "
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
168
|
+
"full_name": "hoppscotch/hoppscotch",
|
|
169
|
+
"language": "TypeScript",
|
|
170
|
+
"color": "#3178c6",
|
|
171
|
+
"description": "👽 Open source API development ecosystem - https://hoppscotch.io",
|
|
172
|
+
"forked": "3630",
|
|
173
|
+
"stargazers_count": 53077,
|
|
174
|
+
"todayStar": "723 stars this week",
|
|
175
|
+
"html_url": "https://github.com/hoppscotch/hoppscotch",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
182
|
-
"description": "
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
179
|
+
"full_name": "taikoxyz/taiko-mono",
|
|
180
|
+
"language": "HTML",
|
|
181
|
+
"color": "#e34c26",
|
|
182
|
+
"description": "A decentralized, Ethereum-equivalent ZK-Rollup. 🥁",
|
|
183
|
+
"forked": "662",
|
|
184
|
+
"stargazers_count": 1498,
|
|
185
|
+
"todayStar": "191 stars this week",
|
|
186
|
+
"html_url": "https://github.com/taikoxyz/taiko-mono",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
190
|
+
"full_name": "danswer-ai/danswer",
|
|
191
191
|
"language": "Python",
|
|
192
192
|
"color": "#3572A5",
|
|
193
|
-
"description": "
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
193
|
+
"description": "Ask Questions in natural language and get Answers backed by private sources. Connects to tools like Slack, GitHub, Confluence, etc.",
|
|
194
|
+
"forked": "234",
|
|
195
|
+
"stargazers_count": 2817,
|
|
196
|
+
"todayStar": "474 stars this week",
|
|
197
|
+
"html_url": "https://github.com/danswer-ai/danswer",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
204
|
-
"description": "
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
201
|
+
"full_name": "guoyww/AnimateDiff",
|
|
202
|
+
"language": "Python",
|
|
203
|
+
"color": "#3572A5",
|
|
204
|
+
"description": "Official implementation of AnimateDiff.",
|
|
205
|
+
"forked": "167",
|
|
206
|
+
"stargazers_count": 2304,
|
|
207
|
+
"todayStar": "447 stars this week",
|
|
208
|
+
"html_url": "https://github.com/guoyww/AnimateDiff",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
212
|
+
"full_name": "microsoft/unilm",
|
|
213
213
|
"language": "Python",
|
|
214
214
|
"color": "#3572A5",
|
|
215
|
-
"description": "
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
215
|
+
"description": "Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities",
|
|
216
|
+
"forked": "2034",
|
|
217
|
+
"stargazers_count": 14598,
|
|
218
|
+
"todayStar": "698 stars this week",
|
|
219
|
+
"html_url": "https://github.com/microsoft/unilm",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
|
-
"full_name": "
|
|
224
|
-
"language": "
|
|
225
|
-
"color": "#
|
|
226
|
-
"description": "
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
230
|
-
"html_url": "https://github.com/
|
|
223
|
+
"full_name": "filip-michalsky/SalesGPT",
|
|
224
|
+
"language": "Python",
|
|
225
|
+
"color": "#3572A5",
|
|
226
|
+
"description": "Context-aware AI Sales Agent to automate sales outreach.",
|
|
227
|
+
"forked": "115",
|
|
228
|
+
"stargazers_count": 745,
|
|
229
|
+
"todayStar": "128 stars this week",
|
|
230
|
+
"html_url": "https://github.com/filip-michalsky/SalesGPT",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
234
|
+
"full_name": "sweepai/sweep",
|
|
235
235
|
"language": "Python",
|
|
236
236
|
"color": "#3572A5",
|
|
237
|
-
"description": "
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
237
|
+
"description": "Sweep is an AI junior developer",
|
|
238
|
+
"forked": "64",
|
|
239
|
+
"stargazers_count": 1307,
|
|
240
|
+
"todayStar": "595 stars this week",
|
|
241
|
+
"html_url": "https://github.com/sweepai/sweep",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
246
|
-
"language": "
|
|
247
|
-
"color": "#
|
|
248
|
-
"description": "
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
245
|
+
"full_name": "invoke-ai/InvokeAI",
|
|
246
|
+
"language": "JupyterNotebook",
|
|
247
|
+
"color": "#DA5B0B",
|
|
248
|
+
"description": "InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.",
|
|
249
|
+
"forked": "1786",
|
|
250
|
+
"stargazers_count": 16565,
|
|
251
|
+
"todayStar": "849 stars this week",
|
|
252
|
+
"html_url": "https://github.com/invoke-ai/InvokeAI",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
259
|
-
"description": "
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
256
|
+
"full_name": "leptos-rs/leptos",
|
|
257
|
+
"language": "Rust",
|
|
258
|
+
"color": "#dea584",
|
|
259
|
+
"description": "Build fast web applications with Rust.",
|
|
260
|
+
"forked": "371",
|
|
261
|
+
"stargazers_count": 10908,
|
|
262
|
+
"todayStar": "295 stars this week",
|
|
263
|
+
"html_url": "https://github.com/leptos-rs/leptos",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
267
|
+
"full_name": "webdevcody/code-racer",
|
|
268
268
|
"language": "TypeScript",
|
|
269
269
|
"color": "#3178c6",
|
|
270
|
-
"description": "
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
270
|
+
"description": "",
|
|
271
|
+
"forked": "187",
|
|
272
|
+
"stargazers_count": 332,
|
|
273
|
+
"todayStar": "55 stars this week",
|
|
274
|
+
"html_url": "https://github.com/webdevcody/code-racer",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|