@wcj/github-rank 24.4.21 → 24.4.23

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.
@@ -4,9 +4,9 @@
4
4
  "language": "Python",
5
5
  "color": "#3572A5",
6
6
  "description": "The official Meta Llama 3 GitHub site",
7
- "forked": "561",
8
- "stargazers_count": 8009,
9
- "todayStar": "1605 stars today",
7
+ "forked": "1182",
8
+ "stargazers_count": 14916,
9
+ "todayStar": "3769 stars today",
10
10
  "html_url": "https://github.com/meta-llama/llama3",
11
11
  "rank": 1
12
12
  },
@@ -14,264 +14,264 @@
14
14
  "full_name": "code100x/chess",
15
15
  "language": "TypeScript",
16
16
  "color": "#3178c6",
17
- "description": "A multiplayer chess platform similar to https://chess.com/",
18
- "forked": "192",
19
- "stargazers_count": 477,
20
- "todayStar": "55 stars today",
17
+ "description": "A multiplayer chess platform",
18
+ "forked": "426",
19
+ "stargazers_count": 1243,
20
+ "todayStar": "172 stars today",
21
21
  "html_url": "https://github.com/code100x/chess",
22
22
  "rank": 2
23
23
  },
24
24
  {
25
- "full_name": "pytorch/torchtune",
25
+ "full_name": "moest-np/center-randomize",
26
26
  "language": "Python",
27
27
  "color": "#3572A5",
28
- "description": "A Native-PyTorch Library for LLM Fine-tuning",
29
- "forked": "139",
30
- "stargazers_count": 2198,
31
- "todayStar": "337 stars today",
32
- "html_url": "https://github.com/pytorch/torchtune",
28
+ "description": "Script is to assign exam centers to students",
29
+ "forked": "211",
30
+ "stargazers_count": 488,
31
+ "todayStar": "132 stars today",
32
+ "html_url": "https://github.com/moest-np/center-randomize",
33
33
  "rank": 3
34
34
  },
35
35
  {
36
- "full_name": "mendableai/firecrawl",
37
- "language": "TypeScript",
38
- "color": "#3178c6",
39
- "description": "🔥 Turn entire websites into LLM-ready markdown",
40
- "forked": "65",
41
- "stargazers_count": 1137,
42
- "todayStar": "322 stars today",
43
- "html_url": "https://github.com/mendableai/firecrawl",
36
+ "full_name": "Aikoyori/ProgrammingVTuberLogos",
37
+ "language": "",
38
+ "color": "",
39
+ "description": "High-quality PNGs for logos I made for fun",
40
+ "forked": "131",
41
+ "stargazers_count": 2348,
42
+ "todayStar": "594 stars today",
43
+ "html_url": "https://github.com/Aikoyori/ProgrammingVTuberLogos",
44
44
  "rank": 4
45
45
  },
46
46
  {
47
- "full_name": "atherosai/ui",
48
- "language": "HTML",
49
- "color": "#e34c26",
50
- "description": "Simple UI examples from my social media",
51
- "forked": "1571",
52
- "stargazers_count": 9099,
53
- "todayStar": "544 stars today",
54
- "html_url": "https://github.com/atherosai/ui",
47
+ "full_name": "open-webui/open-webui",
48
+ "language": "Svelte",
49
+ "color": "#ff3e00",
50
+ "description": "User-friendly WebUI for LLMs (Formerly Ollama WebUI)",
51
+ "forked": "1508",
52
+ "stargazers_count": 14999,
53
+ "todayStar": "484 stars today",
54
+ "html_url": "https://github.com/open-webui/open-webui",
55
55
  "rank": 5
56
56
  },
57
57
  {
58
- "full_name": "meta-llama/PurpleLlama",
58
+ "full_name": "meta-llama/codellama",
59
59
  "language": "Python",
60
60
  "color": "#3572A5",
61
- "description": "Set of tools to assess and improve LLM security.",
62
- "forked": "168",
63
- "stargazers_count": 925,
64
- "todayStar": "112 stars today",
65
- "html_url": "https://github.com/meta-llama/PurpleLlama",
61
+ "description": "Inference code for CodeLlama models",
62
+ "forked": "1688",
63
+ "stargazers_count": 14864,
64
+ "todayStar": "200 stars today",
65
+ "html_url": "https://github.com/meta-llama/codellama",
66
66
  "rank": 6
67
67
  },
68
68
  {
69
- "full_name": "ordinals/ord",
70
- "language": "Rust",
71
- "color": "#dea584",
72
- "description": "👁‍🗨 Rare and exotic sats",
73
- "forked": "1193",
74
- "stargazers_count": 3538,
75
- "todayStar": "48 stars today",
76
- "html_url": "https://github.com/ordinals/ord",
69
+ "full_name": "ollama/ollama",
70
+ "language": "Go",
71
+ "color": "#00ADD8",
72
+ "description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.",
73
+ "forked": "4155",
74
+ "stargazers_count": 58443,
75
+ "todayStar": "773 stars today",
76
+ "html_url": "https://github.com/ollama/ollama",
77
77
  "rank": 7
78
78
  },
79
79
  {
80
- "full_name": "meta-llama/llama-recipes",
81
- "language": "JupyterNotebook",
82
- "color": "#DA5B0B",
83
- "description": "Scripts for fine-tuning Llama2 with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization & question answering. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment.Demo apps to showcase Llama2 for WhatsApp & Messenger",
84
- "forked": "1197",
85
- "stargazers_count": 8615,
86
- "todayStar": "79 stars today",
87
- "html_url": "https://github.com/meta-llama/llama-recipes",
80
+ "full_name": "joaomdmoura/crewAI",
81
+ "language": "Python",
82
+ "color": "#3572A5",
83
+ "description": "Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.",
84
+ "forked": "1605",
85
+ "stargazers_count": 12447,
86
+ "todayStar": "77 stars today",
87
+ "html_url": "https://github.com/joaomdmoura/crewAI",
88
88
  "rank": 8
89
89
  },
90
90
  {
91
- "full_name": "sugarforever/chat-ollama",
92
- "language": "Vue",
93
- "color": "#41b883",
94
- "description": "ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.",
95
- "forked": "241",
96
- "stargazers_count": 1462,
97
- "todayStar": "74 stars today",
98
- "html_url": "https://github.com/sugarforever/chat-ollama",
91
+ "full_name": "HeyPuter/puter",
92
+ "language": "JavaScript",
93
+ "color": "#f1e05a",
94
+ "description": "🌐 The Internet OS! Free, Open-Source, and Self-Hostable.",
95
+ "forked": "908",
96
+ "stargazers_count": 15356,
97
+ "todayStar": "612 stars today",
98
+ "html_url": "https://github.com/HeyPuter/puter",
99
99
  "rank": 9
100
100
  },
101
101
  {
102
- "full_name": "meta-llama/codellama",
103
- "language": "Python",
104
- "color": "#3572A5",
105
- "description": "Inference code for CodeLlama models",
106
- "forked": "1548",
107
- "stargazers_count": 14514,
108
- "todayStar": "103 stars today",
109
- "html_url": "https://github.com/meta-llama/codellama",
102
+ "full_name": "ggerganov/llama.cpp",
103
+ "language": "C++",
104
+ "color": "#f34b7d",
105
+ "description": "LLM inference in C/C++",
106
+ "forked": "7980",
107
+ "stargazers_count": 56311,
108
+ "todayStar": "199 stars today",
109
+ "html_url": "https://github.com/ggerganov/llama.cpp",
110
110
  "rank": 10
111
111
  },
112
112
  {
113
- "full_name": "meta-llama/llama",
114
- "language": "Python",
115
- "color": "#3572A5",
116
- "description": "Inference code for Llama models",
117
- "forked": "9090",
118
- "stargazers_count": 52688,
119
- "todayStar": "85 stars today",
120
- "html_url": "https://github.com/meta-llama/llama",
113
+ "full_name": "mendableai/firecrawl",
114
+ "language": "TypeScript",
115
+ "color": "#3178c6",
116
+ "description": "🔥 Turn entire websites into LLM-ready markdown",
117
+ "forked": "131",
118
+ "stargazers_count": 1515,
119
+ "todayStar": "104 stars today",
120
+ "html_url": "https://github.com/mendableai/firecrawl",
121
121
  "rank": 11
122
122
  },
123
123
  {
124
- "full_name": "timpaul/form-extractor-prototype",
125
- "language": "JavaScript",
126
- "color": "#f1e05a",
127
- "description": "",
128
- "forked": "29",
129
- "stargazers_count": 180,
130
- "todayStar": "71 stars today",
131
- "html_url": "https://github.com/timpaul/form-extractor-prototype",
124
+ "full_name": "immich-app/immich",
125
+ "language": "TypeScript",
126
+ "color": "#3178c6",
127
+ "description": "High performance self-hosted photo and video management solution.",
128
+ "forked": "1427",
129
+ "stargazers_count": 30713,
130
+ "todayStar": "94 stars today",
131
+ "html_url": "https://github.com/immich-app/immich",
132
132
  "rank": 12
133
133
  },
134
134
  {
135
- "full_name": "amalshaji/portr",
136
- "language": "Svelte",
137
- "color": "#ff3e00",
138
- "description": "Open source ngrok alternative designed for teams",
139
- "forked": "40",
140
- "stargazers_count": 1685,
141
- "todayStar": "166 stars today",
142
- "html_url": "https://github.com/amalshaji/portr",
135
+ "full_name": "bitcoin/bitcoin",
136
+ "language": "C++",
137
+ "color": "#f34b7d",
138
+ "description": "Bitcoin Core integration/staging tree",
139
+ "forked": "35245",
140
+ "stargazers_count": 75900,
141
+ "todayStar": "105 stars today",
142
+ "html_url": "https://github.com/bitcoin/bitcoin",
143
143
  "rank": 13
144
144
  },
145
145
  {
146
- "full_name": "freeCodeCamp/freeCodeCamp",
147
- "language": "TypeScript",
148
- "color": "#3178c6",
149
- "description": "freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.",
150
- "forked": "35324",
151
- "stargazers_count": 387600,
152
- "todayStar": "174 stars today",
153
- "html_url": "https://github.com/freeCodeCamp/freeCodeCamp",
146
+ "full_name": "hiyouga/LLaMA-Factory",
147
+ "language": "Python",
148
+ "color": "#3572A5",
149
+ "description": "Unify Efficient Fine-Tuning of 100+ LLMs",
150
+ "forked": "2093",
151
+ "stargazers_count": 17376,
152
+ "todayStar": "164 stars today",
153
+ "html_url": "https://github.com/hiyouga/LLaMA-Factory",
154
154
  "rank": 14
155
155
  },
156
156
  {
157
- "full_name": "sindresorhus/awesome",
158
- "language": "",
159
- "color": "",
160
- "description": "😎 Awesome lists about all kinds of interesting topics",
161
- "forked": "26763",
162
- "stargazers_count": 299616,
163
- "todayStar": "269 stars today",
164
- "html_url": "https://github.com/sindresorhus/awesome",
157
+ "full_name": "janhq/jan",
158
+ "language": "TypeScript",
159
+ "color": "#3178c6",
160
+ "description": "Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)",
161
+ "forked": "994",
162
+ "stargazers_count": 17169,
163
+ "todayStar": "103 stars today",
164
+ "html_url": "https://github.com/janhq/jan",
165
165
  "rank": 15
166
166
  },
167
167
  {
168
- "full_name": "airbnb/lottie-ios",
169
- "language": "Swift",
170
- "color": "#F05138",
171
- "description": "An iOS library to natively render After Effects vector animations",
172
- "forked": "3666",
173
- "stargazers_count": 25120,
174
- "todayStar": "38 stars today",
175
- "html_url": "https://github.com/airbnb/lottie-ios",
168
+ "full_name": "sadmann7/shadcn-table",
169
+ "language": "TypeScript",
170
+ "color": "#3178c6",
171
+ "description": "A shadcn table component with server-side sorting, filtering, and pagination.",
172
+ "forked": "133",
173
+ "stargazers_count": 1469,
174
+ "todayStar": "288 stars today",
175
+ "html_url": "https://github.com/sadmann7/shadcn-table",
176
176
  "rank": 16
177
177
  },
178
178
  {
179
- "full_name": "elastic/otel-profiling-agent",
180
- "language": "Go",
181
- "color": "#00ADD8",
182
- "description": "The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, PHP, Ruby, Perl, ...)",
183
- "forked": "201",
184
- "stargazers_count": 1747,
185
- "todayStar": "364 stars today",
186
- "html_url": "https://github.com/elastic/otel-profiling-agent",
179
+ "full_name": "joschan21/profanity.dev",
180
+ "language": "TypeScript",
181
+ "color": "#3178c6",
182
+ "description": "",
183
+ "forked": "63",
184
+ "stargazers_count": 850,
185
+ "todayStar": "196 stars today",
186
+ "html_url": "https://github.com/joschan21/profanity.dev",
187
187
  "rank": 17
188
188
  },
189
189
  {
190
- "full_name": "nasa/openmct",
191
- "language": "JavaScript",
192
- "color": "#f1e05a",
193
- "description": "A web based mission control framework.",
194
- "forked": "1207",
195
- "stargazers_count": 11739,
196
- "todayStar": "55 stars today",
197
- "html_url": "https://github.com/nasa/openmct",
190
+ "full_name": "phidatahq/phidata",
191
+ "language": "Python",
192
+ "color": "#3572A5",
193
+ "description": "Build AI Assistants with memory, knowledge and tools.",
194
+ "forked": "426",
195
+ "stargazers_count": 3634,
196
+ "todayStar": "268 stars today",
197
+ "html_url": "https://github.com/phidatahq/phidata",
198
198
  "rank": 18
199
199
  },
200
200
  {
201
- "full_name": "binary-husky/gpt_academic",
202
- "language": "Python",
203
- "color": "#3572A5",
204
- "description": "为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。",
205
- "forked": "7008",
206
- "stargazers_count": 55512,
207
- "todayStar": "102 stars today",
208
- "html_url": "https://github.com/binary-husky/gpt_academic",
201
+ "full_name": "kamranahmedse/developer-roadmap",
202
+ "language": "TypeScript",
203
+ "color": "#3178c6",
204
+ "description": "Interactive roadmaps, guides and other educational content to help developers grow in their careers.",
205
+ "forked": "36929",
206
+ "stargazers_count": 274662,
207
+ "todayStar": "132 stars today",
208
+ "html_url": "https://github.com/kamranahmedse/developer-roadmap",
209
209
  "rank": 19
210
210
  },
211
211
  {
212
- "full_name": "harperreed/photo-similarity-search",
213
- "language": "Python",
214
- "color": "#3572A5",
215
- "description": "Super simple MLX (apple silicon) CLIP based photo similarity web app",
216
- "forked": "21",
217
- "stargazers_count": 281,
218
- "todayStar": "21 stars today",
219
- "html_url": "https://github.com/harperreed/photo-similarity-search",
212
+ "full_name": "twentyhq/twenty",
213
+ "language": "TypeScript",
214
+ "color": "#3178c6",
215
+ "description": "Building a modern alternative to Salesforce, powered by the community.",
216
+ "forked": "980",
217
+ "stargazers_count": 9960,
218
+ "todayStar": "325 stars today",
219
+ "html_url": "https://github.com/twentyhq/twenty",
220
220
  "rank": 20
221
221
  },
222
222
  {
223
- "full_name": "ggerganov/llama.cpp",
224
- "language": "C++",
225
- "color": "#f34b7d",
226
- "description": "LLM inference in C/C++",
227
- "forked": "7891",
228
- "stargazers_count": 55943,
229
- "todayStar": "101 stars today",
230
- "html_url": "https://github.com/ggerganov/llama.cpp",
223
+ "full_name": "aishwaryanr/awesome-generative-ai-guide",
224
+ "language": "",
225
+ "color": "",
226
+ "description": "A one stop repository for generative AI research updates, interview resources, notebooks and much more!",
227
+ "forked": "869",
228
+ "stargazers_count": 4339,
229
+ "todayStar": "149 stars today",
230
+ "html_url": "https://github.com/aishwaryanr/awesome-generative-ai-guide",
231
231
  "rank": 21
232
232
  },
233
233
  {
234
- "full_name": "bitcoin/bitcoin",
235
- "language": "C++",
236
- "color": "#f34b7d",
237
- "description": "Bitcoin Core integration/staging tree",
238
- "forked": "35162",
239
- "stargazers_count": 75697,
240
- "todayStar": "55 stars today",
241
- "html_url": "https://github.com/bitcoin/bitcoin",
234
+ "full_name": "comfyanonymous/ComfyUI",
235
+ "language": "Python",
236
+ "color": "#3572A5",
237
+ "description": "The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.",
238
+ "forked": "3486",
239
+ "stargazers_count": 32836,
240
+ "todayStar": "121 stars today",
241
+ "html_url": "https://github.com/comfyanonymous/ComfyUI",
242
242
  "rank": 22
243
243
  },
244
244
  {
245
- "full_name": "boxyhq/saas-starter-kit",
246
- "language": "TypeScript",
247
- "color": "#3178c6",
248
- "description": "🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀",
249
- "forked": "488",
250
- "stargazers_count": 2606,
251
- "todayStar": "179 stars today",
252
- "html_url": "https://github.com/boxyhq/saas-starter-kit",
245
+ "full_name": "unslothai/unsloth",
246
+ "language": "Python",
247
+ "color": "#3572A5",
248
+ "description": "Finetune Llama 3, Mistral & Gemma LLMs 2-5x faster with 80% less memory",
249
+ "forked": "377",
250
+ "stargazers_count": 6526,
251
+ "todayStar": "233 stars today",
252
+ "html_url": "https://github.com/unslothai/unsloth",
253
253
  "rank": 23
254
254
  },
255
255
  {
256
- "full_name": "hiyouga/LLaMA-Factory",
257
- "language": "Python",
258
- "color": "#3572A5",
259
- "description": "Unify Efficient Fine-Tuning of 100+ LLMs",
260
- "forked": "2013",
261
- "stargazers_count": 16943,
262
- "todayStar": "68 stars today",
263
- "html_url": "https://github.com/hiyouga/LLaMA-Factory",
256
+ "full_name": "alexbatalov/fallout1-ce",
257
+ "language": "C++",
258
+ "color": "#f34b7d",
259
+ "description": "Fallout for modern operating systems",
260
+ "forked": "115",
261
+ "stargazers_count": 1459,
262
+ "todayStar": "29 stars today",
263
+ "html_url": "https://github.com/alexbatalov/fallout1-ce",
264
264
  "rank": 24
265
265
  },
266
266
  {
267
- "full_name": "kamranahmedse/developer-roadmap",
268
- "language": "TypeScript",
269
- "color": "#3178c6",
270
- "description": "Interactive roadmaps, guides and other educational content to help developers grow in their careers.",
271
- "forked": "36877",
272
- "stargazers_count": 274269,
273
- "todayStar": "209 stars today",
274
- "html_url": "https://github.com/kamranahmedse/developer-roadmap",
267
+ "full_name": "EbookFoundation/free-programming-books",
268
+ "language": "",
269
+ "color": "",
270
+ "description": "📚 Freely available programming books",
271
+ "forked": "59903",
272
+ "stargazers_count": 319984,
273
+ "todayStar": "302 stars today",
274
+ "html_url": "https://github.com/EbookFoundation/free-programming-books",
275
275
  "rank": 25
276
276
  }
277
277
  ]