@wcj/github-rank 24.4.25 → 24.4.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.
@@ -1,266 +1,266 @@
1
1
  [
2
2
  {
3
- "full_name": "atherosai/ui",
4
- "language": "HTML",
5
- "color": "#e34c26",
6
- "description": "Simple UI examples from my social media",
7
- "forked": "1597",
8
- "stargazers_count": 9249,
9
- "todayStar": "1757 stars this week",
10
- "html_url": "https://github.com/atherosai/ui",
3
+ "full_name": "elastic/otel-profiling-agent",
4
+ "language": "Go",
5
+ "color": "#00ADD8",
6
+ "description": "The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, PHP, Ruby, Perl, ...)",
7
+ "forked": "212",
8
+ "stargazers_count": 1906,
9
+ "todayStar": "835 stars this week",
10
+ "html_url": "https://github.com/elastic/otel-profiling-agent",
11
11
  "rank": 1
12
12
  },
13
13
  {
14
- "full_name": "1Panel-dev/MaxKB",
14
+ "full_name": "unslothai/unsloth",
15
15
  "language": "Python",
16
16
  "color": "#3572A5",
17
- "description": "💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。",
18
- "forked": "525",
19
- "stargazers_count": 3633,
20
- "todayStar": "1411 stars this week",
21
- "html_url": "https://github.com/1Panel-dev/MaxKB",
17
+ "description": "Finetune Llama 3, Mistral & Gemma LLMs 2-5x faster with 80% less memory",
18
+ "forked": "436",
19
+ "stargazers_count": 7332,
20
+ "todayStar": "1491 stars this week",
21
+ "html_url": "https://github.com/unslothai/unsloth",
22
22
  "rank": 2
23
23
  },
24
- {
25
- "full_name": "pytorch/torchtune",
26
- "language": "Python",
27
- "color": "#3572A5",
28
- "description": "A Native-PyTorch Library for LLM Fine-tuning",
29
- "forked": "165",
30
- "stargazers_count": 2625,
31
- "todayStar": "1530 stars this week",
32
- "html_url": "https://github.com/pytorch/torchtune",
33
- "rank": 3
34
- },
35
- {
36
- "full_name": "jwasham/coding-interview-university",
37
- "language": "",
38
- "color": "",
39
- "description": "A complete computer science study plan to become a software engineer.",
40
- "forked": "73516",
41
- "stargazers_count": 289758,
42
- "todayStar": "3910 stars this week",
43
- "html_url": "https://github.com/jwasham/coding-interview-university",
44
- "rank": 4
45
- },
46
24
  {
47
25
  "full_name": "meta-llama/llama-recipes",
48
26
  "language": "JupyterNotebook",
49
27
  "color": "#DA5B0B",
50
28
  "description": "Scripts for fine-tuning Meta Llama3 with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama3 for WhatsApp & Messenger.",
51
- "forked": "1269",
52
- "stargazers_count": 9020,
53
- "todayStar": "744 stars this week",
29
+ "forked": "1282",
30
+ "stargazers_count": 9093,
31
+ "todayStar": "800 stars this week",
54
32
  "html_url": "https://github.com/meta-llama/llama-recipes",
55
- "rank": 5
33
+ "rank": 3
56
34
  },
57
35
  {
58
36
  "full_name": "meta-llama/codellama",
59
37
  "language": "Python",
60
38
  "color": "#3572A5",
61
39
  "description": "Inference code for CodeLlama models",
62
- "forked": "1706",
63
- "stargazers_count": 14955,
64
- "todayStar": "670 stars this week",
40
+ "forked": "1709",
41
+ "stargazers_count": 14971,
42
+ "todayStar": "683 stars this week",
65
43
  "html_url": "https://github.com/meta-llama/codellama",
44
+ "rank": 4
45
+ },
46
+ {
47
+ "full_name": "pytorch/torchtune",
48
+ "language": "Python",
49
+ "color": "#3572A5",
50
+ "description": "A Native-PyTorch Library for LLM Fine-tuning",
51
+ "forked": "172",
52
+ "stargazers_count": 2695,
53
+ "todayStar": "1504 stars this week",
54
+ "html_url": "https://github.com/pytorch/torchtune",
55
+ "rank": 5
56
+ },
57
+ {
58
+ "full_name": "atherosai/ui",
59
+ "language": "HTML",
60
+ "color": "#e34c26",
61
+ "description": "Simple UI examples from my social media",
62
+ "forked": "1602",
63
+ "stargazers_count": 9281,
64
+ "todayStar": "1446 stars this week",
65
+ "html_url": "https://github.com/atherosai/ui",
66
66
  "rank": 6
67
67
  },
68
68
  {
69
- "full_name": "TencentARC/InstantMesh",
69
+ "full_name": "1Panel-dev/MaxKB",
70
70
  "language": "Python",
71
71
  "color": "#3572A5",
72
- "description": "InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models",
73
- "forked": "92",
74
- "stargazers_count": 1338,
75
- "todayStar": "628 stars this week",
76
- "html_url": "https://github.com/TencentARC/InstantMesh",
72
+ "description": "💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。",
73
+ "forked": "541",
74
+ "stargazers_count": 3773,
75
+ "todayStar": "1117 stars this week",
76
+ "html_url": "https://github.com/1Panel-dev/MaxKB",
77
77
  "rank": 7
78
78
  },
79
79
  {
80
- "full_name": "quilljs/quill",
81
- "language": "TypeScript",
82
- "color": "#3178c6",
83
- "description": "Quill is a modern WYSIWYG editor built for compatibility and extensibility.",
84
- "forked": "3244",
85
- "stargazers_count": 41033,
86
- "todayStar": "1658 stars this week",
87
- "html_url": "https://github.com/quilljs/quill",
80
+ "full_name": "jwasham/coding-interview-university",
81
+ "language": "",
82
+ "color": "",
83
+ "description": "A complete computer science study plan to become a software engineer.",
84
+ "forked": "73560",
85
+ "stargazers_count": 289956,
86
+ "todayStar": "2072 stars this week",
87
+ "html_url": "https://github.com/jwasham/coding-interview-university",
88
88
  "rank": 8
89
89
  },
90
90
  {
91
- "full_name": "unslothai/unsloth",
92
- "language": "Python",
93
- "color": "#3572A5",
94
- "description": "Finetune Llama 3, Mistral & Gemma LLMs 2-5x faster with 80% less memory",
95
- "forked": "425",
96
- "stargazers_count": 7098,
97
- "todayStar": "1277 stars this week",
98
- "html_url": "https://github.com/unslothai/unsloth",
91
+ "full_name": "open-webui/open-webui",
92
+ "language": "Svelte",
93
+ "color": "#ff3e00",
94
+ "description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)",
95
+ "forked": "1639",
96
+ "stargazers_count": 16248,
97
+ "todayStar": "2596 stars this week",
98
+ "html_url": "https://github.com/open-webui/open-webui",
99
99
  "rank": 9
100
100
  },
101
101
  {
102
- "full_name": "dvlab-research/MGM",
103
- "language": "Python",
104
- "color": "#3572A5",
105
- "description": "Official repo for \"Mini-Gemini: Mining the Potential of Multi-modality Vision Language Models\"",
106
- "forked": "260",
107
- "stargazers_count": 2858,
108
- "todayStar": "1255 stars this week",
109
- "html_url": "https://github.com/dvlab-research/MGM",
102
+ "full_name": "ollama/ollama",
103
+ "language": "Go",
104
+ "color": "#00ADD8",
105
+ "description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
106
+ "forked": "4336",
107
+ "stargazers_count": 60449,
108
+ "todayStar": "4371 stars this week",
109
+ "html_url": "https://github.com/ollama/ollama",
110
110
  "rank": 10
111
111
  },
112
112
  {
113
- "full_name": "DescentDevelopers/Descent3",
114
- "language": "C++",
115
- "color": "#f34b7d",
116
- "description": "Descent 3 by Outrage Entertainment",
117
- "forked": "212",
118
- "stargazers_count": 2558,
119
- "todayStar": "697 stars this week",
120
- "html_url": "https://github.com/DescentDevelopers/Descent3",
113
+ "full_name": "langgenius/dify",
114
+ "language": "TypeScript",
115
+ "color": "#3178c6",
116
+ "description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.",
117
+ "forked": "3267",
118
+ "stargazers_count": 24928,
119
+ "todayStar": "2464 stars this week",
120
+ "html_url": "https://github.com/langgenius/dify",
121
121
  "rank": 11
122
122
  },
123
123
  {
124
- "full_name": "stanford-oval/storm",
124
+ "full_name": "hiyouga/LLaMA-Factory",
125
125
  "language": "Python",
126
126
  "color": "#3572A5",
127
- "description": "An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.",
128
- "forked": "372",
129
- "stargazers_count": 3873,
130
- "todayStar": "894 stars this week",
131
- "html_url": "https://github.com/stanford-oval/storm",
127
+ "description": "Unify Efficient Fine-Tuning of 100+ LLMs",
128
+ "forked": "2365",
129
+ "stargazers_count": 19744,
130
+ "todayStar": "2955 stars this week",
131
+ "html_url": "https://github.com/hiyouga/LLaMA-Factory",
132
132
  "rank": 12
133
133
  },
134
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": "1607",
140
- "stargazers_count": 15883,
141
- "todayStar": "2241 stars this week",
142
- "html_url": "https://github.com/open-webui/open-webui",
135
+ "full_name": "TencentARC/InstantMesh",
136
+ "language": "Python",
137
+ "color": "#3572A5",
138
+ "description": "InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models",
139
+ "forked": "102",
140
+ "stargazers_count": 1416,
141
+ "todayStar": "547 stars this week",
142
+ "html_url": "https://github.com/TencentARC/InstantMesh",
143
143
  "rank": 13
144
144
  },
145
145
  {
146
- "full_name": "ollama/ollama",
147
- "language": "Go",
148
- "color": "#00ADD8",
149
- "description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
150
- "forked": "4278",
151
- "stargazers_count": 59826,
152
- "todayStar": "3990 stars this week",
153
- "html_url": "https://github.com/ollama/ollama",
146
+ "full_name": "CorentinTh/it-tools",
147
+ "language": "Vue",
148
+ "color": "#41b883",
149
+ "description": "Collection of handy online tools for developers, with great UX.",
150
+ "forked": "1375",
151
+ "stargazers_count": 11093,
152
+ "todayStar": "652 stars this week",
153
+ "html_url": "https://github.com/CorentinTh/it-tools",
154
154
  "rank": 14
155
155
  },
156
+ {
157
+ "full_name": "sugarforever/chat-ollama",
158
+ "language": "Vue",
159
+ "color": "#41b883",
160
+ "description": "ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.",
161
+ "forked": "270",
162
+ "stargazers_count": 1674,
163
+ "todayStar": "437 stars this week",
164
+ "html_url": "https://github.com/sugarforever/chat-ollama",
165
+ "rank": 15
166
+ },
156
167
  {
157
168
  "full_name": "zed-industries/zed",
158
169
  "language": "Rust",
159
170
  "color": "#dea584",
160
171
  "description": "Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.",
161
- "forked": "1531",
162
- "stargazers_count": 32396,
163
- "todayStar": "853 stars this week",
172
+ "forked": "1537",
173
+ "stargazers_count": 32480,
174
+ "todayStar": "745 stars this week",
164
175
  "html_url": "https://github.com/zed-industries/zed",
165
- "rank": 15
166
- },
167
- {
168
- "full_name": "reflex-dev/reflex",
169
- "language": "Python",
170
- "color": "#3572A5",
171
- "description": "🕸️ Web apps in pure Python 🐍",
172
- "forked": "913",
173
- "stargazers_count": 16423,
174
- "todayStar": "479 stars this week",
175
- "html_url": "https://github.com/reflex-dev/reflex",
176
176
  "rank": 16
177
177
  },
178
- {
179
- "full_name": "langgenius/dify",
180
- "language": "TypeScript",
181
- "color": "#3178c6",
182
- "description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.",
183
- "forked": "3226",
184
- "stargazers_count": 24558,
185
- "todayStar": "2178 stars this week",
186
- "html_url": "https://github.com/langgenius/dify",
187
- "rank": 17
188
- },
189
178
  {
190
179
  "full_name": "Asabeneh/30-Days-Of-Python",
191
180
  "language": "Python",
192
181
  "color": "#3572A5",
193
182
  "description": "30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw",
194
- "forked": "6436",
195
- "stargazers_count": 31486,
196
- "todayStar": "563 stars this week",
183
+ "forked": "6440",
184
+ "stargazers_count": 31542,
185
+ "todayStar": "561 stars this week",
197
186
  "html_url": "https://github.com/Asabeneh/30-Days-Of-Python",
187
+ "rank": 17
188
+ },
189
+ {
190
+ "full_name": "quilljs/quill",
191
+ "language": "TypeScript",
192
+ "color": "#3178c6",
193
+ "description": "Quill is a modern WYSIWYG editor built for compatibility and extensibility.",
194
+ "forked": "3247",
195
+ "stargazers_count": 41127,
196
+ "todayStar": "1461 stars this week",
197
+ "html_url": "https://github.com/quilljs/quill",
198
198
  "rank": 18
199
199
  },
200
200
  {
201
- "full_name": "hiyouga/LLaMA-Factory",
201
+ "full_name": "dvlab-research/MGM",
202
202
  "language": "Python",
203
203
  "color": "#3572A5",
204
- "description": "Unify Efficient Fine-Tuning of 100+ LLMs",
205
- "forked": "2310",
206
- "stargazers_count": 19306,
207
- "todayStar": "2562 stars this week",
208
- "html_url": "https://github.com/hiyouga/LLaMA-Factory",
204
+ "description": "Official repo for \"Mini-Gemini: Mining the Potential of Multi-modality Vision Language Models\"",
205
+ "forked": "260",
206
+ "stargazers_count": 2879,
207
+ "todayStar": "495 stars this week",
208
+ "html_url": "https://github.com/dvlab-research/MGM",
209
209
  "rank": 19
210
210
  },
211
211
  {
212
- "full_name": "CorentinTh/it-tools",
213
- "language": "Vue",
214
- "color": "#41b883",
215
- "description": "Collection of handy online tools for developers, with great UX.",
216
- "forked": "1363",
217
- "stargazers_count": 10968,
218
- "todayStar": "630 stars this week",
219
- "html_url": "https://github.com/CorentinTh/it-tools",
212
+ "full_name": "reflex-dev/reflex",
213
+ "language": "Python",
214
+ "color": "#3572A5",
215
+ "description": "🕸️ Web apps in pure Python 🐍",
216
+ "forked": "913",
217
+ "stargazers_count": 16521,
218
+ "todayStar": "517 stars this week",
219
+ "html_url": "https://github.com/reflex-dev/reflex",
220
220
  "rank": 20
221
221
  },
222
222
  {
223
- "full_name": "GraphiteEditor/Graphite",
224
- "language": "Rust",
225
- "color": "#dea584",
226
- "description": "2D raster & vector editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.",
227
- "forked": "370",
228
- "stargazers_count": 6847,
229
- "todayStar": "491 stars this week",
230
- "html_url": "https://github.com/GraphiteEditor/Graphite",
223
+ "full_name": "portainer/portainer",
224
+ "language": "TypeScript",
225
+ "color": "#3178c6",
226
+ "description": "Making Docker and Kubernetes management easy.",
227
+ "forked": "2348",
228
+ "stargazers_count": 28851,
229
+ "todayStar": "112 stars this week",
230
+ "html_url": "https://github.com/portainer/portainer",
231
231
  "rank": 21
232
232
  },
233
233
  {
234
- "full_name": "hudson-and-thames/arbitragelab",
234
+ "full_name": "meta-llama/PurpleLlama",
235
235
  "language": "Python",
236
236
  "color": "#3572A5",
237
- "description": "ArbitrageLab is a python library that enables traders who want to exploit mean-reverting portfolios by providing a complete set of algorithms from the best academic journals.",
238
- "forked": "100",
239
- "stargazers_count": 339,
240
- "todayStar": "65 stars this week",
241
- "html_url": "https://github.com/hudson-and-thames/arbitragelab",
237
+ "description": "Set of tools to assess and improve LLM security.",
238
+ "forked": "286",
239
+ "stargazers_count": 1833,
240
+ "todayStar": "1182 stars this week",
241
+ "html_url": "https://github.com/meta-llama/PurpleLlama",
242
242
  "rank": 22
243
243
  },
244
244
  {
245
- "full_name": "Dhravya/supermemory",
246
- "language": "TypeScript",
247
- "color": "#3178c6",
248
- "description": "Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.",
249
- "forked": "190",
250
- "stargazers_count": 2340,
251
- "todayStar": "606 stars this week",
252
- "html_url": "https://github.com/Dhravya/supermemory",
245
+ "full_name": "phidatahq/phidata",
246
+ "language": "Python",
247
+ "color": "#3572A5",
248
+ "description": "Add memory, knowledge and tools to LLMs",
249
+ "forked": "533",
250
+ "stargazers_count": 4209,
251
+ "todayStar": "1227 stars this week",
252
+ "html_url": "https://github.com/phidatahq/phidata",
253
253
  "rank": 23
254
254
  },
255
255
  {
256
- "full_name": "goharbor/harbor",
257
- "language": "Go",
258
- "color": "#00ADD8",
259
- "description": "An open source trusted cloud native registry project that stores, signs, and scans content.",
260
- "forked": "4605",
261
- "stargazers_count": 22479,
262
- "todayStar": "181 stars this week",
263
- "html_url": "https://github.com/goharbor/harbor",
256
+ "full_name": "max32002/tixcraft_bot",
257
+ "language": "JavaScript",
258
+ "color": "#f1e05a",
259
+ "description": "MaxBot open source code bot",
260
+ "forked": "557",
261
+ "stargazers_count": 2133,
262
+ "todayStar": "329 stars this week",
263
+ "html_url": "https://github.com/max32002/tixcraft_bot",
264
264
  "rank": 24
265
265
  }
266
266
  ]