@wcj/github-rank 23.11.29 → 23.12.1
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 +26314 -26317
- package/dist/trending-daily.json +193 -193
- package/dist/trending-monthly.json +142 -142
- package/dist/trending-weekly.json +178 -178
- package/dist/users.china.json +2443 -2443
- package/dist/users.json +8509 -8509
- package/package.json +1 -1
- package/web/data/repos.json +26314 -26317
- package/web/data/trending-daily.json +193 -193
- package/web/data/trending-monthly.json +142 -142
- package/web/data/trending-weekly.json +178 -178
- package/web/data/users.china.json +2443 -2443
- package/web/data/users.json +8509 -8509
- package/web/index.html +6333 -6333
- package/web/repos.html +3537 -3537
- package/web/trending-monthly.html +141 -141
- package/web/trending-weekly.html +160 -164
- package/web/trending.html +171 -171
- package/web/users.china.html +1843 -1843
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"full_name": "run-llama/rags",
|
|
4
|
+
"language": "Python",
|
|
5
|
+
"color": "#3572A5",
|
|
6
|
+
"description": "Build ChatGPT over your data, all with natural language",
|
|
7
|
+
"forked": "527",
|
|
8
|
+
"stargazers_count": 4436,
|
|
9
|
+
"todayStar": "4420 stars this week",
|
|
10
|
+
"html_url": "https://github.com/run-llama/rags",
|
|
11
|
+
"rank": 1
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"full_name": "LouisShark/chatgpt_system_prompt",
|
|
15
|
+
"language": "C",
|
|
16
|
+
"color": "#555555",
|
|
17
|
+
"description": "store all agent's system prompt",
|
|
18
|
+
"forked": "853",
|
|
19
|
+
"stargazers_count": 4634,
|
|
20
|
+
"todayStar": "3544 stars this week",
|
|
21
|
+
"html_url": "https://github.com/LouisShark/chatgpt_system_prompt",
|
|
22
|
+
"rank": 2
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"full_name": "Stability-AI/generative-models",
|
|
4
26
|
"language": "Python",
|
|
5
27
|
"color": "#3572A5",
|
|
6
28
|
"description": "Generative Models by Stability AI",
|
|
7
|
-
"forked": "
|
|
8
|
-
"stargazers_count":
|
|
9
|
-
"todayStar": "
|
|
29
|
+
"forked": "1858",
|
|
30
|
+
"stargazers_count": 15639,
|
|
31
|
+
"todayStar": "3580 stars this week",
|
|
10
32
|
"html_url": "https://github.com/Stability-AI/generative-models",
|
|
11
|
-
"rank":
|
|
33
|
+
"rank": 3
|
|
12
34
|
},
|
|
13
35
|
{
|
|
14
36
|
"full_name": "abi/screenshot-to-code",
|
|
15
37
|
"language": "TypeScript",
|
|
16
38
|
"color": "#3178c6",
|
|
17
39
|
"description": "Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)",
|
|
18
|
-
"forked": "
|
|
19
|
-
"stargazers_count":
|
|
20
|
-
"todayStar": "
|
|
40
|
+
"forked": "2487",
|
|
41
|
+
"stargazers_count": 24104,
|
|
42
|
+
"todayStar": "6310 stars this week",
|
|
21
43
|
"html_url": "https://github.com/abi/screenshot-to-code",
|
|
22
|
-
"rank": 2
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"full_name": "BuilderIO/gpt-crawler",
|
|
26
|
-
"language": "TypeScript",
|
|
27
|
-
"color": "#3178c6",
|
|
28
|
-
"description": "Crawl a site to generate knowledge files to create your own custom GPT from a URL",
|
|
29
|
-
"forked": "898",
|
|
30
|
-
"stargazers_count": 12505,
|
|
31
|
-
"todayStar": "4658 stars this week",
|
|
32
|
-
"html_url": "https://github.com/BuilderIO/gpt-crawler",
|
|
33
|
-
"rank": 3
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"full_name": "microsoft/generative-ai-for-beginners",
|
|
37
|
-
"language": "JupyterNotebook",
|
|
38
|
-
"color": "#DA5B0B",
|
|
39
|
-
"description": "12 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/",
|
|
40
|
-
"forked": "8583",
|
|
41
|
-
"stargazers_count": 17615,
|
|
42
|
-
"todayStar": "5510 stars this week",
|
|
43
|
-
"html_url": "https://github.com/microsoft/generative-ai-for-beginners",
|
|
44
44
|
"rank": 4
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"language": "Python",
|
|
49
49
|
"color": "#3572A5",
|
|
50
50
|
"description": "Focus on prompting and generating",
|
|
51
|
-
"forked": "
|
|
52
|
-
"stargazers_count":
|
|
53
|
-
"todayStar": "
|
|
51
|
+
"forked": "1670",
|
|
52
|
+
"stargazers_count": 19759,
|
|
53
|
+
"todayStar": "2924 stars this week",
|
|
54
54
|
"html_url": "https://github.com/lllyasviel/Fooocus",
|
|
55
55
|
"rank": 5
|
|
56
56
|
},
|
|
@@ -58,165 +58,165 @@
|
|
|
58
58
|
"full_name": "pandora-next/deploy",
|
|
59
59
|
"language": "PHP",
|
|
60
60
|
"color": "#4F5D95",
|
|
61
|
-
"description": "Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy = PandoraNext. New GPTs(Gizmo) UI, All in one!",
|
|
62
|
-
"forked": "
|
|
63
|
-
"stargazers_count":
|
|
64
|
-
"todayStar": "
|
|
61
|
+
"description": "Pandora Cloud + Pandora Server + Shared Chat + BackendAPI Proxy + Chat2API = PandoraNext. New GPTs(Gizmo) UI, All in one!",
|
|
62
|
+
"forked": "664",
|
|
63
|
+
"stargazers_count": 3407,
|
|
64
|
+
"todayStar": "1218 stars this week",
|
|
65
65
|
"html_url": "https://github.com/pandora-next/deploy",
|
|
66
66
|
"rank": 6
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"full_name": "
|
|
70
|
-
"language": "
|
|
71
|
-
"color": "#
|
|
72
|
-
"description": "
|
|
73
|
-
"forked": "
|
|
74
|
-
"stargazers_count":
|
|
75
|
-
"todayStar": "
|
|
76
|
-
"html_url": "https://github.com/
|
|
69
|
+
"full_name": "flowtyone/flowty-realtime-lcm-canvas",
|
|
70
|
+
"language": "Python",
|
|
71
|
+
"color": "#3572A5",
|
|
72
|
+
"description": "A realtime sketch to image demo using LCM and the gradio library.",
|
|
73
|
+
"forked": "157",
|
|
74
|
+
"stargazers_count": 1649,
|
|
75
|
+
"todayStar": "481 stars this week",
|
|
76
|
+
"html_url": "https://github.com/flowtyone/flowty-realtime-lcm-canvas",
|
|
77
77
|
"rank": 7
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
"full_name": "
|
|
81
|
-
"language": "
|
|
82
|
-
"color": "#
|
|
83
|
-
"description": "
|
|
84
|
-
"forked": "
|
|
85
|
-
"stargazers_count":
|
|
86
|
-
"todayStar": "
|
|
87
|
-
"html_url": "https://github.com/
|
|
80
|
+
"full_name": "microsoft/generative-ai-for-beginners",
|
|
81
|
+
"language": "JupyterNotebook",
|
|
82
|
+
"color": "#DA5B0B",
|
|
83
|
+
"description": "12 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/",
|
|
84
|
+
"forked": "9088",
|
|
85
|
+
"stargazers_count": 18084,
|
|
86
|
+
"todayStar": "2807 stars this week",
|
|
87
|
+
"html_url": "https://github.com/microsoft/generative-ai-for-beginners",
|
|
88
88
|
"rank": 8
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
"full_name": "
|
|
92
|
-
"language": "
|
|
93
|
-
"color": "
|
|
94
|
-
"description": "
|
|
95
|
-
"forked": "
|
|
96
|
-
"stargazers_count":
|
|
97
|
-
"todayStar": "
|
|
98
|
-
"html_url": "https://github.com/
|
|
91
|
+
"full_name": "trungdq88/Awesome-Black-Friday-Cyber-Monday",
|
|
92
|
+
"language": "",
|
|
93
|
+
"color": "",
|
|
94
|
+
"description": "Awesome deals on Black Friday: Apps, SaaS, Books, Courses, etc.",
|
|
95
|
+
"forked": "953",
|
|
96
|
+
"stargazers_count": 4069,
|
|
97
|
+
"todayStar": "1159 stars this week",
|
|
98
|
+
"html_url": "https://github.com/trungdq88/Awesome-Black-Friday-Cyber-Monday",
|
|
99
99
|
"rank": 9
|
|
100
100
|
},
|
|
101
|
-
{
|
|
102
|
-
"full_name": "iptv-org/iptv",
|
|
103
|
-
"language": "JavaScript",
|
|
104
|
-
"color": "#f1e05a",
|
|
105
|
-
"description": "Collection of publicly available IPTV channels from all over the world",
|
|
106
|
-
"forked": "1118",
|
|
107
|
-
"stargazers_count": 71915,
|
|
108
|
-
"todayStar": "1096 stars this week",
|
|
109
|
-
"html_url": "https://github.com/iptv-org/iptv",
|
|
110
|
-
"rank": 10
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"full_name": "LouisShark/chatgpt_system_prompt",
|
|
114
|
-
"language": "C",
|
|
115
|
-
"color": "#555555",
|
|
116
|
-
"description": "store all agent's system prompt",
|
|
117
|
-
"forked": "488",
|
|
118
|
-
"stargazers_count": 2515,
|
|
119
|
-
"todayStar": "948 stars this week",
|
|
120
|
-
"html_url": "https://github.com/LouisShark/chatgpt_system_prompt",
|
|
121
|
-
"rank": 11
|
|
122
|
-
},
|
|
123
101
|
{
|
|
124
102
|
"full_name": "1Panel-dev/1Panel",
|
|
125
103
|
"language": "Go",
|
|
126
104
|
"color": "#00ADD8",
|
|
127
105
|
"description": "🔥 🔥 🔥 现代化、开源的 Linux 服务器运维管理面板。",
|
|
128
|
-
"forked": "
|
|
129
|
-
"stargazers_count":
|
|
130
|
-
"todayStar": "
|
|
106
|
+
"forked": "1446",
|
|
107
|
+
"stargazers_count": 13592,
|
|
108
|
+
"todayStar": "1204 stars this week",
|
|
131
109
|
"html_url": "https://github.com/1Panel-dev/1Panel",
|
|
132
|
-
"rank":
|
|
110
|
+
"rank": 10
|
|
133
111
|
},
|
|
134
112
|
{
|
|
135
|
-
"full_name": "
|
|
136
|
-
"language": "
|
|
137
|
-
"color": "#
|
|
138
|
-
"description": "
|
|
139
|
-
"forked": "
|
|
140
|
-
"stargazers_count":
|
|
141
|
-
"todayStar": "
|
|
142
|
-
"html_url": "https://github.com/
|
|
143
|
-
"rank":
|
|
113
|
+
"full_name": "PKU-YuanGroup/Video-LLaVA",
|
|
114
|
+
"language": "Python",
|
|
115
|
+
"color": "#3572A5",
|
|
116
|
+
"description": "Video-LLaVA: Learning United Visual Representation by Alignment Before Projection",
|
|
117
|
+
"forked": "77",
|
|
118
|
+
"stargazers_count": 1402,
|
|
119
|
+
"todayStar": "514 stars this week",
|
|
120
|
+
"html_url": "https://github.com/PKU-YuanGroup/Video-LLaVA",
|
|
121
|
+
"rank": 11
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"full_name": "nlohmann/json",
|
|
125
|
+
"language": "C++",
|
|
126
|
+
"color": "#f34b7d",
|
|
127
|
+
"description": "JSON for Modern C++",
|
|
128
|
+
"forked": "6463",
|
|
129
|
+
"stargazers_count": 37899,
|
|
130
|
+
"todayStar": "372 stars this week",
|
|
131
|
+
"html_url": "https://github.com/nlohmann/json",
|
|
132
|
+
"rank": 12
|
|
144
133
|
},
|
|
145
134
|
{
|
|
146
|
-
"full_name": "
|
|
135
|
+
"full_name": "BurntSushi/ripgrep",
|
|
147
136
|
"language": "Rust",
|
|
148
137
|
"color": "#dea584",
|
|
149
|
-
"description": "
|
|
150
|
-
"forked": "
|
|
151
|
-
"stargazers_count":
|
|
152
|
-
"todayStar": "
|
|
153
|
-
"html_url": "https://github.com/
|
|
154
|
-
"rank":
|
|
138
|
+
"description": "ripgrep recursively searches directories for a regex pattern while respecting your gitignore",
|
|
139
|
+
"forked": "1858",
|
|
140
|
+
"stargazers_count": 41628,
|
|
141
|
+
"todayStar": "474 stars this week",
|
|
142
|
+
"html_url": "https://github.com/BurntSushi/ripgrep",
|
|
143
|
+
"rank": 13
|
|
155
144
|
},
|
|
156
145
|
{
|
|
157
146
|
"full_name": "CatVodTVOfficial/TVBoxOSC",
|
|
158
147
|
"language": "Java",
|
|
159
148
|
"color": "#b07219",
|
|
160
149
|
"description": "真的没有QQ群、QQ频道、论坛。打包分发注意开源协议,保留出处,不守规矩就不要搞。",
|
|
161
|
-
"forked": "
|
|
162
|
-
"stargazers_count":
|
|
163
|
-
"todayStar": "
|
|
150
|
+
"forked": "4674",
|
|
151
|
+
"stargazers_count": 6057,
|
|
152
|
+
"todayStar": "451 stars this week",
|
|
164
153
|
"html_url": "https://github.com/CatVodTVOfficial/TVBoxOSC",
|
|
154
|
+
"rank": 14
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"full_name": "biomejs/biome",
|
|
158
|
+
"language": "Rust",
|
|
159
|
+
"color": "#dea584",
|
|
160
|
+
"description": "A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.",
|
|
161
|
+
"forked": "180",
|
|
162
|
+
"stargazers_count": 5024,
|
|
163
|
+
"todayStar": "939 stars this week",
|
|
164
|
+
"html_url": "https://github.com/biomejs/biome",
|
|
165
165
|
"rank": 15
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
|
-
"full_name": "
|
|
169
|
-
"language": "
|
|
170
|
-
"color": "#
|
|
171
|
-
"description": "
|
|
172
|
-
"forked": "
|
|
173
|
-
"stargazers_count":
|
|
174
|
-
"todayStar": "
|
|
175
|
-
"html_url": "https://github.com/
|
|
168
|
+
"full_name": "atherosai/ui",
|
|
169
|
+
"language": "HTML",
|
|
170
|
+
"color": "#e34c26",
|
|
171
|
+
"description": "Simple UI examples from my social media",
|
|
172
|
+
"forked": "303",
|
|
173
|
+
"stargazers_count": 1658,
|
|
174
|
+
"todayStar": "188 stars this week",
|
|
175
|
+
"html_url": "https://github.com/atherosai/ui",
|
|
176
176
|
"rank": 16
|
|
177
177
|
},
|
|
178
178
|
{
|
|
179
|
-
"full_name": "
|
|
180
|
-
"language": "
|
|
181
|
-
"color": "#
|
|
182
|
-
"description": "
|
|
183
|
-
"forked": "
|
|
184
|
-
"stargazers_count":
|
|
185
|
-
"todayStar": "
|
|
186
|
-
"html_url": "https://github.com/
|
|
179
|
+
"full_name": "comfyanonymous/ComfyUI",
|
|
180
|
+
"language": "Python",
|
|
181
|
+
"color": "#3572A5",
|
|
182
|
+
"description": "The most powerful and modular stable diffusion GUI with a graph/nodes interface.",
|
|
183
|
+
"forked": "1654",
|
|
184
|
+
"stargazers_count": 16938,
|
|
185
|
+
"todayStar": "1257 stars this week",
|
|
186
|
+
"html_url": "https://github.com/comfyanonymous/ComfyUI",
|
|
187
187
|
"rank": 17
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"full_name": "
|
|
191
|
-
"language": "C
|
|
192
|
-
"color": "#
|
|
193
|
-
"description": "
|
|
194
|
-
"forked": "
|
|
195
|
-
"stargazers_count":
|
|
196
|
-
"todayStar": "
|
|
197
|
-
"html_url": "https://github.com/
|
|
190
|
+
"full_name": "karpathy/llama2.c",
|
|
191
|
+
"language": "C",
|
|
192
|
+
"color": "#555555",
|
|
193
|
+
"description": "Inference Llama 2 in one file of pure C",
|
|
194
|
+
"forked": "1358",
|
|
195
|
+
"stargazers_count": 13229,
|
|
196
|
+
"todayStar": "231 stars this week",
|
|
197
|
+
"html_url": "https://github.com/karpathy/llama2.c",
|
|
198
198
|
"rank": 18
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"full_name": "
|
|
202
|
-
"language": "
|
|
203
|
-
"color": "#
|
|
204
|
-
"description": "
|
|
205
|
-
"forked": "
|
|
206
|
-
"stargazers_count":
|
|
207
|
-
"todayStar": "
|
|
208
|
-
"html_url": "https://github.com/
|
|
201
|
+
"full_name": "tldraw/tldraw",
|
|
202
|
+
"language": "TypeScript",
|
|
203
|
+
"color": "#3178c6",
|
|
204
|
+
"description": "a very good whiteboard",
|
|
205
|
+
"forked": "1540",
|
|
206
|
+
"stargazers_count": 27690,
|
|
207
|
+
"todayStar": "1459 stars this week",
|
|
208
|
+
"html_url": "https://github.com/tldraw/tldraw",
|
|
209
209
|
"rank": 19
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
|
-
"full_name": "
|
|
213
|
-
"language": "
|
|
214
|
-
"color": "#
|
|
215
|
-
"description": "
|
|
216
|
-
"forked": "
|
|
217
|
-
"stargazers_count":
|
|
218
|
-
"todayStar": "
|
|
219
|
-
"html_url": "https://github.com/
|
|
212
|
+
"full_name": "Vaibhavs10/insanely-fast-whisper",
|
|
213
|
+
"language": "JupyterNotebook",
|
|
214
|
+
"color": "#DA5B0B",
|
|
215
|
+
"description": "",
|
|
216
|
+
"forked": "272",
|
|
217
|
+
"stargazers_count": 3133,
|
|
218
|
+
"todayStar": "717 stars this week",
|
|
219
|
+
"html_url": "https://github.com/Vaibhavs10/insanely-fast-whisper",
|
|
220
220
|
"rank": 20
|
|
221
221
|
},
|
|
222
222
|
{
|
|
@@ -224,54 +224,54 @@
|
|
|
224
224
|
"language": "Java",
|
|
225
225
|
"color": "#b07219",
|
|
226
226
|
"description": "🇨🇳 GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。",
|
|
227
|
-
"forked": "
|
|
228
|
-
"stargazers_count":
|
|
229
|
-
"todayStar": "
|
|
227
|
+
"forked": "10160",
|
|
228
|
+
"stargazers_count": 70942,
|
|
229
|
+
"todayStar": "2618 stars this week",
|
|
230
230
|
"html_url": "https://github.com/GrowingGit/GitHub-Chinese-Top-Charts",
|
|
231
231
|
"rank": 21
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"full_name": "
|
|
235
|
-
"language": "",
|
|
236
|
-
"color": "",
|
|
237
|
-
"description": "A
|
|
238
|
-
"forked": "
|
|
239
|
-
"stargazers_count":
|
|
240
|
-
"todayStar": "
|
|
241
|
-
"html_url": "https://github.com/
|
|
234
|
+
"full_name": "pointfreeco/swift-composable-architecture",
|
|
235
|
+
"language": "Swift",
|
|
236
|
+
"color": "#F05138",
|
|
237
|
+
"description": "A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.",
|
|
238
|
+
"forked": "1152",
|
|
239
|
+
"stargazers_count": 10242,
|
|
240
|
+
"todayStar": "254 stars this week",
|
|
241
|
+
"html_url": "https://github.com/pointfreeco/swift-composable-architecture",
|
|
242
242
|
"rank": 22
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
|
-
"full_name": "
|
|
245
|
+
"full_name": "tinygrad/tinygrad",
|
|
246
246
|
"language": "Python",
|
|
247
247
|
"color": "#3572A5",
|
|
248
|
-
"description": "
|
|
249
|
-
"forked": "
|
|
250
|
-
"stargazers_count":
|
|
251
|
-
"todayStar": "
|
|
252
|
-
"html_url": "https://github.com/
|
|
248
|
+
"description": "You like pytorch? You like micrograd? You love tinygrad! ❤️",
|
|
249
|
+
"forked": "2702",
|
|
250
|
+
"stargazers_count": 20944,
|
|
251
|
+
"todayStar": "290 stars this week",
|
|
252
|
+
"html_url": "https://github.com/tinygrad/tinygrad",
|
|
253
253
|
"rank": 23
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"full_name": "
|
|
257
|
-
"language": "
|
|
258
|
-
"color": "#
|
|
259
|
-
"description": "
|
|
260
|
-
"forked": "
|
|
261
|
-
"stargazers_count":
|
|
262
|
-
"todayStar": "
|
|
263
|
-
"html_url": "https://github.com/
|
|
256
|
+
"full_name": "karpathy/nanoGPT",
|
|
257
|
+
"language": "Python",
|
|
258
|
+
"color": "#3572A5",
|
|
259
|
+
"description": "The simplest, fastest repository for training/finetuning medium-sized GPTs.",
|
|
260
|
+
"forked": "3709",
|
|
261
|
+
"stargazers_count": 26411,
|
|
262
|
+
"todayStar": "277 stars this week",
|
|
263
|
+
"html_url": "https://github.com/karpathy/nanoGPT",
|
|
264
264
|
"rank": 24
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"full_name": "
|
|
268
|
-
"language": "
|
|
269
|
-
"color": "
|
|
270
|
-
"description": "
|
|
271
|
-
"forked": "
|
|
272
|
-
"stargazers_count":
|
|
273
|
-
"todayStar": "
|
|
274
|
-
"html_url": "https://github.com/
|
|
267
|
+
"full_name": "JushBJJ/Mr.-Ranedeer-AI-Tutor",
|
|
268
|
+
"language": "",
|
|
269
|
+
"color": "",
|
|
270
|
+
"description": "A GPT-4 AI Tutor Prompt for customizable personalized learning experiences.",
|
|
271
|
+
"forked": "2254",
|
|
272
|
+
"stargazers_count": 21087,
|
|
273
|
+
"todayStar": "1272 stars this week",
|
|
274
|
+
"html_url": "https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor",
|
|
275
275
|
"rank": 25
|
|
276
276
|
}
|
|
277
277
|
]
|