@wcj/github-rank 23.7.21 → 23.7.22

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,13 +1,13 @@
1
1
  [
2
2
  {
3
- "full_name": "vllm-project/vllm",
3
+ "full_name": "facebookresearch/llama",
4
4
  "language": "Python",
5
5
  "color": "#3572A5",
6
- "description": "A high-throughput and memory-efficient inference and serving engine for LLMs",
7
- "forked": "362",
8
- "stargazers_count": 3852,
9
- "todayStar": "3843 stars this month",
10
- "html_url": "https://github.com/vllm-project/vllm",
6
+ "description": "Inference code for LLaMA models",
7
+ "forked": "5028",
8
+ "stargazers_count": 32279,
9
+ "todayStar": "7787 stars this month",
10
+ "html_url": "https://github.com/facebookresearch/llama",
11
11
  "rank": 1
12
12
  },
13
13
  {
@@ -15,87 +15,87 @@
15
15
  "language": "TypeScript",
16
16
  "color": "#3178c6",
17
17
  "description": "🧠 Dump all your files and chat with it using your Generative AI Second Brain using LLMs ( GPT 3.5/4, Private, Anthropic, VertexAI ) & Embeddings 🧠",
18
- "forked": "1891",
19
- "stargazers_count": 18160,
20
- "todayStar": "10421 stars this month",
18
+ "forked": "1894",
19
+ "stargazers_count": 18237,
20
+ "todayStar": "10409 stars this month",
21
21
  "html_url": "https://github.com/StanGirard/quivr",
22
22
  "rank": 2
23
23
  },
24
+ {
25
+ "full_name": "vllm-project/vllm",
26
+ "language": "Python",
27
+ "color": "#3572A5",
28
+ "description": "A high-throughput and memory-efficient inference and serving engine for LLMs",
29
+ "forked": "366",
30
+ "stargazers_count": 3899,
31
+ "todayStar": "2758 stars this month",
32
+ "html_url": "https://github.com/vllm-project/vllm",
33
+ "rank": 3
34
+ },
24
35
  {
25
36
  "full_name": "tinygrad/tinygrad",
26
37
  "language": "Python",
27
38
  "color": "#3572A5",
28
39
  "description": "You like pytorch? You like micrograd? You love tinygrad! ❤️",
29
- "forked": "2296",
30
- "stargazers_count": 18158,
31
- "todayStar": "4233 stars this month",
40
+ "forked": "2309",
41
+ "stargazers_count": 18188,
42
+ "todayStar": "4156 stars this month",
32
43
  "html_url": "https://github.com/tinygrad/tinygrad",
33
- "rank": 3
44
+ "rank": 4
34
45
  },
35
46
  {
36
47
  "full_name": "vercel/platforms",
37
48
  "language": "TypeScript",
38
49
  "color": "#3178c6",
39
50
  "description": "A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.",
40
- "forked": "439",
41
- "stargazers_count": 3857,
42
- "todayStar": "1125 stars this month",
51
+ "forked": "441",
52
+ "stargazers_count": 3868,
53
+ "todayStar": "1135 stars this month",
43
54
  "html_url": "https://github.com/vercel/platforms",
44
- "rank": 4
55
+ "rank": 5
45
56
  },
46
57
  {
47
58
  "full_name": "h2oai/h2ogpt",
48
59
  "language": "Python",
49
60
  "color": "#3572A5",
50
- "description": "Private Q&A and summarization of documents+images or chat with local GPT, 100% private, no data leaks, Apache 2.0. Demo: https://gpt.h2o.ai/",
51
- "forked": "639",
52
- "stargazers_count": 5539,
53
- "todayStar": "2776 stars this month",
61
+ "description": "Private Q&A and summarization of documents+images or chat with local GPT, 100% private, Apache 2.0. Supports LLaMa2, llama.cpp, and more. Demo: https://gpt.h2o.ai/",
62
+ "forked": "648",
63
+ "stargazers_count": 5646,
64
+ "todayStar": "2845 stars this month",
54
65
  "html_url": "https://github.com/h2oai/h2ogpt",
55
- "rank": 5
56
- },
57
- {
58
- "full_name": "facebookresearch/llama",
59
- "language": "Python",
60
- "color": "#3572A5",
61
- "description": "Inference code for LLaMA models",
62
- "forked": "4838",
63
- "stargazers_count": 30537,
64
- "todayStar": "6226 stars this month",
65
- "html_url": "https://github.com/facebookresearch/llama",
66
66
  "rank": 6
67
67
  },
68
68
  {
69
- "full_name": "hiyouga/ChatGLM-Efficient-Tuning",
70
- "language": "Python",
71
- "color": "#3572A5",
72
- "description": "Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调",
73
- "forked": "339",
74
- "stargazers_count": 2398,
75
- "todayStar": "1091 stars this month",
76
- "html_url": "https://github.com/hiyouga/ChatGLM-Efficient-Tuning",
69
+ "full_name": "labmlai/annotated_deep_learning_paper_implementations",
70
+ "language": "JupyterNotebook",
71
+ "color": "#DA5B0B",
72
+ "description": "🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠",
73
+ "forked": "3302",
74
+ "stargazers_count": 31397,
75
+ "todayStar": "6386 stars this month",
76
+ "html_url": "https://github.com/labmlai/annotated_deep_learning_paper_implementations",
77
77
  "rank": 7
78
78
  },
79
- {
80
- "full_name": "toeverything/AFFiNE",
81
- "language": "TypeScript",
82
- "color": "#3178c6",
83
- "description": "There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.",
84
- "forked": "1244",
85
- "stargazers_count": 19994,
86
- "todayStar": "3145 stars this month",
87
- "html_url": "https://github.com/toeverything/AFFiNE",
88
- "rank": 8
89
- },
90
79
  {
91
80
  "full_name": "sveltejs/svelte",
92
81
  "language": "JavaScript",
93
82
  "color": "#f1e05a",
94
83
  "description": "Cybernetically enhanced web apps",
95
- "forked": "3945",
96
- "stargazers_count": 71237,
97
- "todayStar": "2973 stars this month",
84
+ "forked": "3947",
85
+ "stargazers_count": 71269,
86
+ "todayStar": "2992 stars this month",
98
87
  "html_url": "https://github.com/sveltejs/svelte",
88
+ "rank": 8
89
+ },
90
+ {
91
+ "full_name": "hiyouga/ChatGLM-Efficient-Tuning",
92
+ "language": "Python",
93
+ "color": "#3572A5",
94
+ "description": "Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调",
95
+ "forked": "341",
96
+ "stargazers_count": 2413,
97
+ "todayStar": "1091 stars this month",
98
+ "html_url": "https://github.com/hiyouga/ChatGLM-Efficient-Tuning",
99
99
  "rank": 9
100
100
  },
101
101
  {
@@ -104,20 +104,20 @@
104
104
  "color": "#f1e05a",
105
105
  "description": "</> htmx - high power tools for HTML",
106
106
  "forked": "574",
107
- "stargazers_count": 15855,
108
- "todayStar": "2962 stars this month",
107
+ "stargazers_count": 15927,
108
+ "todayStar": "3035 stars this month",
109
109
  "html_url": "https://github.com/bigskysoftware/htmx",
110
110
  "rank": 10
111
111
  },
112
112
  {
113
- "full_name": "labmlai/annotated_deep_learning_paper_implementations",
114
- "language": "JupyterNotebook",
115
- "color": "#DA5B0B",
116
- "description": "🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠",
117
- "forked": "3286",
118
- "stargazers_count": 31188,
119
- "todayStar": "6286 stars this month",
120
- "html_url": "https://github.com/labmlai/annotated_deep_learning_paper_implementations",
113
+ "full_name": "microsoft/unilm",
114
+ "language": "Python",
115
+ "color": "#3572A5",
116
+ "description": "Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities",
117
+ "forked": "2016",
118
+ "stargazers_count": 14351,
119
+ "todayStar": "1527 stars this month",
120
+ "html_url": "https://github.com/microsoft/unilm",
121
121
  "rank": 11
122
122
  },
123
123
  {
@@ -125,76 +125,76 @@
125
125
  "language": "Python",
126
126
  "color": "#3572A5",
127
127
  "description": "A powerful and modular stable diffusion GUI with a graph/nodes interface.",
128
- "forked": "699",
129
- "stargazers_count": 7921,
130
- "todayStar": "1735 stars this month",
128
+ "forked": "704",
129
+ "stargazers_count": 7974,
130
+ "todayStar": "1775 stars this month",
131
131
  "html_url": "https://github.com/comfyanonymous/ComfyUI",
132
132
  "rank": 12
133
133
  },
134
134
  {
135
- "full_name": "microsoft/unilm",
136
- "language": "Python",
137
- "color": "#3572A5",
138
- "description": "Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities",
139
- "forked": "2008",
140
- "stargazers_count": 14232,
141
- "todayStar": "1446 stars this month",
142
- "html_url": "https://github.com/microsoft/unilm",
135
+ "full_name": "toeverything/AFFiNE",
136
+ "language": "TypeScript",
137
+ "color": "#3178c6",
138
+ "description": "There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.",
139
+ "forked": "1245",
140
+ "stargazers_count": 20066,
141
+ "todayStar": "3165 stars this month",
142
+ "html_url": "https://github.com/toeverything/AFFiNE",
143
143
  "rank": 13
144
144
  },
145
+ {
146
+ "full_name": "EbookFoundation/free-programming-books",
147
+ "language": "",
148
+ "color": "",
149
+ "description": "📚 Freely available programming books",
150
+ "forked": "56635",
151
+ "stargazers_count": 293138,
152
+ "todayStar": "9773 stars this month",
153
+ "html_url": "https://github.com/EbookFoundation/free-programming-books",
154
+ "rank": 14
155
+ },
145
156
  {
146
157
  "full_name": "Dao-AILab/flash-attention",
147
158
  "language": "Python",
148
159
  "color": "#3572A5",
149
160
  "description": "Fast and memory-efficient exact attention",
150
- "forked": "416",
151
- "stargazers_count": 5252,
152
- "todayStar": "1512 stars this month",
161
+ "forked": "424",
162
+ "stargazers_count": 5345,
163
+ "todayStar": "1638 stars this month",
153
164
  "html_url": "https://github.com/Dao-AILab/flash-attention",
154
- "rank": 14
165
+ "rank": 15
155
166
  },
156
167
  {
157
168
  "full_name": "mastodon/mastodon",
158
169
  "language": "Ruby",
159
170
  "color": "#701516",
160
171
  "description": "Your self-hosted, globally interconnected microblogging community",
161
- "forked": "6394",
162
- "stargazers_count": 43052,
163
- "todayStar": "1084 stars this month",
172
+ "forked": "6400",
173
+ "stargazers_count": 43076,
174
+ "todayStar": "1093 stars this month",
164
175
  "html_url": "https://github.com/mastodon/mastodon",
165
- "rank": 15
176
+ "rank": 16
166
177
  },
167
178
  {
168
179
  "full_name": "usememos/memos",
169
180
  "language": "TypeScript",
170
181
  "color": "#3178c6",
171
182
  "description": "A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.",
172
- "forked": "1168",
173
- "stargazers_count": 16660,
174
- "todayStar": "1886 stars this month",
183
+ "forked": "1175",
184
+ "stargazers_count": 16723,
185
+ "todayStar": "1929 stars this month",
175
186
  "html_url": "https://github.com/usememos/memos",
176
- "rank": 16
177
- },
178
- {
179
- "full_name": "AntonOsika/gpt-engineer",
180
- "language": "Python",
181
- "color": "#3572A5",
182
- "description": "Specify what you want it to build, the AI asks for clarification, and then builds it.",
183
- "forked": "6526",
184
- "stargazers_count": 39002,
185
- "todayStar": "17657 stars this month",
186
- "html_url": "https://github.com/AntonOsika/gpt-engineer",
187
187
  "rank": 17
188
188
  },
189
189
  {
190
- "full_name": "EbookFoundation/free-programming-books",
191
- "language": "",
192
- "color": "",
193
- "description": "📚 Freely available programming books",
194
- "forked": "56623",
195
- "stargazers_count": 292978,
196
- "todayStar": "9567 stars this month",
197
- "html_url": "https://github.com/EbookFoundation/free-programming-books",
190
+ "full_name": "immich-app/immich",
191
+ "language": "TypeScript",
192
+ "color": "#3178c6",
193
+ "description": "Self-hosted photo and video backup solution directly from your mobile phone.",
194
+ "forked": "593",
195
+ "stargazers_count": 15724,
196
+ "todayStar": "3597 stars this month",
197
+ "html_url": "https://github.com/immich-app/immich",
198
198
  "rank": 18
199
199
  },
200
200
  {
@@ -203,75 +203,75 @@
203
203
  "color": "#000080",
204
204
  "description": "Neovim config for the lazy",
205
205
  "forked": "457",
206
- "stargazers_count": 6591,
207
- "todayStar": "1039 stars this month",
206
+ "stargazers_count": 6640,
207
+ "todayStar": "1083 stars this month",
208
208
  "html_url": "https://github.com/LazyVim/LazyVim",
209
209
  "rank": 19
210
210
  },
211
+ {
212
+ "full_name": "RVC-Project/Retrieval-based-Voice-Conversion-WebUI",
213
+ "language": "Python",
214
+ "color": "#3572A5",
215
+ "description": "Voice data <= 10 mins can also be used to train a good VC model!",
216
+ "forked": "1162",
217
+ "stargazers_count": 8013,
218
+ "todayStar": "2740 stars this month",
219
+ "html_url": "https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI",
220
+ "rank": 20
221
+ },
211
222
  {
212
223
  "full_name": "0atman/noboilerplate",
213
224
  "language": "Just",
214
225
  "color": "#384d54",
215
226
  "description": "Code for my talks on the No Boilerplate channel",
216
227
  "forked": "78",
217
- "stargazers_count": 1435,
218
- "todayStar": "448 stars this month",
228
+ "stargazers_count": 1454,
229
+ "todayStar": "460 stars this month",
219
230
  "html_url": "https://github.com/0atman/noboilerplate",
220
- "rank": 20
231
+ "rank": 21
221
232
  },
222
233
  {
223
- "full_name": "immich-app/immich",
224
- "language": "TypeScript",
225
- "color": "#3178c6",
226
- "description": "Self-hosted photo and video backup solution directly from your mobile phone.",
227
- "forked": "589",
228
- "stargazers_count": 15663,
229
- "todayStar": "3735 stars this month",
230
- "html_url": "https://github.com/immich-app/immich",
231
- "rank": 21
234
+ "full_name": "w-okada/voice-changer",
235
+ "language": "Python",
236
+ "color": "#3572A5",
237
+ "description": "リアルタイムボイスチェンジャー Realtime Voice Changer",
238
+ "forked": "921",
239
+ "stargazers_count": 7985,
240
+ "todayStar": "3028 stars this month",
241
+ "html_url": "https://github.com/w-okada/voice-changer",
242
+ "rank": 22
232
243
  },
233
244
  {
234
245
  "full_name": "steven-tey/novel",
235
246
  "language": "TypeScript",
236
247
  "color": "#3178c6",
237
248
  "description": "Notion-style WYSIWYG editor with AI-powered autocompletion.",
238
- "forked": "539",
239
- "stargazers_count": 5590,
240
- "todayStar": "3082 stars this month",
249
+ "forked": "544",
250
+ "stargazers_count": 5627,
251
+ "todayStar": "2508 stars this month",
241
252
  "html_url": "https://github.com/steven-tey/novel",
242
- "rank": 22
243
- },
244
- {
245
- "full_name": "spacedriveapp/spacedrive",
246
- "language": "Rust",
247
- "color": "#dea584",
248
- "description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.",
249
- "forked": "731",
250
- "stargazers_count": 21136,
251
- "todayStar": "2240 stars this month",
252
- "html_url": "https://github.com/spacedriveapp/spacedrive",
253
253
  "rank": 23
254
254
  },
255
255
  {
256
- "full_name": "w-okada/voice-changer",
257
- "language": "Python",
258
- "color": "#3572A5",
259
- "description": "リアルタイムボイスチェンジャー Realtime Voice Changer",
260
- "forked": "911",
261
- "stargazers_count": 7899,
262
- "todayStar": "2998 stars this month",
263
- "html_url": "https://github.com/w-okada/voice-changer",
256
+ "full_name": "raysan5/raylib",
257
+ "language": "C",
258
+ "color": "#555555",
259
+ "description": "A simple and easy-to-use library to enjoy videogames programming",
260
+ "forked": "1618",
261
+ "stargazers_count": 14055,
262
+ "todayStar": "768 stars this month",
263
+ "html_url": "https://github.com/raysan5/raylib",
264
264
  "rank": 24
265
265
  },
266
266
  {
267
- "full_name": "RVC-Project/Retrieval-based-Voice-Conversion-WebUI",
268
- "language": "Python",
269
- "color": "#3572A5",
270
- "description": "Voice data <= 10 mins can also be used to train a good VC model!",
271
- "forked": "1144",
272
- "stargazers_count": 7915,
273
- "todayStar": "2718 stars this month",
274
- "html_url": "https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI",
267
+ "full_name": "microsoft/ML-For-Beginners",
268
+ "language": "HTML",
269
+ "color": "#e34c26",
270
+ "description": "12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all",
271
+ "forked": "10705",
272
+ "stargazers_count": 51289,
273
+ "todayStar": "1656 stars this month",
274
+ "html_url": "https://github.com/microsoft/ML-For-Beginners",
275
275
  "rank": 25
276
276
  }
277
277
  ]