@wcj/github-rank 24.2.25 → 24.2.27
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 +28869 -28867
- package/dist/trending-daily.json +185 -185
- package/dist/trending-monthly.json +156 -156
- package/dist/trending-weekly.json +183 -183
- package/dist/users.china.json +2156 -2156
- package/dist/users.json +8226 -8226
- package/package.json +1 -1
- package/web/data/repos.json +28869 -28867
- package/web/data/trending-daily.json +185 -185
- package/web/data/trending-monthly.json +156 -156
- package/web/data/trending-weekly.json +183 -183
- package/web/data/users.china.json +2156 -2156
- package/web/data/users.json +8226 -8226
- package/web/index.html +6198 -6198
- package/web/repos.html +3656 -3656
- package/web/trending-monthly.html +151 -151
- package/web/trending-weekly.html +169 -165
- package/web/trending.html +161 -165
- package/web/users.china.html +1668 -1668
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"full_name": "leptonai/search_with_lepton",
|
|
4
|
+
"language": "TypeScript",
|
|
5
|
+
"color": "#3178c6",
|
|
6
|
+
"description": "Building a quick conversation-based search demo with Lepton AI.",
|
|
7
|
+
"forked": "653",
|
|
8
|
+
"stargazers_count": 6132,
|
|
9
|
+
"todayStar": "6206 stars this month",
|
|
10
|
+
"html_url": "https://github.com/leptonai/search_with_lepton",
|
|
11
|
+
"rank": 1
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"full_name": "zed-industries/zed",
|
|
4
15
|
"language": "Rust",
|
|
5
16
|
"color": "#dea584",
|
|
6
17
|
"description": "Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
18
|
+
"forked": "1019",
|
|
19
|
+
"stargazers_count": 26056,
|
|
20
|
+
"todayStar": "18020 stars this month",
|
|
10
21
|
"html_url": "https://github.com/zed-industries/zed",
|
|
11
|
-
"rank":
|
|
22
|
+
"rank": 2
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"full_name": "rasbt/LLMs-from-scratch",
|
|
26
|
+
"language": "JupyterNotebook",
|
|
27
|
+
"color": "#DA5B0B",
|
|
28
|
+
"description": "Implementing a ChatGPT-like LLM from scratch, step by step",
|
|
29
|
+
"forked": "607",
|
|
30
|
+
"stargazers_count": 9520,
|
|
31
|
+
"todayStar": "8207 stars this month",
|
|
32
|
+
"html_url": "https://github.com/rasbt/LLMs-from-scratch",
|
|
33
|
+
"rank": 3
|
|
12
34
|
},
|
|
13
35
|
{
|
|
14
36
|
"full_name": "maybe-finance/maybe",
|
|
15
37
|
"language": "Ruby",
|
|
16
38
|
"color": "#701516",
|
|
17
39
|
"description": "The OS for your personal finances",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
40
|
+
"forked": "1884",
|
|
41
|
+
"stargazers_count": 25016,
|
|
42
|
+
"todayStar": "12004 stars this month",
|
|
21
43
|
"html_url": "https://github.com/maybe-finance/maybe",
|
|
22
|
-
"rank":
|
|
44
|
+
"rank": 4
|
|
23
45
|
},
|
|
24
46
|
{
|
|
25
47
|
"full_name": "facebookresearch/codellama",
|
|
26
48
|
"language": "Python",
|
|
27
49
|
"color": "#3572A5",
|
|
28
50
|
"description": "Inference code for CodeLlama models",
|
|
29
|
-
"forked": "
|
|
30
|
-
"stargazers_count":
|
|
31
|
-
"todayStar": "
|
|
51
|
+
"forked": "1405",
|
|
52
|
+
"stargazers_count": 13671,
|
|
53
|
+
"todayStar": "1597 stars this month",
|
|
32
54
|
"html_url": "https://github.com/facebookresearch/codellama",
|
|
33
|
-
"rank":
|
|
55
|
+
"rank": 5
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"full_name": "stanfordnlp/dspy",
|
|
59
|
+
"language": "Python",
|
|
60
|
+
"color": "#3572A5",
|
|
61
|
+
"description": "DSPy: The framework for programming—not prompting—foundation models",
|
|
62
|
+
"forked": "465",
|
|
63
|
+
"stargazers_count": 6890,
|
|
64
|
+
"todayStar": "1787 stars this month",
|
|
65
|
+
"html_url": "https://github.com/stanfordnlp/dspy",
|
|
66
|
+
"rank": 6
|
|
34
67
|
},
|
|
35
68
|
{
|
|
36
69
|
"full_name": "vikhyat/moondream",
|
|
37
70
|
"language": "Python",
|
|
38
71
|
"color": "#3572A5",
|
|
39
72
|
"description": "tiny vision language model",
|
|
40
|
-
"forked": "
|
|
41
|
-
"stargazers_count":
|
|
42
|
-
"todayStar": "
|
|
73
|
+
"forked": "156",
|
|
74
|
+
"stargazers_count": 2014,
|
|
75
|
+
"todayStar": "1496 stars this month",
|
|
43
76
|
"html_url": "https://github.com/vikhyat/moondream",
|
|
44
|
-
"rank":
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"full_name": "thijsvanloef/palworld-server-docker",
|
|
48
|
-
"language": "Shell",
|
|
49
|
-
"color": "#89e051",
|
|
50
|
-
"description": "A Docker Container to easily run a Palworld dedicated server.",
|
|
51
|
-
"forked": "265",
|
|
52
|
-
"stargazers_count": 2213,
|
|
53
|
-
"todayStar": "1519 stars this month",
|
|
54
|
-
"html_url": "https://github.com/thijsvanloef/palworld-server-docker",
|
|
55
|
-
"rank": 5
|
|
77
|
+
"rank": 7
|
|
56
78
|
},
|
|
57
79
|
{
|
|
58
80
|
"full_name": "RVC-Boss/GPT-SoVITS",
|
|
59
81
|
"language": "Python",
|
|
60
82
|
"color": "#3572A5",
|
|
61
83
|
"description": "1 min voice data can also be used to train a good TTS model! (few shot voice cloning)",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
84
|
+
"forked": "1656",
|
|
85
|
+
"stargazers_count": 15990,
|
|
86
|
+
"todayStar": "10624 stars this month",
|
|
65
87
|
"html_url": "https://github.com/RVC-Boss/GPT-SoVITS",
|
|
66
|
-
"rank": 6
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"full_name": "stanfordnlp/dspy",
|
|
70
|
-
"language": "Python",
|
|
71
|
-
"color": "#3572A5",
|
|
72
|
-
"description": "DSPy: The framework for programming—not prompting—foundation models",
|
|
73
|
-
"forked": "455",
|
|
74
|
-
"stargazers_count": 6795,
|
|
75
|
-
"todayStar": "1807 stars this month",
|
|
76
|
-
"html_url": "https://github.com/stanfordnlp/dspy",
|
|
77
|
-
"rank": 7
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"full_name": "goenning/google-indexing-script",
|
|
81
|
-
"language": "JavaScript",
|
|
82
|
-
"color": "#f1e05a",
|
|
83
|
-
"description": "Script to get your site indexed on Google in less than 48 hours",
|
|
84
|
-
"forked": "381",
|
|
85
|
-
"stargazers_count": 5943,
|
|
86
|
-
"todayStar": "5943 stars this month",
|
|
87
|
-
"html_url": "https://github.com/goenning/google-indexing-script",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
@@ -92,32 +92,32 @@
|
|
|
92
92
|
"language": "Python",
|
|
93
93
|
"color": "#3572A5",
|
|
94
94
|
"description": "",
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
95
|
+
"forked": "148",
|
|
96
|
+
"stargazers_count": 1514,
|
|
97
|
+
"todayStar": "885 stars this month",
|
|
98
98
|
"html_url": "https://github.com/langchain-ai/langgraph",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
|
-
"full_name": "
|
|
102
|
+
"full_name": "haotian-liu/LLaVA",
|
|
103
103
|
"language": "Python",
|
|
104
104
|
"color": "#3572A5",
|
|
105
|
-
"description": "
|
|
106
|
-
"forked": "
|
|
107
|
-
"stargazers_count":
|
|
108
|
-
"todayStar": "
|
|
109
|
-
"html_url": "https://github.com/
|
|
105
|
+
"description": "[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.",
|
|
106
|
+
"forked": "1464",
|
|
107
|
+
"stargazers_count": 14263,
|
|
108
|
+
"todayStar": "1543 stars this month",
|
|
109
|
+
"html_url": "https://github.com/haotian-liu/LLaVA",
|
|
110
110
|
"rank": 10
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"full_name": "
|
|
113
|
+
"full_name": "psf/black",
|
|
114
114
|
"language": "Python",
|
|
115
115
|
"color": "#3572A5",
|
|
116
|
-
"description": "
|
|
117
|
-
"forked": "
|
|
118
|
-
"stargazers_count":
|
|
119
|
-
"todayStar": "
|
|
120
|
-
"html_url": "https://github.com/
|
|
116
|
+
"description": "The uncompromising Python code formatter",
|
|
117
|
+
"forked": "2349",
|
|
118
|
+
"stargazers_count": 36866,
|
|
119
|
+
"todayStar": "1056 stars this month",
|
|
120
|
+
"html_url": "https://github.com/psf/black",
|
|
121
121
|
"rank": 11
|
|
122
122
|
},
|
|
123
123
|
{
|
|
@@ -125,32 +125,32 @@
|
|
|
125
125
|
"language": "Go",
|
|
126
126
|
"color": "#00ADD8",
|
|
127
127
|
"description": "An open source, lightweight note-taking service. Easily capture and share your great thoughts.",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
128
|
+
"forked": "1803",
|
|
129
|
+
"stargazers_count": 25244,
|
|
130
|
+
"todayStar": "2789 stars this month",
|
|
131
131
|
"html_url": "https://github.com/usememos/memos",
|
|
132
132
|
"rank": 12
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"full_name": "open-webui/open-webui",
|
|
136
|
+
"language": "Svelte",
|
|
137
|
+
"color": "#ff3e00",
|
|
138
|
+
"description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)",
|
|
139
|
+
"forked": "586",
|
|
140
|
+
"stargazers_count": 6711,
|
|
141
|
+
"todayStar": "2666 stars this month",
|
|
142
|
+
"html_url": "https://github.com/open-webui/open-webui",
|
|
143
|
+
"rank": 13
|
|
144
|
+
},
|
|
134
145
|
{
|
|
135
146
|
"full_name": "sherlock-project/sherlock",
|
|
136
147
|
"language": "Python",
|
|
137
148
|
"color": "#3572A5",
|
|
138
149
|
"description": "🔎 Hunt down social media accounts by username across social networks",
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
150
|
+
"forked": "5930",
|
|
151
|
+
"stargazers_count": 49439,
|
|
152
|
+
"todayStar": "3169 stars this month",
|
|
142
153
|
"html_url": "https://github.com/sherlock-project/sherlock",
|
|
143
|
-
"rank": 13
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"full_name": "tree-sitter/tree-sitter",
|
|
147
|
-
"language": "Rust",
|
|
148
|
-
"color": "#dea584",
|
|
149
|
-
"description": "An incremental parsing system for programming tools",
|
|
150
|
-
"forked": "1053",
|
|
151
|
-
"stargazers_count": 15436,
|
|
152
|
-
"todayStar": "1139 stars this month",
|
|
153
|
-
"html_url": "https://github.com/tree-sitter/tree-sitter",
|
|
154
154
|
"rank": 14
|
|
155
155
|
},
|
|
156
156
|
{
|
|
@@ -158,32 +158,32 @@
|
|
|
158
158
|
"language": "C++",
|
|
159
159
|
"color": "#f34b7d",
|
|
160
160
|
"description": "The Serenity Operating System 🐞",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
161
|
+
"forked": "2905",
|
|
162
|
+
"stargazers_count": 27670,
|
|
163
|
+
"todayStar": "804 stars this month",
|
|
164
164
|
"html_url": "https://github.com/SerenityOS/serenity",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
"full_name": "open-webui/open-webui",
|
|
169
|
-
"language": "Svelte",
|
|
170
|
-
"color": "#ff3e00",
|
|
171
|
-
"description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)",
|
|
172
|
-
"forked": "550",
|
|
173
|
-
"stargazers_count": 6217,
|
|
174
|
-
"todayStar": "2272 stars this month",
|
|
175
|
-
"html_url": "https://github.com/open-webui/open-webui",
|
|
176
|
-
"rank": 16
|
|
177
|
-
},
|
|
178
167
|
{
|
|
179
168
|
"full_name": "danswer-ai/danswer",
|
|
180
169
|
"language": "Python",
|
|
181
170
|
"color": "#3572A5",
|
|
182
171
|
"description": "Ask Questions in natural language and get Answers backed by private sources. Connects to tools like Slack, GitHub, Confluence, etc.",
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
172
|
+
"forked": "837",
|
|
173
|
+
"stargazers_count": 8099,
|
|
174
|
+
"todayStar": "1673 stars this month",
|
|
186
175
|
"html_url": "https://github.com/danswer-ai/danswer",
|
|
176
|
+
"rank": 16
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"full_name": "thijsvanloef/palworld-server-docker",
|
|
180
|
+
"language": "Shell",
|
|
181
|
+
"color": "#89e051",
|
|
182
|
+
"description": "A Docker Container to easily run a Palworld dedicated server.",
|
|
183
|
+
"forked": "271",
|
|
184
|
+
"stargazers_count": 2239,
|
|
185
|
+
"todayStar": "1117 stars this month",
|
|
186
|
+
"html_url": "https://github.com/thijsvanloef/palworld-server-docker",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
@@ -191,87 +191,87 @@
|
|
|
191
191
|
"language": "Python",
|
|
192
192
|
"color": "#3572A5",
|
|
193
193
|
"description": "The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev",
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
194
|
+
"forked": "2371",
|
|
195
|
+
"stargazers_count": 14577,
|
|
196
|
+
"todayStar": "786 stars this month",
|
|
197
197
|
"html_url": "https://github.com/netbox-community/netbox",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
201
|
+
"full_name": "tree-sitter/tree-sitter",
|
|
202
|
+
"language": "Rust",
|
|
203
|
+
"color": "#dea584",
|
|
204
|
+
"description": "An incremental parsing system for programming tools",
|
|
205
|
+
"forked": "1056",
|
|
206
|
+
"stargazers_count": 15483,
|
|
207
|
+
"todayStar": "1060 stars this month",
|
|
208
|
+
"html_url": "https://github.com/tree-sitter/tree-sitter",
|
|
209
|
+
"rank": 19
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"full_name": "joaomdmoura/crewAI-examples",
|
|
213
|
+
"language": "Python",
|
|
214
|
+
"color": "#3572A5",
|
|
215
|
+
"description": "",
|
|
216
|
+
"forked": "223",
|
|
217
|
+
"stargazers_count": 814,
|
|
218
|
+
"todayStar": "375 stars this month",
|
|
219
|
+
"html_url": "https://github.com/joaomdmoura/crewAI-examples",
|
|
220
|
+
"rank": 20
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"full_name": "bluesky-social/atproto",
|
|
202
224
|
"language": "TypeScript",
|
|
203
225
|
"color": "#3178c6",
|
|
204
|
-
"description": "
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
209
|
-
"rank":
|
|
226
|
+
"description": "Social networking technology created by Bluesky",
|
|
227
|
+
"forked": "366",
|
|
228
|
+
"stargazers_count": 5505,
|
|
229
|
+
"todayStar": "282 stars this month",
|
|
230
|
+
"html_url": "https://github.com/bluesky-social/atproto",
|
|
231
|
+
"rank": 21
|
|
210
232
|
},
|
|
211
233
|
{
|
|
212
234
|
"full_name": "DataDog/datadog-agent",
|
|
213
235
|
"language": "Go",
|
|
214
236
|
"color": "#00ADD8",
|
|
215
237
|
"description": "Main repository for Datadog Agent",
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
238
|
+
"forked": "1113",
|
|
239
|
+
"stargazers_count": 2539,
|
|
240
|
+
"todayStar": "86 stars this month",
|
|
219
241
|
"html_url": "https://github.com/DataDog/datadog-agent",
|
|
220
|
-
"rank":
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"full_name": "slint-ui/slint",
|
|
224
|
-
"language": "Rust",
|
|
225
|
-
"color": "#dea584",
|
|
226
|
-
"description": "Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.",
|
|
227
|
-
"forked": "419",
|
|
228
|
-
"stargazers_count": 13643,
|
|
229
|
-
"todayStar": "1455 stars this month",
|
|
230
|
-
"html_url": "https://github.com/slint-ui/slint",
|
|
231
|
-
"rank": 21
|
|
242
|
+
"rank": 22
|
|
232
243
|
},
|
|
233
244
|
{
|
|
234
|
-
"full_name": "
|
|
245
|
+
"full_name": "continuedev/continue",
|
|
235
246
|
"language": "TypeScript",
|
|
236
247
|
"color": "#3178c6",
|
|
237
|
-
"description": "
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
242
|
-
"rank":
|
|
248
|
+
"description": "⏩ The easiest way to code with any LLM—Continue is an open-source autopilot for VS Code and JetBrains",
|
|
249
|
+
"forked": "394",
|
|
250
|
+
"stargazers_count": 7836,
|
|
251
|
+
"todayStar": "1475 stars this month",
|
|
252
|
+
"html_url": "https://github.com/continuedev/continue",
|
|
253
|
+
"rank": 23
|
|
243
254
|
},
|
|
244
255
|
{
|
|
245
|
-
"full_name": "
|
|
256
|
+
"full_name": "iperov/DeepFaceLive",
|
|
246
257
|
"language": "Python",
|
|
247
258
|
"color": "#3572A5",
|
|
248
|
-
"description": "",
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
253
|
-
"rank": 23
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"full_name": "rails/rails",
|
|
257
|
-
"language": "Ruby",
|
|
258
|
-
"color": "#701516",
|
|
259
|
-
"description": "Ruby on Rails",
|
|
260
|
-
"forked": "21203",
|
|
261
|
-
"stargazers_count": 54500,
|
|
262
|
-
"todayStar": "335 stars this month",
|
|
263
|
-
"html_url": "https://github.com/rails/rails",
|
|
259
|
+
"description": "Real-time face swap for PC streaming or video calls",
|
|
260
|
+
"forked": "3233",
|
|
261
|
+
"stargazers_count": 20801,
|
|
262
|
+
"todayStar": "1049 stars this month",
|
|
263
|
+
"html_url": "https://github.com/iperov/DeepFaceLive",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
267
|
+
"full_name": "FlowiseAI/Flowise",
|
|
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": "Drag & drop UI to build your customized LLM flow",
|
|
271
|
+
"forked": "10653",
|
|
272
|
+
"stargazers_count": 21153,
|
|
273
|
+
"todayStar": "1407 stars this month",
|
|
274
|
+
"html_url": "https://github.com/FlowiseAI/Flowise",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|