@wcj/github-rank 23.6.30 → 23.7.2
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 +25077 -25067
- package/dist/trending-daily.json +198 -198
- package/dist/trending-monthly.json +159 -170
- package/dist/trending-weekly.json +179 -179
- package/dist/users.china.json +2122 -2157
- package/dist/users.json +8085 -8085
- package/package.json +1 -1
- package/web/data/repos.json +25077 -25067
- package/web/data/trending-daily.json +198 -198
- package/web/data/trending-monthly.json +159 -170
- package/web/data/trending-weekly.json +179 -179
- package/web/data/users.china.json +2122 -2157
- package/web/data/users.json +8085 -8085
- package/web/index.html +6083 -6083
- package/web/repos.html +3399 -3395
- package/web/trending-monthly.html +142 -180
- package/web/trending-weekly.html +165 -157
- package/web/trending.html +175 -175
- package/web/users.china.html +1724 -1757
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 2023/
|
|
132
|
+
<div class="time">Last cache created on 2023/7/2 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/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</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/c#" title="Programming Language C#">
|
|
162
|
+
<span style="background-color: #178600;"></span>C#
|
|
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>
|
|
169
|
+
<span>39537</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>7205</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>98 stars today</span>
|
|
183
183
|
</span>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="details">
|
|
186
|
-
|
|
186
|
+
PowerShell for every system!
|
|
187
187
|
</div>
|
|
188
188
|
</div>
|
|
189
189
|
</li>
|
|
@@ -192,36 +192,32 @@
|
|
|
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/WeMakeDevs/open-source-course" target="_blank" title="WeMakeDevs/open-source-course">WeMakeDevs/open-source-course</a>
|
|
196
196
|
</div>
|
|
197
197
|
<div class="sub-title followers">
|
|
198
198
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
200
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
201
|
-
</a>
|
|
202
|
-
|
|
203
199
|
<span class="star" title="Stargazers Count">
|
|
204
200
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
201
|
<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
202
|
</svg>
|
|
207
|
-
<span>
|
|
203
|
+
<span>634</span>
|
|
208
204
|
</span>
|
|
209
205
|
<span class="star" title="Repo Forked">
|
|
210
206
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
207
|
<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
208
|
</path>
|
|
213
209
|
</svg>
|
|
214
|
-
<span>
|
|
210
|
+
<span>376</span>
|
|
215
211
|
</span>
|
|
216
212
|
<span class="star">
|
|
217
213
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
214
|
<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
215
|
</svg>
|
|
220
|
-
<span>
|
|
216
|
+
<span>158 stars today</span>
|
|
221
217
|
</span>
|
|
222
218
|
</div>
|
|
223
219
|
<div class="details">
|
|
224
|
-
|
|
220
|
+
|
|
225
221
|
</div>
|
|
226
222
|
</div>
|
|
227
223
|
</li>
|
|
@@ -230,36 +226,36 @@
|
|
|
230
226
|
<div class="info">
|
|
231
227
|
<div class="rank">
|
|
232
228
|
<span title="Ranking 3">3</span>
|
|
233
|
-
<a href="https://github.com/
|
|
229
|
+
<a href="https://github.com/toeverything/AFFiNE" target="_blank" title="toeverything/AFFiNE">toeverything/AFFiNE</a>
|
|
234
230
|
</div>
|
|
235
231
|
<div class="sub-title followers">
|
|
236
232
|
|
|
237
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
238
|
-
<span style="background-color: #
|
|
233
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
234
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
239
235
|
</a>
|
|
240
236
|
|
|
241
237
|
<span class="star" title="Stargazers Count">
|
|
242
238
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
243
239
|
<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>
|
|
244
240
|
</svg>
|
|
245
|
-
<span>
|
|
241
|
+
<span>18150</span>
|
|
246
242
|
</span>
|
|
247
243
|
<span class="star" title="Repo Forked">
|
|
248
244
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
249
245
|
<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">
|
|
250
246
|
</path>
|
|
251
247
|
</svg>
|
|
252
|
-
<span>
|
|
248
|
+
<span>1022</span>
|
|
253
249
|
</span>
|
|
254
250
|
<span class="star">
|
|
255
251
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
256
252
|
<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>
|
|
257
253
|
</svg>
|
|
258
|
-
<span>
|
|
254
|
+
<span>253 stars today</span>
|
|
259
255
|
</span>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="details">
|
|
262
|
-
|
|
258
|
+
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.
|
|
263
259
|
</div>
|
|
264
260
|
</div>
|
|
265
261
|
</li>
|
|
@@ -268,36 +264,36 @@
|
|
|
268
264
|
<div class="info">
|
|
269
265
|
<div class="rank">
|
|
270
266
|
<span title="Ranking 4">4</span>
|
|
271
|
-
<a href="https://github.com/
|
|
267
|
+
<a href="https://github.com/facebook/folly" target="_blank" title="facebook/folly">facebook/folly</a>
|
|
272
268
|
</div>
|
|
273
269
|
<div class="sub-title followers">
|
|
274
270
|
|
|
275
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
276
|
-
<span style="background-color: #
|
|
271
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
272
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
277
273
|
</a>
|
|
278
274
|
|
|
279
275
|
<span class="star" title="Stargazers Count">
|
|
280
276
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
281
277
|
<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>
|
|
282
278
|
</svg>
|
|
283
|
-
<span>
|
|
279
|
+
<span>25547</span>
|
|
284
280
|
</span>
|
|
285
281
|
<span class="star" title="Repo Forked">
|
|
286
282
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
287
283
|
<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">
|
|
288
284
|
</path>
|
|
289
285
|
</svg>
|
|
290
|
-
<span>
|
|
286
|
+
<span>5362</span>
|
|
291
287
|
</span>
|
|
292
288
|
<span class="star">
|
|
293
289
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
294
290
|
<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>
|
|
295
291
|
</svg>
|
|
296
|
-
<span>
|
|
292
|
+
<span>49 stars today</span>
|
|
297
293
|
</span>
|
|
298
294
|
</div>
|
|
299
295
|
<div class="details">
|
|
300
|
-
|
|
296
|
+
An open-source C++ library developed and used at Facebook.
|
|
301
297
|
</div>
|
|
302
298
|
</div>
|
|
303
299
|
</li>
|
|
@@ -306,36 +302,36 @@
|
|
|
306
302
|
<div class="info">
|
|
307
303
|
<div class="rank">
|
|
308
304
|
<span title="Ranking 5">5</span>
|
|
309
|
-
<a href="https://github.com/
|
|
305
|
+
<a href="https://github.com/ChaoningZhang/MobileSAM" target="_blank" title="ChaoningZhang/MobileSAM">ChaoningZhang/MobileSAM</a>
|
|
310
306
|
</div>
|
|
311
307
|
<div class="sub-title followers">
|
|
312
308
|
|
|
313
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
314
|
-
<span style="background-color: #
|
|
309
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
310
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
315
311
|
</a>
|
|
316
312
|
|
|
317
313
|
<span class="star" title="Stargazers Count">
|
|
318
314
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
319
315
|
<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>
|
|
320
316
|
</svg>
|
|
321
|
-
<span>
|
|
317
|
+
<span>2299</span>
|
|
322
318
|
</span>
|
|
323
319
|
<span class="star" title="Repo Forked">
|
|
324
320
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
325
321
|
<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">
|
|
326
322
|
</path>
|
|
327
323
|
</svg>
|
|
328
|
-
<span>
|
|
324
|
+
<span>720</span>
|
|
329
325
|
</span>
|
|
330
326
|
<span class="star">
|
|
331
327
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
332
328
|
<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>
|
|
333
329
|
</svg>
|
|
334
|
-
<span>
|
|
330
|
+
<span>588 stars today</span>
|
|
335
331
|
</span>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="details">
|
|
338
|
-
|
|
334
|
+
This is the official code for Faster Segment Anything (MobileSAM) project that makes SAM lightweight for mobile applications and beyond!
|
|
339
335
|
</div>
|
|
340
336
|
</div>
|
|
341
337
|
</li>
|
|
@@ -344,36 +340,36 @@
|
|
|
344
340
|
<div class="info">
|
|
345
341
|
<div class="rank">
|
|
346
342
|
<span title="Ranking 6">6</span>
|
|
347
|
-
<a href="https://github.com/
|
|
343
|
+
<a href="https://github.com/imgly/background-removal-js" target="_blank" title="imgly/background-removal-js">imgly/background-removal-js</a>
|
|
348
344
|
</div>
|
|
349
345
|
<div class="sub-title followers">
|
|
350
346
|
|
|
351
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
352
|
-
<span style="background-color: #
|
|
347
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
348
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
353
349
|
</a>
|
|
354
350
|
|
|
355
351
|
<span class="star" title="Stargazers Count">
|
|
356
352
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
353
|
<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>
|
|
358
354
|
</svg>
|
|
359
|
-
<span>
|
|
355
|
+
<span>1938</span>
|
|
360
356
|
</span>
|
|
361
357
|
<span class="star" title="Repo Forked">
|
|
362
358
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
359
|
<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">
|
|
364
360
|
</path>
|
|
365
361
|
</svg>
|
|
366
|
-
<span>
|
|
362
|
+
<span>86</span>
|
|
367
363
|
</span>
|
|
368
364
|
<span class="star">
|
|
369
365
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
366
|
<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>
|
|
371
367
|
</svg>
|
|
372
|
-
<span>
|
|
368
|
+
<span>440 stars today</span>
|
|
373
369
|
</span>
|
|
374
370
|
</div>
|
|
375
371
|
<div class="details">
|
|
376
|
-
|
|
372
|
+
Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns. Explore an interactive demo.
|
|
377
373
|
</div>
|
|
378
374
|
</div>
|
|
379
375
|
</li>
|
|
@@ -382,36 +378,32 @@
|
|
|
382
378
|
<div class="info">
|
|
383
379
|
<div class="rank">
|
|
384
380
|
<span title="Ranking 7">7</span>
|
|
385
|
-
<a href="https://github.com/
|
|
381
|
+
<a href="https://github.com/practical-tutorials/project-based-learning" target="_blank" title="practical-tutorials/project-based-learning">practical-tutorials/project-based-learning</a>
|
|
386
382
|
</div>
|
|
387
383
|
<div class="sub-title followers">
|
|
388
384
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
390
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
391
|
-
</a>
|
|
392
|
-
|
|
393
385
|
<span class="star" title="Stargazers Count">
|
|
394
386
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
387
|
<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>
|
|
396
388
|
</svg>
|
|
397
|
-
<span>
|
|
389
|
+
<span>108687</span>
|
|
398
390
|
</span>
|
|
399
391
|
<span class="star" title="Repo Forked">
|
|
400
392
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
393
|
<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">
|
|
402
394
|
</path>
|
|
403
395
|
</svg>
|
|
404
|
-
<span>
|
|
396
|
+
<span>15199</span>
|
|
405
397
|
</span>
|
|
406
398
|
<span class="star">
|
|
407
399
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
400
|
<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>
|
|
409
401
|
</svg>
|
|
410
|
-
<span>
|
|
402
|
+
<span>271 stars today</span>
|
|
411
403
|
</span>
|
|
412
404
|
</div>
|
|
413
405
|
<div class="details">
|
|
414
|
-
|
|
406
|
+
Curated list of project-based tutorials
|
|
415
407
|
</div>
|
|
416
408
|
</div>
|
|
417
409
|
</li>
|
|
@@ -420,36 +412,32 @@
|
|
|
420
412
|
<div class="info">
|
|
421
413
|
<div class="rank">
|
|
422
414
|
<span title="Ranking 8">8</span>
|
|
423
|
-
<a href="https://github.com/
|
|
415
|
+
<a href="https://github.com/wgwang/LLMs-In-China" target="_blank" title="wgwang/LLMs-In-China">wgwang/LLMs-In-China</a>
|
|
424
416
|
</div>
|
|
425
417
|
<div class="sub-title followers">
|
|
426
418
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
428
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
429
|
-
</a>
|
|
430
|
-
|
|
431
419
|
<span class="star" title="Stargazers Count">
|
|
432
420
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
421
|
<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>
|
|
434
422
|
</svg>
|
|
435
|
-
<span>
|
|
423
|
+
<span>760</span>
|
|
436
424
|
</span>
|
|
437
425
|
<span class="star" title="Repo Forked">
|
|
438
426
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
427
|
<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">
|
|
440
428
|
</path>
|
|
441
429
|
</svg>
|
|
442
|
-
<span>
|
|
430
|
+
<span>118</span>
|
|
443
431
|
</span>
|
|
444
432
|
<span class="star">
|
|
445
433
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
434
|
<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>
|
|
447
435
|
</svg>
|
|
448
|
-
<span>
|
|
436
|
+
<span>73 stars today</span>
|
|
449
437
|
</span>
|
|
450
438
|
</div>
|
|
451
439
|
<div class="details">
|
|
452
|
-
|
|
440
|
+
中国大模型
|
|
453
441
|
</div>
|
|
454
442
|
</div>
|
|
455
443
|
</li>
|
|
@@ -458,7 +446,7 @@
|
|
|
458
446
|
<div class="info">
|
|
459
447
|
<div class="rank">
|
|
460
448
|
<span title="Ranking 9">9</span>
|
|
461
|
-
<a href="https://github.com/
|
|
449
|
+
<a href="https://github.com/OpenDriveLab/End-to-end-Autonomous-Driving" target="_blank" title="OpenDriveLab/End-to-end-Autonomous-Driving">OpenDriveLab/End-to-end-Autonomous-Driving</a>
|
|
462
450
|
</div>
|
|
463
451
|
<div class="sub-title followers">
|
|
464
452
|
|
|
@@ -466,24 +454,24 @@
|
|
|
466
454
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
455
|
<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>
|
|
468
456
|
</svg>
|
|
469
|
-
<span>
|
|
457
|
+
<span>372</span>
|
|
470
458
|
</span>
|
|
471
459
|
<span class="star" title="Repo Forked">
|
|
472
460
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
461
|
<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">
|
|
474
462
|
</path>
|
|
475
463
|
</svg>
|
|
476
|
-
<span>
|
|
464
|
+
<span>34</span>
|
|
477
465
|
</span>
|
|
478
466
|
<span class="star">
|
|
479
467
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
468
|
<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>
|
|
481
469
|
</svg>
|
|
482
|
-
<span>
|
|
470
|
+
<span>20 stars today</span>
|
|
483
471
|
</span>
|
|
484
472
|
</div>
|
|
485
473
|
<div class="details">
|
|
486
|
-
|
|
474
|
+
All you need for End-to-end Autonomous Driving
|
|
487
475
|
</div>
|
|
488
476
|
</div>
|
|
489
477
|
</li>
|
|
@@ -492,32 +480,36 @@
|
|
|
492
480
|
<div class="info">
|
|
493
481
|
<div class="rank">
|
|
494
482
|
<span title="Ranking 10">10</span>
|
|
495
|
-
<a href="https://github.com/
|
|
483
|
+
<a href="https://github.com/ripienaar/free-for-dev" target="_blank" title="ripienaar/free-for-dev">ripienaar/free-for-dev</a>
|
|
496
484
|
</div>
|
|
497
485
|
<div class="sub-title followers">
|
|
498
486
|
|
|
487
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
488
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
489
|
+
</a>
|
|
490
|
+
|
|
499
491
|
<span class="star" title="Stargazers Count">
|
|
500
492
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
493
|
<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
494
|
</svg>
|
|
503
|
-
<span>
|
|
495
|
+
<span>71161</span>
|
|
504
496
|
</span>
|
|
505
497
|
<span class="star" title="Repo Forked">
|
|
506
498
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
507
499
|
<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
500
|
</path>
|
|
509
501
|
</svg>
|
|
510
|
-
<span>
|
|
502
|
+
<span>7773</span>
|
|
511
503
|
</span>
|
|
512
504
|
<span class="star">
|
|
513
505
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
514
506
|
<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
507
|
</svg>
|
|
516
|
-
<span>
|
|
508
|
+
<span>58 stars today</span>
|
|
517
509
|
</span>
|
|
518
510
|
</div>
|
|
519
511
|
<div class="details">
|
|
520
|
-
|
|
512
|
+
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
|
|
521
513
|
</div>
|
|
522
514
|
</div>
|
|
523
515
|
</li>
|
|
@@ -526,36 +518,36 @@
|
|
|
526
518
|
<div class="info">
|
|
527
519
|
<div class="rank">
|
|
528
520
|
<span title="Ranking 11">11</span>
|
|
529
|
-
<a href="https://github.com/
|
|
521
|
+
<a href="https://github.com/homanp/superagent" target="_blank" title="homanp/superagent">homanp/superagent</a>
|
|
530
522
|
</div>
|
|
531
523
|
<div class="sub-title followers">
|
|
532
524
|
|
|
533
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
534
|
-
<span style="background-color: #
|
|
525
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
526
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
535
527
|
</a>
|
|
536
528
|
|
|
537
529
|
<span class="star" title="Stargazers Count">
|
|
538
530
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
539
531
|
<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
532
|
</svg>
|
|
541
|
-
<span>
|
|
533
|
+
<span>1333</span>
|
|
542
534
|
</span>
|
|
543
535
|
<span class="star" title="Repo Forked">
|
|
544
536
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
545
537
|
<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
538
|
</path>
|
|
547
539
|
</svg>
|
|
548
|
-
<span>
|
|
540
|
+
<span>194</span>
|
|
549
541
|
</span>
|
|
550
542
|
<span class="star">
|
|
551
543
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
552
544
|
<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
545
|
</svg>
|
|
554
|
-
<span>
|
|
546
|
+
<span>65 stars today</span>
|
|
555
547
|
</span>
|
|
556
548
|
</div>
|
|
557
549
|
<div class="details">
|
|
558
|
-
|
|
550
|
+
🥷 Superagent - Build, deploy, and manage LLM-powered agents
|
|
559
551
|
</div>
|
|
560
552
|
</div>
|
|
561
553
|
</li>
|
|
@@ -564,36 +556,36 @@
|
|
|
564
556
|
<div class="info">
|
|
565
557
|
<div class="rank">
|
|
566
558
|
<span title="Ranking 12">12</span>
|
|
567
|
-
<a href="https://github.com/
|
|
559
|
+
<a href="https://github.com/hiyouga/ChatGLM-Efficient-Tuning" target="_blank" title="hiyouga/ChatGLM-Efficient-Tuning">hiyouga/ChatGLM-Efficient-Tuning</a>
|
|
568
560
|
</div>
|
|
569
561
|
<div class="sub-title followers">
|
|
570
562
|
|
|
571
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
572
|
-
<span style="background-color: #
|
|
563
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
564
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
573
565
|
</a>
|
|
574
566
|
|
|
575
567
|
<span class="star" title="Stargazers Count">
|
|
576
568
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
577
569
|
<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
570
|
</svg>
|
|
579
|
-
<span>
|
|
571
|
+
<span>1764</span>
|
|
580
572
|
</span>
|
|
581
573
|
<span class="star" title="Repo Forked">
|
|
582
574
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
583
575
|
<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
576
|
</path>
|
|
585
577
|
</svg>
|
|
586
|
-
<span>
|
|
578
|
+
<span>244</span>
|
|
587
579
|
</span>
|
|
588
580
|
<span class="star">
|
|
589
581
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
590
582
|
<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
583
|
</svg>
|
|
592
|
-
<span>
|
|
584
|
+
<span>32 stars today</span>
|
|
593
585
|
</span>
|
|
594
586
|
</div>
|
|
595
587
|
<div class="details">
|
|
596
|
-
|
|
588
|
+
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
|
|
597
589
|
</div>
|
|
598
590
|
</div>
|
|
599
591
|
</li>
|
|
@@ -602,36 +594,32 @@
|
|
|
602
594
|
<div class="info">
|
|
603
595
|
<div class="rank">
|
|
604
596
|
<span title="Ranking 13">13</span>
|
|
605
|
-
<a href="https://github.com/
|
|
597
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
606
598
|
</div>
|
|
607
599
|
<div class="sub-title followers">
|
|
608
600
|
|
|
609
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
610
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
611
|
-
</a>
|
|
612
|
-
|
|
613
601
|
<span class="star" title="Stargazers Count">
|
|
614
602
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
615
603
|
<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
604
|
</svg>
|
|
617
|
-
<span>
|
|
605
|
+
<span>285306</span>
|
|
618
606
|
</span>
|
|
619
607
|
<span class="star" title="Repo Forked">
|
|
620
608
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
621
609
|
<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
610
|
</path>
|
|
623
611
|
</svg>
|
|
624
|
-
<span>
|
|
612
|
+
<span>55983</span>
|
|
625
613
|
</span>
|
|
626
614
|
<span class="star">
|
|
627
615
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
628
616
|
<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
617
|
</svg>
|
|
630
|
-
<span>
|
|
618
|
+
<span>254 stars today</span>
|
|
631
619
|
</span>
|
|
632
620
|
</div>
|
|
633
621
|
<div class="details">
|
|
634
|
-
|
|
622
|
+
📚 Freely available programming books
|
|
635
623
|
</div>
|
|
636
624
|
</div>
|
|
637
625
|
</li>
|
|
@@ -640,36 +628,36 @@
|
|
|
640
628
|
<div class="info">
|
|
641
629
|
<div class="rank">
|
|
642
630
|
<span title="Ranking 14">14</span>
|
|
643
|
-
<a href="https://github.com/
|
|
631
|
+
<a href="https://github.com/teslamotors/fleet-telemetry" target="_blank" title="teslamotors/fleet-telemetry">teslamotors/fleet-telemetry</a>
|
|
644
632
|
</div>
|
|
645
633
|
<div class="sub-title followers">
|
|
646
634
|
|
|
647
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
648
|
-
<span style="background-color: #
|
|
635
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
636
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
649
637
|
</a>
|
|
650
638
|
|
|
651
639
|
<span class="star" title="Stargazers Count">
|
|
652
640
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
641
|
<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>
|
|
654
642
|
</svg>
|
|
655
|
-
<span>
|
|
643
|
+
<span>370</span>
|
|
656
644
|
</span>
|
|
657
645
|
<span class="star" title="Repo Forked">
|
|
658
646
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
647
|
<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">
|
|
660
648
|
</path>
|
|
661
649
|
</svg>
|
|
662
|
-
<span>
|
|
650
|
+
<span>19</span>
|
|
663
651
|
</span>
|
|
664
652
|
<span class="star">
|
|
665
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
654
|
<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>
|
|
667
655
|
</svg>
|
|
668
|
-
<span>
|
|
656
|
+
<span>26 stars today</span>
|
|
669
657
|
</span>
|
|
670
658
|
</div>
|
|
671
659
|
<div class="details">
|
|
672
|
-
|
|
660
|
+
|
|
673
661
|
</div>
|
|
674
662
|
</div>
|
|
675
663
|
</li>
|
|
@@ -678,36 +666,36 @@
|
|
|
678
666
|
<div class="info">
|
|
679
667
|
<div class="rank">
|
|
680
668
|
<span title="Ranking 15">15</span>
|
|
681
|
-
<a href="https://github.com/
|
|
669
|
+
<a href="https://github.com/labmlai/annotated_deep_learning_paper_implementations" target="_blank" title="labmlai/annotated_deep_learning_paper_implementations">labmlai/annotated_deep_learning_paper_implementations</a>
|
|
682
670
|
</div>
|
|
683
671
|
<div class="sub-title followers">
|
|
684
672
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
686
|
-
<span style="background-color: #
|
|
673
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
674
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
687
675
|
</a>
|
|
688
676
|
|
|
689
677
|
<span class="star" title="Stargazers Count">
|
|
690
678
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
679
|
<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>
|
|
692
680
|
</svg>
|
|
693
|
-
<span>
|
|
681
|
+
<span>26509</span>
|
|
694
682
|
</span>
|
|
695
683
|
<span class="star" title="Repo Forked">
|
|
696
684
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
685
|
<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">
|
|
698
686
|
</path>
|
|
699
687
|
</svg>
|
|
700
|
-
<span>
|
|
688
|
+
<span>2844</span>
|
|
701
689
|
</span>
|
|
702
690
|
<span class="star">
|
|
703
691
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
692
|
<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>
|
|
705
693
|
</svg>
|
|
706
|
-
<span>
|
|
694
|
+
<span>99 stars today</span>
|
|
707
695
|
</span>
|
|
708
696
|
</div>
|
|
709
697
|
<div class="details">
|
|
710
|
-
|
|
698
|
+
🧑🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
|
|
711
699
|
</div>
|
|
712
700
|
</div>
|
|
713
701
|
</li>
|
|
@@ -716,36 +704,36 @@
|
|
|
716
704
|
<div class="info">
|
|
717
705
|
<div class="rank">
|
|
718
706
|
<span title="Ranking 16">16</span>
|
|
719
|
-
<a href="https://github.com/
|
|
707
|
+
<a href="https://github.com/huggingface/transformers" target="_blank" title="huggingface/transformers">huggingface/transformers</a>
|
|
720
708
|
</div>
|
|
721
709
|
<div class="sub-title followers">
|
|
722
710
|
|
|
723
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
724
|
-
<span style="background-color: #
|
|
711
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
712
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
725
713
|
</a>
|
|
726
714
|
|
|
727
715
|
<span class="star" title="Stargazers Count">
|
|
728
716
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
717
|
<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>
|
|
730
718
|
</svg>
|
|
731
|
-
<span>
|
|
719
|
+
<span>105913</span>
|
|
732
720
|
</span>
|
|
733
721
|
<span class="star" title="Repo Forked">
|
|
734
722
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
723
|
<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">
|
|
736
724
|
</path>
|
|
737
725
|
</svg>
|
|
738
|
-
<span>
|
|
726
|
+
<span>21216</span>
|
|
739
727
|
</span>
|
|
740
728
|
<span class="star">
|
|
741
729
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
730
|
<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>
|
|
743
731
|
</svg>
|
|
744
|
-
<span>
|
|
732
|
+
<span>112 stars today</span>
|
|
745
733
|
</span>
|
|
746
734
|
</div>
|
|
747
735
|
<div class="details">
|
|
748
|
-
|
|
736
|
+
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
|
|
749
737
|
</div>
|
|
750
738
|
</div>
|
|
751
739
|
</li>
|
|
@@ -754,36 +742,36 @@
|
|
|
754
742
|
<div class="info">
|
|
755
743
|
<div class="rank">
|
|
756
744
|
<span title="Ranking 17">17</span>
|
|
757
|
-
<a href="https://github.com/
|
|
745
|
+
<a href="https://github.com/StanGirard/quivr" target="_blank" title="StanGirard/quivr">StanGirard/quivr</a>
|
|
758
746
|
</div>
|
|
759
747
|
<div class="sub-title followers">
|
|
760
748
|
|
|
761
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
762
|
-
<span style="background-color: #
|
|
749
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
750
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
763
751
|
</a>
|
|
764
752
|
|
|
765
753
|
<span class="star" title="Stargazers Count">
|
|
766
754
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
755
|
<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>
|
|
768
756
|
</svg>
|
|
769
|
-
<span>
|
|
757
|
+
<span>9512</span>
|
|
770
758
|
</span>
|
|
771
759
|
<span class="star" title="Repo Forked">
|
|
772
760
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
761
|
<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">
|
|
774
762
|
</path>
|
|
775
763
|
</svg>
|
|
776
|
-
<span>
|
|
764
|
+
<span>1155</span>
|
|
777
765
|
</span>
|
|
778
766
|
<span class="star">
|
|
779
767
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
768
|
<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>
|
|
781
769
|
</svg>
|
|
782
|
-
<span>
|
|
770
|
+
<span>74 stars today</span>
|
|
783
771
|
</span>
|
|
784
772
|
</div>
|
|
785
773
|
<div class="details">
|
|
786
|
-
|
|
774
|
+
🧠 Chat with your files, audio, video, csv with your Generative AI Second Brain using LLMs ( GPT 3.5/4, Private, Anthropic, VertexAI ) & Embeddings 🧠
|
|
787
775
|
</div>
|
|
788
776
|
</div>
|
|
789
777
|
</li>
|
|
@@ -792,32 +780,36 @@
|
|
|
792
780
|
<div class="info">
|
|
793
781
|
<div class="rank">
|
|
794
782
|
<span title="Ranking 18">18</span>
|
|
795
|
-
<a href="https://github.com/
|
|
783
|
+
<a href="https://github.com/dotnet-architecture/eShopOnContainers" target="_blank" title="dotnet-architecture/eShopOnContainers">dotnet-architecture/eShopOnContainers</a>
|
|
796
784
|
</div>
|
|
797
785
|
<div class="sub-title followers">
|
|
798
786
|
|
|
787
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
788
|
+
<span style="background-color: #178600;"></span>C#
|
|
789
|
+
</a>
|
|
790
|
+
|
|
799
791
|
<span class="star" title="Stargazers Count">
|
|
800
792
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
801
793
|
<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
794
|
</svg>
|
|
803
|
-
<span>
|
|
795
|
+
<span>23724</span>
|
|
804
796
|
</span>
|
|
805
797
|
<span class="star" title="Repo Forked">
|
|
806
798
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
807
799
|
<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
800
|
</path>
|
|
809
801
|
</svg>
|
|
810
|
-
<span>
|
|
802
|
+
<span>10158</span>
|
|
811
803
|
</span>
|
|
812
804
|
<span class="star">
|
|
813
805
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
806
|
<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
807
|
</svg>
|
|
816
|
-
<span>
|
|
808
|
+
<span>67 stars today</span>
|
|
817
809
|
</span>
|
|
818
810
|
</div>
|
|
819
811
|
<div class="details">
|
|
820
|
-
|
|
812
|
+
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
|
|
821
813
|
</div>
|
|
822
814
|
</div>
|
|
823
815
|
</li>
|
|
@@ -826,36 +818,36 @@
|
|
|
826
818
|
<div class="info">
|
|
827
819
|
<div class="rank">
|
|
828
820
|
<span title="Ranking 19">19</span>
|
|
829
|
-
<a href="https://github.com/
|
|
821
|
+
<a href="https://github.com/rust-lang/mdBook" target="_blank" title="rust-lang/mdBook">rust-lang/mdBook</a>
|
|
830
822
|
</div>
|
|
831
823
|
<div class="sub-title followers">
|
|
832
824
|
|
|
833
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
834
|
-
<span style="background-color: #
|
|
825
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
826
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
835
827
|
</a>
|
|
836
828
|
|
|
837
829
|
<span class="star" title="Stargazers Count">
|
|
838
830
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
839
831
|
<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
832
|
</svg>
|
|
841
|
-
<span>
|
|
833
|
+
<span>14064</span>
|
|
842
834
|
</span>
|
|
843
835
|
<span class="star" title="Repo Forked">
|
|
844
836
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
845
837
|
<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
838
|
</path>
|
|
847
839
|
</svg>
|
|
848
|
-
<span>
|
|
840
|
+
<span>1399</span>
|
|
849
841
|
</span>
|
|
850
842
|
<span class="star">
|
|
851
843
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
844
|
<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
845
|
</svg>
|
|
854
|
-
<span>
|
|
846
|
+
<span>57 stars today</span>
|
|
855
847
|
</span>
|
|
856
848
|
</div>
|
|
857
849
|
<div class="details">
|
|
858
|
-
|
|
850
|
+
Create book from markdown files. Like Gitbook but implemented in Rust
|
|
859
851
|
</div>
|
|
860
852
|
</div>
|
|
861
853
|
</li>
|
|
@@ -864,32 +856,36 @@
|
|
|
864
856
|
<div class="info">
|
|
865
857
|
<div class="rank">
|
|
866
858
|
<span title="Ranking 20">20</span>
|
|
867
|
-
<a href="https://github.com/
|
|
859
|
+
<a href="https://github.com/LiLittleCat/awesome-free-chatgpt" target="_blank" title="LiLittleCat/awesome-free-chatgpt">LiLittleCat/awesome-free-chatgpt</a>
|
|
868
860
|
</div>
|
|
869
861
|
<div class="sub-title followers">
|
|
870
862
|
|
|
863
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
864
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
865
|
+
</a>
|
|
866
|
+
|
|
871
867
|
<span class="star" title="Stargazers Count">
|
|
872
868
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
869
|
<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>
|
|
874
870
|
</svg>
|
|
875
|
-
<span>
|
|
871
|
+
<span>6995</span>
|
|
876
872
|
</span>
|
|
877
873
|
<span class="star" title="Repo Forked">
|
|
878
874
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
875
|
<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">
|
|
880
876
|
</path>
|
|
881
877
|
</svg>
|
|
882
|
-
<span>
|
|
878
|
+
<span>551</span>
|
|
883
879
|
</span>
|
|
884
880
|
<span class="star">
|
|
885
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
882
|
<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>
|
|
887
883
|
</svg>
|
|
888
|
-
<span>
|
|
884
|
+
<span>53 stars today</span>
|
|
889
885
|
</span>
|
|
890
886
|
</div>
|
|
891
887
|
<div class="details">
|
|
892
|
-
ChatGPT
|
|
888
|
+
🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated.
|
|
893
889
|
</div>
|
|
894
890
|
</div>
|
|
895
891
|
</li>
|
|
@@ -898,36 +894,36 @@
|
|
|
898
894
|
<div class="info">
|
|
899
895
|
<div class="rank">
|
|
900
896
|
<span title="Ranking 21">21</span>
|
|
901
|
-
<a href="https://github.com/
|
|
897
|
+
<a href="https://github.com/geerlingguy/ansible-for-devops" target="_blank" title="geerlingguy/ansible-for-devops">geerlingguy/ansible-for-devops</a>
|
|
902
898
|
</div>
|
|
903
899
|
<div class="sub-title followers">
|
|
904
900
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
906
|
-
<span style="background-color: #
|
|
901
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
902
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
907
903
|
</a>
|
|
908
904
|
|
|
909
905
|
<span class="star" title="Stargazers Count">
|
|
910
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
907
|
<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>
|
|
912
908
|
</svg>
|
|
913
|
-
<span>
|
|
909
|
+
<span>7108</span>
|
|
914
910
|
</span>
|
|
915
911
|
<span class="star" title="Repo Forked">
|
|
916
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
913
|
<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">
|
|
918
914
|
</path>
|
|
919
915
|
</svg>
|
|
920
|
-
<span>
|
|
916
|
+
<span>3006</span>
|
|
921
917
|
</span>
|
|
922
918
|
<span class="star">
|
|
923
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
920
|
<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>
|
|
925
921
|
</svg>
|
|
926
|
-
<span>
|
|
922
|
+
<span>17 stars today</span>
|
|
927
923
|
</span>
|
|
928
924
|
</div>
|
|
929
925
|
<div class="details">
|
|
930
|
-
|
|
926
|
+
Ansible for DevOps examples.
|
|
931
927
|
</div>
|
|
932
928
|
</div>
|
|
933
929
|
</li>
|
|
@@ -936,36 +932,36 @@
|
|
|
936
932
|
<div class="info">
|
|
937
933
|
<div class="rank">
|
|
938
934
|
<span title="Ranking 22">22</span>
|
|
939
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/phodal/aigc" target="_blank" title="phodal/aigc">phodal/aigc</a>
|
|
940
936
|
</div>
|
|
941
937
|
<div class="sub-title followers">
|
|
942
938
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
939
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
940
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
945
941
|
</a>
|
|
946
942
|
|
|
947
943
|
<span class="star" title="Stargazers Count">
|
|
948
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
945
|
<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>
|
|
950
946
|
</svg>
|
|
951
|
-
<span>
|
|
947
|
+
<span>348</span>
|
|
952
948
|
</span>
|
|
953
949
|
<span class="star" title="Repo Forked">
|
|
954
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
951
|
<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">
|
|
956
952
|
</path>
|
|
957
953
|
</svg>
|
|
958
|
-
<span>
|
|
954
|
+
<span>51</span>
|
|
959
955
|
</span>
|
|
960
956
|
<span class="star">
|
|
961
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
958
|
<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>
|
|
963
959
|
</svg>
|
|
964
|
-
<span>
|
|
960
|
+
<span>92 stars today</span>
|
|
965
961
|
</span>
|
|
966
962
|
</div>
|
|
967
963
|
<div class="details">
|
|
968
|
-
|
|
964
|
+
《构筑大语言模型应用:应用开发与架构设计》一本关于 LLM 在真实世界应用的开源电子书,介绍了大语言模型的基础知识和应用,以及如何构建自己的模型。其中包括Prompt的编写、开发和管理,探索最好的大语言模型能带来什么,以及LLM应用开发的模式和架构设计。
|
|
969
965
|
</div>
|
|
970
966
|
</div>
|
|
971
967
|
</li>
|
|
@@ -974,36 +970,36 @@
|
|
|
974
970
|
<div class="info">
|
|
975
971
|
<div class="rank">
|
|
976
972
|
<span title="Ranking 23">23</span>
|
|
977
|
-
<a href="https://github.com/
|
|
973
|
+
<a href="https://github.com/PromtEngineer/localGPT" target="_blank" title="PromtEngineer/localGPT">PromtEngineer/localGPT</a>
|
|
978
974
|
</div>
|
|
979
975
|
<div class="sub-title followers">
|
|
980
976
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
977
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
978
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
983
979
|
</a>
|
|
984
980
|
|
|
985
981
|
<span class="star" title="Stargazers Count">
|
|
986
982
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
983
|
<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>
|
|
988
984
|
</svg>
|
|
989
|
-
<span>
|
|
985
|
+
<span>9195</span>
|
|
990
986
|
</span>
|
|
991
987
|
<span class="star" title="Repo Forked">
|
|
992
988
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
989
|
<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">
|
|
994
990
|
</path>
|
|
995
991
|
</svg>
|
|
996
|
-
<span>
|
|
992
|
+
<span>811</span>
|
|
997
993
|
</span>
|
|
998
994
|
<span class="star">
|
|
999
995
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
996
|
<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>
|
|
1001
997
|
</svg>
|
|
1002
|
-
<span>
|
|
998
|
+
<span>73 stars today</span>
|
|
1003
999
|
</span>
|
|
1004
1000
|
</div>
|
|
1005
1001
|
<div class="details">
|
|
1006
|
-
|
|
1002
|
+
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
|
|
1007
1003
|
</div>
|
|
1008
1004
|
</div>
|
|
1009
1005
|
</li>
|
|
@@ -1012,32 +1008,36 @@
|
|
|
1012
1008
|
<div class="info">
|
|
1013
1009
|
<div class="rank">
|
|
1014
1010
|
<span title="Ranking 24">24</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1011
|
+
<a href="https://github.com/Visualize-ML/Book4_Power-of-Matrix" target="_blank" title="Visualize-ML/Book4_Power-of-Matrix">Visualize-ML/Book4_Power-of-Matrix</a>
|
|
1016
1012
|
</div>
|
|
1017
1013
|
<div class="sub-title followers">
|
|
1018
1014
|
|
|
1015
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1016
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1017
|
+
</a>
|
|
1018
|
+
|
|
1019
1019
|
<span class="star" title="Stargazers Count">
|
|
1020
1020
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1021
|
<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>
|
|
1022
1022
|
</svg>
|
|
1023
|
-
<span>
|
|
1023
|
+
<span>3938</span>
|
|
1024
1024
|
</span>
|
|
1025
1025
|
<span class="star" title="Repo Forked">
|
|
1026
1026
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1027
|
<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">
|
|
1028
1028
|
</path>
|
|
1029
1029
|
</svg>
|
|
1030
|
-
<span>
|
|
1030
|
+
<span>534</span>
|
|
1031
1031
|
</span>
|
|
1032
1032
|
<span class="star">
|
|
1033
1033
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1034
|
<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>
|
|
1035
1035
|
</svg>
|
|
1036
|
-
<span>
|
|
1036
|
+
<span>60 stars today</span>
|
|
1037
1037
|
</span>
|
|
1038
1038
|
</div>
|
|
1039
1039
|
<div class="details">
|
|
1040
|
-
|
|
1040
|
+
Book_4_《矩阵力量》 | 鸢尾花书:从加减乘除到机器学习;上架!
|
|
1041
1041
|
</div>
|
|
1042
1042
|
</div>
|
|
1043
1043
|
</li>
|
|
@@ -1046,36 +1046,36 @@
|
|
|
1046
1046
|
<div class="info">
|
|
1047
1047
|
<div class="rank">
|
|
1048
1048
|
<span title="Ranking 25">25</span>
|
|
1049
|
-
<a href="https://github.com/
|
|
1049
|
+
<a href="https://github.com/jetpack-io/typeid" target="_blank" title="jetpack-io/typeid">jetpack-io/typeid</a>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
<div class="sub-title followers">
|
|
1052
1052
|
|
|
1053
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1054
|
-
<span style="background-color: #
|
|
1053
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1054
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
1055
1055
|
</a>
|
|
1056
1056
|
|
|
1057
1057
|
<span class="star" title="Stargazers Count">
|
|
1058
1058
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1059
1059
|
<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>
|
|
1060
1060
|
</svg>
|
|
1061
|
-
<span>
|
|
1061
|
+
<span>1582</span>
|
|
1062
1062
|
</span>
|
|
1063
1063
|
<span class="star" title="Repo Forked">
|
|
1064
1064
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1065
1065
|
<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">
|
|
1066
1066
|
</path>
|
|
1067
1067
|
</svg>
|
|
1068
|
-
<span>
|
|
1068
|
+
<span>24</span>
|
|
1069
1069
|
</span>
|
|
1070
1070
|
<span class="star">
|
|
1071
1071
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1072
|
<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>
|
|
1073
1073
|
</svg>
|
|
1074
|
-
<span>
|
|
1074
|
+
<span>182 stars today</span>
|
|
1075
1075
|
</span>
|
|
1076
1076
|
</div>
|
|
1077
1077
|
<div class="details">
|
|
1078
|
-
|
|
1078
|
+
Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs
|
|
1079
1079
|
</div>
|
|
1080
1080
|
</div>
|
|
1081
1081
|
</li>
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1097
1097
|
</a>
|
|
1098
1098
|
</div>
|
|
1099
|
-
<div class="time">Last cache created on 2023/
|
|
1099
|
+
<div class="time">Last cache created on 2023/7/2 by Github API v3.</div>
|
|
1100
1100
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1101
1101
|
</div>
|
|
1102
1102
|
</body>
|