@wcj/github-rank 24.4.20 → 24.4.21
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 +17961 -17964
- package/dist/trending-daily.json +196 -185
- package/dist/trending-monthly.json +166 -166
- package/dist/trending-weekly.json +163 -174
- package/dist/users.china.json +1108 -1073
- package/dist/users.json +3545 -3580
- package/dist/users.org.json +327 -292
- package/package.json +1 -1
- package/web/data/repos.json +17961 -17964
- package/web/data/trending-daily.json +196 -185
- package/web/data/trending-monthly.json +166 -166
- package/web/data/trending-weekly.json +163 -174
- package/web/data/users.china.json +1108 -1073
- package/web/data/users.json +3545 -3580
- package/web/data/users.org.json +327 -292
- package/web/index.html +3841 -3893
- package/web/org.html +279 -227
- package/web/repos.html +2221 -2225
- package/web/trending-monthly.html +163 -163
- package/web/trending-weekly.html +154 -192
- package/web/trending.html +207 -161
- package/web/users.china.html +1121 -1075
package/web/trending.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</a>
|
|
130
130
|
|
|
131
131
|
</h1>
|
|
132
|
-
<div class="time">Last cache created on 2024/4/
|
|
132
|
+
<div class="time">Last cache created on 2024/4/21 by
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
|
|
@@ -154,36 +154,36 @@
|
|
|
154
154
|
<div class="info">
|
|
155
155
|
<div class="rank">
|
|
156
156
|
<span title="Ranking 1">1</span>
|
|
157
|
-
<a href="https://github.com/
|
|
157
|
+
<a href="https://github.com/meta-llama/llama3" target="_blank" title="meta-llama/llama3">meta-llama/llama3</a>
|
|
158
158
|
</div>
|
|
159
159
|
<div class="sub-title followers">
|
|
160
160
|
|
|
161
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
162
|
-
<span style="background-color: #
|
|
161
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
162
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
163
163
|
</a>
|
|
164
164
|
|
|
165
165
|
<span class="star" title="Stargazers Count">
|
|
166
166
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
167
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
168
|
</svg>
|
|
169
|
-
<span>8.
|
|
169
|
+
<span>8.009k</span>
|
|
170
170
|
</span>
|
|
171
171
|
<span class="star" title="Repo Forked">
|
|
172
172
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
173
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
174
174
|
</path>
|
|
175
175
|
</svg>
|
|
176
|
-
<span>
|
|
176
|
+
<span>561</span>
|
|
177
177
|
</span>
|
|
178
178
|
<span class="star">
|
|
179
179
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
180
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
181
181
|
</svg>
|
|
182
|
-
<span>
|
|
182
|
+
<span>1605 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
The official Meta Llama 3 GitHub site
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,36 +192,36 @@
|
|
|
192
192
|
<div class="info">
|
|
193
193
|
<div class="rank">
|
|
194
194
|
<span title="Ranking 2">2</span>
|
|
195
|
-
<a href="https://github.com/
|
|
195
|
+
<a href="https://github.com/code100x/chess" target="_blank" title="code100x/chess">code100x/chess</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
200
|
-
<span style="background-color: #
|
|
199
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
200
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
201
201
|
</a>
|
|
202
202
|
|
|
203
203
|
<span class="star" title="Stargazers Count">
|
|
204
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
205
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
206
206
|
</svg>
|
|
207
|
-
<span>
|
|
207
|
+
<span>0.477k</span>
|
|
208
208
|
</span>
|
|
209
209
|
<span class="star" title="Repo Forked">
|
|
210
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
211
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
212
212
|
</path>
|
|
213
213
|
</svg>
|
|
214
|
-
<span>
|
|
214
|
+
<span>192</span>
|
|
215
215
|
</span>
|
|
216
216
|
<span class="star">
|
|
217
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
218
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
219
219
|
</svg>
|
|
220
|
-
<span>
|
|
220
|
+
<span>55 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
224
|
-
|
|
224
|
+
A multiplayer chess platform similar to https://chess.com/
|
|
225
225
|
</div>
|
|
226
226
|
</div>
|
|
227
227
|
</li>
|
|
@@ -230,32 +230,36 @@
|
|
|
230
230
|
<div class="info">
|
|
231
231
|
<div class="rank">
|
|
232
232
|
<span title="Ranking 3">3</span>
|
|
233
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/pytorch/torchtune" target="_blank" title="pytorch/torchtune">pytorch/torchtune</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
238
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
239
|
+
</a>
|
|
240
|
+
|
|
237
241
|
<span class="star" title="Stargazers Count">
|
|
238
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
239
243
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
240
244
|
</svg>
|
|
241
|
-
<span>
|
|
245
|
+
<span>2.198k</span>
|
|
242
246
|
</span>
|
|
243
247
|
<span class="star" title="Repo Forked">
|
|
244
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
245
249
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
246
250
|
</path>
|
|
247
251
|
</svg>
|
|
248
|
-
<span>
|
|
252
|
+
<span>139</span>
|
|
249
253
|
</span>
|
|
250
254
|
<span class="star">
|
|
251
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
252
256
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
253
257
|
</svg>
|
|
254
|
-
<span>
|
|
258
|
+
<span>337 stars today</span>
|
|
255
259
|
</span>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="details">
|
|
258
|
-
A
|
|
262
|
+
A Native-PyTorch Library for LLM Fine-tuning
|
|
259
263
|
</div>
|
|
260
264
|
</div>
|
|
261
265
|
</li>
|
|
@@ -264,36 +268,36 @@
|
|
|
264
268
|
<div class="info">
|
|
265
269
|
<div class="rank">
|
|
266
270
|
<span title="Ranking 4">4</span>
|
|
267
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/mendableai/firecrawl" target="_blank" title="mendableai/firecrawl">mendableai/firecrawl</a>
|
|
268
272
|
</div>
|
|
269
273
|
<div class="sub-title followers">
|
|
270
274
|
|
|
271
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
272
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
276
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
273
277
|
</a>
|
|
274
278
|
|
|
275
279
|
<span class="star" title="Stargazers Count">
|
|
276
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
281
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
278
282
|
</svg>
|
|
279
|
-
<span>1.
|
|
283
|
+
<span>1.137k</span>
|
|
280
284
|
</span>
|
|
281
285
|
<span class="star" title="Repo Forked">
|
|
282
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
287
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
284
288
|
</path>
|
|
285
289
|
</svg>
|
|
286
|
-
<span>
|
|
290
|
+
<span>65</span>
|
|
287
291
|
</span>
|
|
288
292
|
<span class="star">
|
|
289
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
294
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
291
295
|
</svg>
|
|
292
|
-
<span>
|
|
296
|
+
<span>322 stars today</span>
|
|
293
297
|
</span>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="details">
|
|
296
|
-
|
|
300
|
+
🔥 Turn entire websites into LLM-ready markdown
|
|
297
301
|
</div>
|
|
298
302
|
</div>
|
|
299
303
|
</li>
|
|
@@ -302,36 +306,36 @@
|
|
|
302
306
|
<div class="info">
|
|
303
307
|
<div class="rank">
|
|
304
308
|
<span title="Ranking 5">5</span>
|
|
305
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/atherosai/ui" target="_blank" title="atherosai/ui">atherosai/ui</a>
|
|
306
310
|
</div>
|
|
307
311
|
<div class="sub-title followers">
|
|
308
312
|
|
|
309
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
310
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
314
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
311
315
|
</a>
|
|
312
316
|
|
|
313
317
|
<span class="star" title="Stargazers Count">
|
|
314
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
315
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
316
320
|
</svg>
|
|
317
|
-
<span>
|
|
321
|
+
<span>9.099k</span>
|
|
318
322
|
</span>
|
|
319
323
|
<span class="star" title="Repo Forked">
|
|
320
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
321
325
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
322
326
|
</path>
|
|
323
327
|
</svg>
|
|
324
|
-
<span>
|
|
328
|
+
<span>1571</span>
|
|
325
329
|
</span>
|
|
326
330
|
<span class="star">
|
|
327
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
328
332
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
329
333
|
</svg>
|
|
330
|
-
<span>
|
|
334
|
+
<span>544 stars today</span>
|
|
331
335
|
</span>
|
|
332
336
|
</div>
|
|
333
337
|
<div class="details">
|
|
334
|
-
|
|
338
|
+
Simple UI examples from my social media
|
|
335
339
|
</div>
|
|
336
340
|
</div>
|
|
337
341
|
</li>
|
|
@@ -340,36 +344,36 @@
|
|
|
340
344
|
<div class="info">
|
|
341
345
|
<div class="rank">
|
|
342
346
|
<span title="Ranking 6">6</span>
|
|
343
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/meta-llama/PurpleLlama" target="_blank" title="meta-llama/PurpleLlama">meta-llama/PurpleLlama</a>
|
|
344
348
|
</div>
|
|
345
349
|
<div class="sub-title followers">
|
|
346
350
|
|
|
347
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
348
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
352
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
349
353
|
</a>
|
|
350
354
|
|
|
351
355
|
<span class="star" title="Stargazers Count">
|
|
352
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
354
358
|
</svg>
|
|
355
|
-
<span>
|
|
359
|
+
<span>0.925k</span>
|
|
356
360
|
</span>
|
|
357
361
|
<span class="star" title="Repo Forked">
|
|
358
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
360
364
|
</path>
|
|
361
365
|
</svg>
|
|
362
|
-
<span>
|
|
366
|
+
<span>168</span>
|
|
363
367
|
</span>
|
|
364
368
|
<span class="star">
|
|
365
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
367
371
|
</svg>
|
|
368
|
-
<span>
|
|
372
|
+
<span>112 stars today</span>
|
|
369
373
|
</span>
|
|
370
374
|
</div>
|
|
371
375
|
<div class="details">
|
|
372
|
-
|
|
376
|
+
Set of tools to assess and improve LLM security.
|
|
373
377
|
</div>
|
|
374
378
|
</div>
|
|
375
379
|
</li>
|
|
@@ -378,32 +382,36 @@
|
|
|
378
382
|
<div class="info">
|
|
379
383
|
<div class="rank">
|
|
380
384
|
<span title="Ranking 7">7</span>
|
|
381
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/ordinals/ord" target="_blank" title="ordinals/ord">ordinals/ord</a>
|
|
382
386
|
</div>
|
|
383
387
|
<div class="sub-title followers">
|
|
384
388
|
|
|
389
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
390
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
391
|
+
</a>
|
|
392
|
+
|
|
385
393
|
<span class="star" title="Stargazers Count">
|
|
386
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
387
395
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
388
396
|
</svg>
|
|
389
|
-
<span>3.
|
|
397
|
+
<span>3.538k</span>
|
|
390
398
|
</span>
|
|
391
399
|
<span class="star" title="Repo Forked">
|
|
392
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
393
401
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
394
402
|
</path>
|
|
395
403
|
</svg>
|
|
396
|
-
<span>
|
|
404
|
+
<span>1193</span>
|
|
397
405
|
</span>
|
|
398
406
|
<span class="star">
|
|
399
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
400
408
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
401
409
|
</svg>
|
|
402
|
-
<span>
|
|
410
|
+
<span>48 stars today</span>
|
|
403
411
|
</span>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="details">
|
|
406
|
-
|
|
414
|
+
👁🗨 Rare and exotic sats
|
|
407
415
|
</div>
|
|
408
416
|
</div>
|
|
409
417
|
</li>
|
|
@@ -412,36 +420,36 @@
|
|
|
412
420
|
<div class="info">
|
|
413
421
|
<div class="rank">
|
|
414
422
|
<span title="Ranking 8">8</span>
|
|
415
|
-
<a href="https://github.com/meta-llama/
|
|
423
|
+
<a href="https://github.com/meta-llama/llama-recipes" target="_blank" title="meta-llama/llama-recipes">meta-llama/llama-recipes</a>
|
|
416
424
|
</div>
|
|
417
425
|
<div class="sub-title followers">
|
|
418
426
|
|
|
419
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
420
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
428
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
421
429
|
</a>
|
|
422
430
|
|
|
423
431
|
<span class="star" title="Stargazers Count">
|
|
424
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
433
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
426
434
|
</svg>
|
|
427
|
-
<span>
|
|
435
|
+
<span>8.615k</span>
|
|
428
436
|
</span>
|
|
429
437
|
<span class="star" title="Repo Forked">
|
|
430
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
431
439
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
432
440
|
</path>
|
|
433
441
|
</svg>
|
|
434
|
-
<span>
|
|
442
|
+
<span>1197</span>
|
|
435
443
|
</span>
|
|
436
444
|
<span class="star">
|
|
437
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
438
446
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
439
447
|
</svg>
|
|
440
|
-
<span>
|
|
448
|
+
<span>79 stars today</span>
|
|
441
449
|
</span>
|
|
442
450
|
</div>
|
|
443
451
|
<div class="details">
|
|
444
|
-
|
|
452
|
+
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
|
|
445
453
|
</div>
|
|
446
454
|
</div>
|
|
447
455
|
</li>
|
|
@@ -450,36 +458,36 @@
|
|
|
450
458
|
<div class="info">
|
|
451
459
|
<div class="rank">
|
|
452
460
|
<span title="Ranking 9">9</span>
|
|
453
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/sugarforever/chat-ollama" target="_blank" title="sugarforever/chat-ollama">sugarforever/chat-ollama</a>
|
|
454
462
|
</div>
|
|
455
463
|
<div class="sub-title followers">
|
|
456
464
|
|
|
457
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
458
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
466
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
459
467
|
</a>
|
|
460
468
|
|
|
461
469
|
<span class="star" title="Stargazers Count">
|
|
462
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
471
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
464
472
|
</svg>
|
|
465
|
-
<span>
|
|
473
|
+
<span>1.462k</span>
|
|
466
474
|
</span>
|
|
467
475
|
<span class="star" title="Repo Forked">
|
|
468
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
469
477
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
470
478
|
</path>
|
|
471
479
|
</svg>
|
|
472
|
-
<span>
|
|
480
|
+
<span>241</span>
|
|
473
481
|
</span>
|
|
474
482
|
<span class="star">
|
|
475
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
476
484
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
477
485
|
</svg>
|
|
478
|
-
<span>
|
|
486
|
+
<span>74 stars today</span>
|
|
479
487
|
</span>
|
|
480
488
|
</div>
|
|
481
489
|
<div class="details">
|
|
482
|
-
|
|
490
|
+
ChatOllama is an open source chatbot based on LLMs. It supports a wide range of language models, and knowledge base management.
|
|
483
491
|
</div>
|
|
484
492
|
</div>
|
|
485
493
|
</li>
|
|
@@ -488,36 +496,36 @@
|
|
|
488
496
|
<div class="info">
|
|
489
497
|
<div class="rank">
|
|
490
498
|
<span title="Ranking 10">10</span>
|
|
491
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/meta-llama/codellama" target="_blank" title="meta-llama/codellama">meta-llama/codellama</a>
|
|
492
500
|
</div>
|
|
493
501
|
<div class="sub-title followers">
|
|
494
502
|
|
|
495
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
496
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
504
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
497
505
|
</a>
|
|
498
506
|
|
|
499
507
|
<span class="star" title="Stargazers Count">
|
|
500
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
509
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
502
510
|
</svg>
|
|
503
|
-
<span>
|
|
511
|
+
<span>14.514k</span>
|
|
504
512
|
</span>
|
|
505
513
|
<span class="star" title="Repo Forked">
|
|
506
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
515
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
508
516
|
</path>
|
|
509
517
|
</svg>
|
|
510
|
-
<span>
|
|
518
|
+
<span>1548</span>
|
|
511
519
|
</span>
|
|
512
520
|
<span class="star">
|
|
513
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
522
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
515
523
|
</svg>
|
|
516
|
-
<span>
|
|
524
|
+
<span>103 stars today</span>
|
|
517
525
|
</span>
|
|
518
526
|
</div>
|
|
519
527
|
<div class="details">
|
|
520
|
-
|
|
528
|
+
Inference code for CodeLlama models
|
|
521
529
|
</div>
|
|
522
530
|
</div>
|
|
523
531
|
</li>
|
|
@@ -526,36 +534,36 @@
|
|
|
526
534
|
<div class="info">
|
|
527
535
|
<div class="rank">
|
|
528
536
|
<span title="Ranking 11">11</span>
|
|
529
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/meta-llama/llama" target="_blank" title="meta-llama/llama">meta-llama/llama</a>
|
|
530
538
|
</div>
|
|
531
539
|
<div class="sub-title followers">
|
|
532
540
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
534
|
-
<span style="background-color: #
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
542
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
535
543
|
</a>
|
|
536
544
|
|
|
537
545
|
<span class="star" title="Stargazers Count">
|
|
538
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
547
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
540
548
|
</svg>
|
|
541
|
-
<span>
|
|
549
|
+
<span>52.688k</span>
|
|
542
550
|
</span>
|
|
543
551
|
<span class="star" title="Repo Forked">
|
|
544
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
553
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
546
554
|
</path>
|
|
547
555
|
</svg>
|
|
548
|
-
<span>
|
|
556
|
+
<span>9090</span>
|
|
549
557
|
</span>
|
|
550
558
|
<span class="star">
|
|
551
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
560
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
553
561
|
</svg>
|
|
554
|
-
<span>
|
|
562
|
+
<span>85 stars today</span>
|
|
555
563
|
</span>
|
|
556
564
|
</div>
|
|
557
565
|
<div class="details">
|
|
558
|
-
|
|
566
|
+
Inference code for Llama models
|
|
559
567
|
</div>
|
|
560
568
|
</div>
|
|
561
569
|
</li>
|
|
@@ -564,36 +572,36 @@
|
|
|
564
572
|
<div class="info">
|
|
565
573
|
<div class="rank">
|
|
566
574
|
<span title="Ranking 12">12</span>
|
|
567
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/timpaul/form-extractor-prototype" target="_blank" title="timpaul/form-extractor-prototype">timpaul/form-extractor-prototype</a>
|
|
568
576
|
</div>
|
|
569
577
|
<div class="sub-title followers">
|
|
570
578
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
580
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
573
581
|
</a>
|
|
574
582
|
|
|
575
583
|
<span class="star" title="Stargazers Count">
|
|
576
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
585
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
578
586
|
</svg>
|
|
579
|
-
<span>
|
|
587
|
+
<span>0.18k</span>
|
|
580
588
|
</span>
|
|
581
589
|
<span class="star" title="Repo Forked">
|
|
582
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
591
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
584
592
|
</path>
|
|
585
593
|
</svg>
|
|
586
|
-
<span>
|
|
594
|
+
<span>29</span>
|
|
587
595
|
</span>
|
|
588
596
|
<span class="star">
|
|
589
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
598
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
591
599
|
</svg>
|
|
592
|
-
<span>
|
|
600
|
+
<span>71 stars today</span>
|
|
593
601
|
</span>
|
|
594
602
|
</div>
|
|
595
603
|
<div class="details">
|
|
596
|
-
|
|
604
|
+
|
|
597
605
|
</div>
|
|
598
606
|
</div>
|
|
599
607
|
</li>
|
|
@@ -602,36 +610,36 @@
|
|
|
602
610
|
<div class="info">
|
|
603
611
|
<div class="rank">
|
|
604
612
|
<span title="Ranking 13">13</span>
|
|
605
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/amalshaji/portr" target="_blank" title="amalshaji/portr">amalshaji/portr</a>
|
|
606
614
|
</div>
|
|
607
615
|
<div class="sub-title followers">
|
|
608
616
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
610
|
-
<span style="background-color: #
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/svelte" title="Programming Language Svelte">
|
|
618
|
+
<span style="background-color: #ff3e00;"></span>Svelte
|
|
611
619
|
</a>
|
|
612
620
|
|
|
613
621
|
<span class="star" title="Stargazers Count">
|
|
614
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
623
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
616
624
|
</svg>
|
|
617
|
-
<span>
|
|
625
|
+
<span>1.685k</span>
|
|
618
626
|
</span>
|
|
619
627
|
<span class="star" title="Repo Forked">
|
|
620
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
629
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
622
630
|
</path>
|
|
623
631
|
</svg>
|
|
624
|
-
<span>
|
|
632
|
+
<span>40</span>
|
|
625
633
|
</span>
|
|
626
634
|
<span class="star">
|
|
627
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
636
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
629
637
|
</svg>
|
|
630
|
-
<span>
|
|
638
|
+
<span>166 stars today</span>
|
|
631
639
|
</span>
|
|
632
640
|
</div>
|
|
633
641
|
<div class="details">
|
|
634
|
-
|
|
642
|
+
Open source ngrok alternative designed for teams
|
|
635
643
|
</div>
|
|
636
644
|
</div>
|
|
637
645
|
</li>
|
|
@@ -640,32 +648,36 @@
|
|
|
640
648
|
<div class="info">
|
|
641
649
|
<div class="rank">
|
|
642
650
|
<span title="Ranking 14">14</span>
|
|
643
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a>
|
|
644
652
|
</div>
|
|
645
653
|
<div class="sub-title followers">
|
|
646
654
|
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
656
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
657
|
+
</a>
|
|
658
|
+
|
|
647
659
|
<span class="star" title="Stargazers Count">
|
|
648
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
661
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
650
662
|
</svg>
|
|
651
|
-
<span>
|
|
663
|
+
<span>387.6k</span>
|
|
652
664
|
</span>
|
|
653
665
|
<span class="star" title="Repo Forked">
|
|
654
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
655
667
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
656
668
|
</path>
|
|
657
669
|
</svg>
|
|
658
|
-
<span>
|
|
670
|
+
<span>35324</span>
|
|
659
671
|
</span>
|
|
660
672
|
<span class="star">
|
|
661
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
674
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
663
675
|
</svg>
|
|
664
|
-
<span>
|
|
676
|
+
<span>174 stars today</span>
|
|
665
677
|
</span>
|
|
666
678
|
</div>
|
|
667
679
|
<div class="details">
|
|
668
|
-
|
|
680
|
+
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
|
|
669
681
|
</div>
|
|
670
682
|
</div>
|
|
671
683
|
</li>
|
|
@@ -674,36 +686,32 @@
|
|
|
674
686
|
<div class="info">
|
|
675
687
|
<div class="rank">
|
|
676
688
|
<span title="Ranking 15">15</span>
|
|
677
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
678
690
|
</div>
|
|
679
691
|
<div class="sub-title followers">
|
|
680
692
|
|
|
681
|
-
<a class="language" target="_blank" href="https://github.com/topics/svelte" title="Programming Language Svelte">
|
|
682
|
-
<span style="background-color: #ff3e00;"></span>Svelte
|
|
683
|
-
</a>
|
|
684
|
-
|
|
685
693
|
<span class="star" title="Stargazers Count">
|
|
686
694
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
687
695
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
688
696
|
</svg>
|
|
689
|
-
<span>
|
|
697
|
+
<span>299.616k</span>
|
|
690
698
|
</span>
|
|
691
699
|
<span class="star" title="Repo Forked">
|
|
692
700
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
693
701
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
694
702
|
</path>
|
|
695
703
|
</svg>
|
|
696
|
-
<span>
|
|
704
|
+
<span>26763</span>
|
|
697
705
|
</span>
|
|
698
706
|
<span class="star">
|
|
699
707
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
708
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
701
709
|
</svg>
|
|
702
|
-
<span>
|
|
710
|
+
<span>269 stars today</span>
|
|
703
711
|
</span>
|
|
704
712
|
</div>
|
|
705
713
|
<div class="details">
|
|
706
|
-
|
|
714
|
+
😎 Awesome lists about all kinds of interesting topics
|
|
707
715
|
</div>
|
|
708
716
|
</div>
|
|
709
717
|
</li>
|
|
@@ -712,36 +720,36 @@
|
|
|
712
720
|
<div class="info">
|
|
713
721
|
<div class="rank">
|
|
714
722
|
<span title="Ranking 16">16</span>
|
|
715
|
-
<a href="https://github.com/
|
|
723
|
+
<a href="https://github.com/airbnb/lottie-ios" target="_blank" title="airbnb/lottie-ios">airbnb/lottie-ios</a>
|
|
716
724
|
</div>
|
|
717
725
|
<div class="sub-title followers">
|
|
718
726
|
|
|
719
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
720
|
-
<span style="background-color: #
|
|
727
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
728
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
721
729
|
</a>
|
|
722
730
|
|
|
723
731
|
<span class="star" title="Stargazers Count">
|
|
724
732
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
725
733
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
726
734
|
</svg>
|
|
727
|
-
<span>
|
|
735
|
+
<span>25.12k</span>
|
|
728
736
|
</span>
|
|
729
737
|
<span class="star" title="Repo Forked">
|
|
730
738
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
731
739
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
732
740
|
</path>
|
|
733
741
|
</svg>
|
|
734
|
-
<span>
|
|
742
|
+
<span>3666</span>
|
|
735
743
|
</span>
|
|
736
744
|
<span class="star">
|
|
737
745
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
746
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
739
747
|
</svg>
|
|
740
|
-
<span>
|
|
748
|
+
<span>38 stars today</span>
|
|
741
749
|
</span>
|
|
742
750
|
</div>
|
|
743
751
|
<div class="details">
|
|
744
|
-
|
|
752
|
+
An iOS library to natively render After Effects vector animations
|
|
745
753
|
</div>
|
|
746
754
|
</div>
|
|
747
755
|
</li>
|
|
@@ -750,36 +758,36 @@
|
|
|
750
758
|
<div class="info">
|
|
751
759
|
<div class="rank">
|
|
752
760
|
<span title="Ranking 17">17</span>
|
|
753
|
-
<a href="https://github.com/
|
|
761
|
+
<a href="https://github.com/elastic/otel-profiling-agent" target="_blank" title="elastic/otel-profiling-agent">elastic/otel-profiling-agent</a>
|
|
754
762
|
</div>
|
|
755
763
|
<div class="sub-title followers">
|
|
756
764
|
|
|
757
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
758
|
-
<span style="background-color: #
|
|
765
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
766
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
759
767
|
</a>
|
|
760
768
|
|
|
761
769
|
<span class="star" title="Stargazers Count">
|
|
762
770
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
763
771
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
764
772
|
</svg>
|
|
765
|
-
<span>
|
|
773
|
+
<span>1.747k</span>
|
|
766
774
|
</span>
|
|
767
775
|
<span class="star" title="Repo Forked">
|
|
768
776
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
769
777
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
770
778
|
</path>
|
|
771
779
|
</svg>
|
|
772
|
-
<span>
|
|
780
|
+
<span>201</span>
|
|
773
781
|
</span>
|
|
774
782
|
<span class="star">
|
|
775
783
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
776
784
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
777
785
|
</svg>
|
|
778
|
-
<span>
|
|
786
|
+
<span>364 stars today</span>
|
|
779
787
|
</span>
|
|
780
788
|
</div>
|
|
781
789
|
<div class="details">
|
|
782
|
-
|
|
790
|
+
The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, PHP, Ruby, Perl, ...)
|
|
783
791
|
</div>
|
|
784
792
|
</div>
|
|
785
793
|
</li>
|
|
@@ -788,36 +796,36 @@
|
|
|
788
796
|
<div class="info">
|
|
789
797
|
<div class="rank">
|
|
790
798
|
<span title="Ranking 18">18</span>
|
|
791
|
-
<a href="https://github.com/
|
|
799
|
+
<a href="https://github.com/nasa/openmct" target="_blank" title="nasa/openmct">nasa/openmct</a>
|
|
792
800
|
</div>
|
|
793
801
|
<div class="sub-title followers">
|
|
794
802
|
|
|
795
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
796
|
-
<span style="background-color: #
|
|
803
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
804
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
797
805
|
</a>
|
|
798
806
|
|
|
799
807
|
<span class="star" title="Stargazers Count">
|
|
800
808
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
801
809
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
802
810
|
</svg>
|
|
803
|
-
<span>
|
|
811
|
+
<span>11.739k</span>
|
|
804
812
|
</span>
|
|
805
813
|
<span class="star" title="Repo Forked">
|
|
806
814
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
807
815
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
808
816
|
</path>
|
|
809
817
|
</svg>
|
|
810
|
-
<span>
|
|
818
|
+
<span>1207</span>
|
|
811
819
|
</span>
|
|
812
820
|
<span class="star">
|
|
813
821
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
822
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
815
823
|
</svg>
|
|
816
|
-
<span>
|
|
824
|
+
<span>55 stars today</span>
|
|
817
825
|
</span>
|
|
818
826
|
</div>
|
|
819
827
|
<div class="details">
|
|
820
|
-
|
|
828
|
+
A web based mission control framework.
|
|
821
829
|
</div>
|
|
822
830
|
</div>
|
|
823
831
|
</li>
|
|
@@ -826,36 +834,36 @@
|
|
|
826
834
|
<div class="info">
|
|
827
835
|
<div class="rank">
|
|
828
836
|
<span title="Ranking 19">19</span>
|
|
829
|
-
<a href="https://github.com/
|
|
837
|
+
<a href="https://github.com/binary-husky/gpt_academic" target="_blank" title="binary-husky/gpt_academic">binary-husky/gpt_academic</a>
|
|
830
838
|
</div>
|
|
831
839
|
<div class="sub-title followers">
|
|
832
840
|
|
|
833
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
834
|
-
<span style="background-color: #
|
|
841
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
842
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
835
843
|
</a>
|
|
836
844
|
|
|
837
845
|
<span class="star" title="Stargazers Count">
|
|
838
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
839
847
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
840
848
|
</svg>
|
|
841
|
-
<span>
|
|
849
|
+
<span>55.512k</span>
|
|
842
850
|
</span>
|
|
843
851
|
<span class="star" title="Repo Forked">
|
|
844
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
845
853
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
846
854
|
</path>
|
|
847
855
|
</svg>
|
|
848
|
-
<span>
|
|
856
|
+
<span>7008</span>
|
|
849
857
|
</span>
|
|
850
858
|
<span class="star">
|
|
851
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
860
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
853
861
|
</svg>
|
|
854
|
-
<span>
|
|
862
|
+
<span>102 stars today</span>
|
|
855
863
|
</span>
|
|
856
864
|
</div>
|
|
857
865
|
<div class="details">
|
|
858
|
-
|
|
866
|
+
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
|
|
859
867
|
</div>
|
|
860
868
|
</div>
|
|
861
869
|
</li>
|
|
@@ -864,7 +872,7 @@
|
|
|
864
872
|
<div class="info">
|
|
865
873
|
<div class="rank">
|
|
866
874
|
<span title="Ranking 20">20</span>
|
|
867
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/harperreed/photo-similarity-search" target="_blank" title="harperreed/photo-similarity-search">harperreed/photo-similarity-search</a>
|
|
868
876
|
</div>
|
|
869
877
|
<div class="sub-title followers">
|
|
870
878
|
|
|
@@ -876,24 +884,24 @@
|
|
|
876
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
877
885
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
878
886
|
</svg>
|
|
879
|
-
<span>
|
|
887
|
+
<span>0.281k</span>
|
|
880
888
|
</span>
|
|
881
889
|
<span class="star" title="Repo Forked">
|
|
882
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
883
891
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
884
892
|
</path>
|
|
885
893
|
</svg>
|
|
886
|
-
<span>
|
|
894
|
+
<span>21</span>
|
|
887
895
|
</span>
|
|
888
896
|
<span class="star">
|
|
889
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
890
898
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
891
899
|
</svg>
|
|
892
|
-
<span>
|
|
900
|
+
<span>21 stars today</span>
|
|
893
901
|
</span>
|
|
894
902
|
</div>
|
|
895
903
|
<div class="details">
|
|
896
|
-
|
|
904
|
+
Super simple MLX (apple silicon) CLIP based photo similarity web app
|
|
897
905
|
</div>
|
|
898
906
|
</div>
|
|
899
907
|
</li>
|
|
@@ -902,36 +910,36 @@
|
|
|
902
910
|
<div class="info">
|
|
903
911
|
<div class="rank">
|
|
904
912
|
<span title="Ranking 21">21</span>
|
|
905
|
-
<a href="https://github.com/
|
|
913
|
+
<a href="https://github.com/ggerganov/llama.cpp" target="_blank" title="ggerganov/llama.cpp">ggerganov/llama.cpp</a>
|
|
906
914
|
</div>
|
|
907
915
|
<div class="sub-title followers">
|
|
908
916
|
|
|
909
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
910
|
-
<span style="background-color: #
|
|
917
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
918
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
911
919
|
</a>
|
|
912
920
|
|
|
913
921
|
<span class="star" title="Stargazers Count">
|
|
914
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
915
923
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
916
924
|
</svg>
|
|
917
|
-
<span>
|
|
925
|
+
<span>55.943k</span>
|
|
918
926
|
</span>
|
|
919
927
|
<span class="star" title="Repo Forked">
|
|
920
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
921
929
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
922
930
|
</path>
|
|
923
931
|
</svg>
|
|
924
|
-
<span>
|
|
932
|
+
<span>7891</span>
|
|
925
933
|
</span>
|
|
926
934
|
<span class="star">
|
|
927
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
928
936
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
929
937
|
</svg>
|
|
930
|
-
<span>
|
|
938
|
+
<span>101 stars today</span>
|
|
931
939
|
</span>
|
|
932
940
|
</div>
|
|
933
941
|
<div class="details">
|
|
934
|
-
|
|
942
|
+
LLM inference in C/C++
|
|
935
943
|
</div>
|
|
936
944
|
</div>
|
|
937
945
|
</li>
|
|
@@ -940,36 +948,36 @@
|
|
|
940
948
|
<div class="info">
|
|
941
949
|
<div class="rank">
|
|
942
950
|
<span title="Ranking 22">22</span>
|
|
943
|
-
<a href="https://github.com/
|
|
951
|
+
<a href="https://github.com/bitcoin/bitcoin" target="_blank" title="bitcoin/bitcoin">bitcoin/bitcoin</a>
|
|
944
952
|
</div>
|
|
945
953
|
<div class="sub-title followers">
|
|
946
954
|
|
|
947
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
948
|
-
<span style="background-color: #
|
|
955
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
956
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
949
957
|
</a>
|
|
950
958
|
|
|
951
959
|
<span class="star" title="Stargazers Count">
|
|
952
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
953
961
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
954
962
|
</svg>
|
|
955
|
-
<span>
|
|
963
|
+
<span>75.697k</span>
|
|
956
964
|
</span>
|
|
957
965
|
<span class="star" title="Repo Forked">
|
|
958
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
959
967
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
960
968
|
</path>
|
|
961
969
|
</svg>
|
|
962
|
-
<span>
|
|
970
|
+
<span>35162</span>
|
|
963
971
|
</span>
|
|
964
972
|
<span class="star">
|
|
965
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
966
974
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
967
975
|
</svg>
|
|
968
|
-
<span>
|
|
976
|
+
<span>55 stars today</span>
|
|
969
977
|
</span>
|
|
970
978
|
</div>
|
|
971
979
|
<div class="details">
|
|
972
|
-
|
|
980
|
+
Bitcoin Core integration/staging tree
|
|
973
981
|
</div>
|
|
974
982
|
</div>
|
|
975
983
|
</li>
|
|
@@ -978,7 +986,45 @@
|
|
|
978
986
|
<div class="info">
|
|
979
987
|
<div class="rank">
|
|
980
988
|
<span title="Ranking 23">23</span>
|
|
981
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/boxyhq/saas-starter-kit" target="_blank" title="boxyhq/saas-starter-kit">boxyhq/saas-starter-kit</a>
|
|
990
|
+
</div>
|
|
991
|
+
<div class="sub-title followers">
|
|
992
|
+
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
994
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
995
|
+
</a>
|
|
996
|
+
|
|
997
|
+
<span class="star" title="Stargazers Count">
|
|
998
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
999
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1000
|
+
</svg>
|
|
1001
|
+
<span>2.606k</span>
|
|
1002
|
+
</span>
|
|
1003
|
+
<span class="star" title="Repo Forked">
|
|
1004
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1005
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1006
|
+
</path>
|
|
1007
|
+
</svg>
|
|
1008
|
+
<span>488</span>
|
|
1009
|
+
</span>
|
|
1010
|
+
<span class="star">
|
|
1011
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1012
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1013
|
+
</svg>
|
|
1014
|
+
<span>179 stars today</span>
|
|
1015
|
+
</span>
|
|
1016
|
+
</div>
|
|
1017
|
+
<div class="details">
|
|
1018
|
+
🔥 Enterprise SaaS Starter Kit - Kickstart your enterprise app development with the Next.js SaaS boilerplate 🚀
|
|
1019
|
+
</div>
|
|
1020
|
+
</div>
|
|
1021
|
+
</li>
|
|
1022
|
+
|
|
1023
|
+
<li>
|
|
1024
|
+
<div class="info">
|
|
1025
|
+
<div class="rank">
|
|
1026
|
+
<span title="Ranking 24">24</span>
|
|
1027
|
+
<a href="https://github.com/hiyouga/LLaMA-Factory" target="_blank" title="hiyouga/LLaMA-Factory">hiyouga/LLaMA-Factory</a>
|
|
982
1028
|
</div>
|
|
983
1029
|
<div class="sub-title followers">
|
|
984
1030
|
|
|
@@ -990,24 +1036,24 @@
|
|
|
990
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
991
1037
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
992
1038
|
</svg>
|
|
993
|
-
<span>
|
|
1039
|
+
<span>16.943k</span>
|
|
994
1040
|
</span>
|
|
995
1041
|
<span class="star" title="Repo Forked">
|
|
996
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
997
1043
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
998
1044
|
</path>
|
|
999
1045
|
</svg>
|
|
1000
|
-
<span>
|
|
1046
|
+
<span>2013</span>
|
|
1001
1047
|
</span>
|
|
1002
1048
|
<span class="star">
|
|
1003
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1004
1050
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1005
1051
|
</svg>
|
|
1006
|
-
<span>
|
|
1052
|
+
<span>68 stars today</span>
|
|
1007
1053
|
</span>
|
|
1008
1054
|
</div>
|
|
1009
1055
|
<div class="details">
|
|
1010
|
-
|
|
1056
|
+
Unify Efficient Fine-Tuning of 100+ LLMs
|
|
1011
1057
|
</div>
|
|
1012
1058
|
</div>
|
|
1013
1059
|
</li>
|
|
@@ -1015,8 +1061,8 @@
|
|
|
1015
1061
|
<li>
|
|
1016
1062
|
<div class="info">
|
|
1017
1063
|
<div class="rank">
|
|
1018
|
-
<span title="Ranking
|
|
1019
|
-
<a href="https://github.com/
|
|
1064
|
+
<span title="Ranking 25">25</span>
|
|
1065
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
1020
1066
|
</div>
|
|
1021
1067
|
<div class="sub-title followers">
|
|
1022
1068
|
|
|
@@ -1028,24 +1074,24 @@
|
|
|
1028
1074
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
1075
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1030
1076
|
</svg>
|
|
1031
|
-
<span>
|
|
1077
|
+
<span>274.269k</span>
|
|
1032
1078
|
</span>
|
|
1033
1079
|
<span class="star" title="Repo Forked">
|
|
1034
1080
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
1081
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1036
1082
|
</path>
|
|
1037
1083
|
</svg>
|
|
1038
|
-
<span>
|
|
1084
|
+
<span>36877</span>
|
|
1039
1085
|
</span>
|
|
1040
1086
|
<span class="star">
|
|
1041
1087
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
1088
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1043
1089
|
</svg>
|
|
1044
|
-
<span>
|
|
1090
|
+
<span>209 stars today</span>
|
|
1045
1091
|
</span>
|
|
1046
1092
|
</div>
|
|
1047
1093
|
<div class="details">
|
|
1048
|
-
|
|
1094
|
+
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
|
|
1049
1095
|
</div>
|
|
1050
1096
|
</div>
|
|
1051
1097
|
</li>
|
|
@@ -1069,7 +1115,7 @@
|
|
|
1069
1115
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1070
1116
|
</a>
|
|
1071
1117
|
</div>
|
|
1072
|
-
<div class="time">Last cache created on 2024/4/
|
|
1118
|
+
<div class="time">Last cache created on 2024/4/21 by Github API v3.</div>
|
|
1073
1119
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1074
1120
|
</div>
|
|
1075
1121
|
</body>
|