@wcj/github-rank
Version:
Github Users Ranking for China.
856 lines (784 loc) • 45.4 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico">
<title> GitHub Repositories Trending </title>
<meta name="description" content="GitHub Repositories Trending">
<style>
[data-color-mode*='dark'] {
--color-fg-default: #c9d1d9;
--color-fg-muted: #8b949e;
--color-fg-subtle: #484f58;
--color-accent-fg: #58a6ff;
--color-accent-emphasis: #1f6feb;
--color-link-hover: #58a6ff;
--color-tab-fg: #494949;
--color-border: #e2e2e2;
--color-neutral-muted: rgba(110,118,129,0.4);
}
[data-color-mode*='light'] {
--color-fg-default: #24292f;
--color-fg-muted: #57606a;
--color-fg-subtle: #6e7781;
--color-accent-fg: #0969da;
--color-accent-emphasis: #0969da;
--color-link-hover: #58a6ff;
--color-tab-fg: #e2e2e2;
--color-border: #000;
--color-neutral-muted: rgba(175,184,193,0.2);
}
</style>
<style>
* { box-sizing: border-box; }
html, body, ul, li, h1 { margin: 0; padding: 0 }
html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
ul { list-style: none; }
a { color: var(--color-accent-fg); text-decoration: none; transition: all .2s ease-in; }
a:hover { color: var(--color-link-hover); text-decoration: underline; }
a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
.title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
.title a svg { display: block; }
.title a { color: var(--color-accent-fg); display: inline-block; margin-left: 10px; }
.title dark-mode {
margin-right: 8px;
}
.time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
.tabs { padding: 0 20px 5px 20px;}
.tabs a { background: var(--color-tab-fg); display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: var(--color-accent-fg); }
.tabs a.active { background: #333; color: #efefef; }
.tabs a:hover:not(.active) { background: #efefef; }
.footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
.footer .time { padding: 0; }
.list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
.list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
.list li { padding: 10px; transition: all .3s; }
.list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
.list li.rank-title > a { margin-right: 10px; }
.list li.rank-title:hover { background: transparent; }
.list li:last-child, .list li.rank-title { border-bottom: 0; }
.list li:hover { background: var(--color-neutral-muted); }
.list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
.list li div.rank span { font-weight: bold; }
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: var(--color-fg-muted); }
.list li div.details a { color: #b9b9b9; transition: all .3s; }
.list li div.details a:hover { color: #1600ff; }
.list li div.details a:hover svg { fill: #1600ff; }
.list li div.details * { vertical-align: middle; }
.list li div.details .localtion { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 150px; display: inline-block; height: 14px; }
.list li div.details svg { width: 12px; height: 12px; margin-top: 0; margin-right: 2px; fill: #b9b9b9; display: inline-block; }
.list li > div.info { width: 100%; }
.list li > div.info i { color: #717171; }
.list li > div.info a:hover i { color: #333; }
.list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
.list li div.avatar { padding-right: 10px; }
@keyframes octocat-wave {
0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
}
@media screen and (max-width: 479px) {
.title { padding-top: 16px; font-size: 21px; }
}
</style>
<style>
.list li a.language,
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
</style>
<style>
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
</style>
<style>
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
.list li div.followers a { color: var(--color-fg-muted); }
.list li div.followers * { vertical-align: middle; }
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
</style>
<script src="https://unpkg.com/@wcj/dark-mode"></script>
</head>
<body>
<a href="https://github.com/jaywcjlove/github-rank" target="_blank" class="github-corner">
<svg viewBox="0 0 250 250">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path class="octo-arm" fill="currentColor" style="transform-origin: 130px 106px;" d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"></path>
<path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path>
</svg>
</a>
<h1 class="title">
<dark-mode permanent></dark-mode>
GitHub Repositories Trending
<a target="_blank" href="https://github.com/trending">
<svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
</a>
</h1>
<div class="time">Last cache created on 2024/9/30 by
<a href="https://github.com/trending">Github Trending</a>.
Create by <a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">小弟调调™</a>.
</div>
<div class="tabs">
<a class="" href="index.html">Users</a>
<a class="" href="repos.html">Repos</a>
<a class="active" href="trending.html">Trending</a>
</div>
<ul class="list repos trending">
<li class="rank-title">
<span class="select">
<a class="" href="trending.html">Today</a>
<a class="active" href="trending-weekly.html">Week</a>
<a class="" href="trending-monthly.html">Month</a>
</span>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 1">1</span>
<a href="https://github.com/localsend/localsend" target="_blank" title="localsend/localsend">localsend/localsend</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
<span style="background-color: #00B4AB;"></span>Dart
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>47.078k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>2428</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>4758 stars this week</span>
</span>
</div>
<div class="details">
An open-source cross-platform alternative to AirDrop
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 2">2</span>
<a href="https://github.com/roboflow/supervision" target="_blank" title="roboflow/supervision">roboflow/supervision</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>22.63k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>1689</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>2899 stars this week</span>
</span>
</div>
<div class="details">
We write your reusable computer vision tools. 💜
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 3">3</span>
<a href="https://github.com/basecamp/kamal" target="_blank" title="basecamp/kamal">basecamp/kamal</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
<span style="background-color: #701516;"></span>Ruby
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>10.353k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>396</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>489 stars this week</span>
</span>
</div>
<div class="details">
Deploy web apps anywhere.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 4">4</span>
<a href="https://github.com/anthropics/anthropic-cookbook" target="_blank" title="anthropics/anthropic-cookbook">anthropics/anthropic-cookbook</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>5.682k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>610</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>788 stars this week</span>
</span>
</div>
<div class="details">
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 5">5</span>
<a href="https://github.com/Significant-Gravitas/AutoGPT" target="_blank" title="Significant-Gravitas/AutoGPT">Significant-Gravitas/AutoGPT</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>167.098k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>44187</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>391 stars this week</span>
</span>
</div>
<div class="details">
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 6">6</span>
<a href="https://github.com/unclecode/crawl4ai" target="_blank" title="unclecode/crawl4ai">unclecode/crawl4ai</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>6.317k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>501</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>1957 stars this week</span>
</span>
</div>
<div class="details">
🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 7">7</span>
<a href="https://github.com/3b1b/manim" target="_blank" title="3b1b/manim">3b1b/manim</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>62.775k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>5818</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>704 stars this week</span>
</span>
</div>
<div class="details">
Animation engine for explanatory math videos
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 8">8</span>
<a href="https://github.com/AtsushiSakai/PythonRobotics" target="_blank" title="AtsushiSakai/PythonRobotics">AtsushiSakai/PythonRobotics</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>22.968k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>6485</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>194 stars this week</span>
</span>
</div>
<div class="details">
Python sample codes for robotics algorithms.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 9">9</span>
<a href="https://github.com/Azure/azure-sdk-for-net" target="_blank" title="Azure/azure-sdk-for-net">Azure/azure-sdk-for-net</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
<span style="background-color: #178600;"></span>C#
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>5.347k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>4659</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>92 stars this week</span>
</span>
</div>
<div class="details">
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 10">10</span>
<a href="https://github.com/coqui-ai/TTS" target="_blank" title="coqui-ai/TTS">coqui-ai/TTS</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>33.972k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>4126</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>285 stars this week</span>
</span>
</div>
<div class="details">
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 11">11</span>
<a href="https://github.com/janhq/jan" target="_blank" title="janhq/jan">janhq/jan</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
<span style="background-color: #3178c6;"></span>TypeScript
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>22.414k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>1289</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>251 stars this week</span>
</span>
</div>
<div class="details">
Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM)
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 12">12</span>
<a href="https://github.com/srush/GPU-Puzzles" target="_blank" title="srush/GPU-Puzzles">srush/GPU-Puzzles</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>9.089k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>554</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>3299 stars this week</span>
</span>
</div>
<div class="details">
Solve puzzles. Learn CUDA.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 13">13</span>
<a href="https://github.com/meta-llama/llama-stack" target="_blank" title="meta-llama/llama-stack">meta-llama/llama-stack</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>2.529k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>253</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>2090 stars this week</span>
</span>
</div>
<div class="details">
Model components of the Llama Stack APIs
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 14">14</span>
<a href="https://github.com/tw93/Pake" target="_blank" title="tw93/Pake">tw93/Pake</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
<span style="background-color: #dea584;"></span>Rust
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>29.139k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>5051</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>3103 stars this week</span>
</span>
</div>
<div class="details">
🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 15">15</span>
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
</div>
<div class="sub-title followers">
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>46.706k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>2840</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>1236 stars this week</span>
</span>
</div>
<div class="details">
科技爱好者周刊,每周五发布
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 16">16</span>
<a href="https://github.com/DiceDB/dice" target="_blank" title="DiceDB/dice">DiceDB/dice</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
<span style="background-color: #00ADD8;"></span>Go
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>5.248k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>669</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>694 stars this week</span>
</span>
</div>
<div class="details">
DiceDB is an in-memory, real-time, and reactive database with Redis and SQL support optimized for modern hardware and building real-time applications.
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 17">17</span>
<a href="https://github.com/graviraja/MLOps-Basics" target="_blank" title="graviraja/MLOps-Basics">graviraja/MLOps-Basics</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>5.81k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>964</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>602 stars this week</span>
</span>
</div>
<div class="details">
</div>
</div>
</li>
<li>
<div class="info">
<div class="rank">
<span title="Ranking 18">18</span>
<a href="https://github.com/Kanaries/pygwalker" target="_blank" title="Kanaries/pygwalker">Kanaries/pygwalker</a>
</div>
<div class="sub-title followers">
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
<span style="background-color: #3572A5;"></span>Python
</a>
<span class="star" title="Stargazers Count">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>12.751k</span>
</span>
<span class="star" title="Repo Forked">
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
<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">
</path>
</svg>
<span>659</span>
</span>
<span class="star">
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
<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>
</svg>
<span>1410 stars this week</span>
</span>
</div>
<div class="details">
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
</div>
</div>
</li>
</ul>
<div class="footer">
<div>
<a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">
<img alt="Buy me a coffee" src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee">
</a>
<a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
<img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
</a>
<a href="https://github.com/jaywcjlove/github-rank/stargazers" target="_blank">
<img src="https://img.shields.io/github/stars/jaywcjlove/github-rank.svg">
</a>
<a href="https://www.npmjs.com/package/@wcj/github-rank" target="_blank">
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg">
</a>
<a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
</a>
</div>
<div class="time">Last cache created on 2024/9/30 by Github API v3.</div>
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
</div>
</body>
</html>