-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrepos_raw.json
11039 lines (11039 loc) · 608 KB
/
repos_raw.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": 620936652,
"node_id": "R_kgDOJQK9zA",
"name": "gpt4free",
"full_name": "xtekky/gpt4free",
"private": false,
"owner": {
"login": "xtekky",
"id": 98614666,
"node_id": "U_kgDOBeC9ig",
"avatar_url": "https://avatars.githubusercontent.com/u/98614666?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xtekky",
"html_url": "https://github.com/xtekky",
"followers_url": "https://api.github.com/users/xtekky/followers",
"following_url": "https://api.github.com/users/xtekky/following{/other_user}",
"gists_url": "https://api.github.com/users/xtekky/gists{/gist_id}",
"starred_url": "https://api.github.com/users/xtekky/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xtekky/subscriptions",
"organizations_url": "https://api.github.com/users/xtekky/orgs",
"repos_url": "https://api.github.com/users/xtekky/repos",
"events_url": "https://api.github.com/users/xtekky/events{/privacy}",
"received_events_url": "https://api.github.com/users/xtekky/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/xtekky/gpt4free",
"description": "The official gpt4free repository | various collection of powerful language models",
"fork": false,
"url": "https://api.github.com/repos/xtekky/gpt4free",
"forks_url": "https://api.github.com/repos/xtekky/gpt4free/forks",
"keys_url": "https://api.github.com/repos/xtekky/gpt4free/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/xtekky/gpt4free/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/xtekky/gpt4free/teams",
"hooks_url": "https://api.github.com/repos/xtekky/gpt4free/hooks",
"issue_events_url": "https://api.github.com/repos/xtekky/gpt4free/issues/events{/number}",
"events_url": "https://api.github.com/repos/xtekky/gpt4free/events",
"assignees_url": "https://api.github.com/repos/xtekky/gpt4free/assignees{/user}",
"branches_url": "https://api.github.com/repos/xtekky/gpt4free/branches{/branch}",
"tags_url": "https://api.github.com/repos/xtekky/gpt4free/tags",
"blobs_url": "https://api.github.com/repos/xtekky/gpt4free/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/xtekky/gpt4free/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/xtekky/gpt4free/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/xtekky/gpt4free/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/xtekky/gpt4free/statuses/{sha}",
"languages_url": "https://api.github.com/repos/xtekky/gpt4free/languages",
"stargazers_url": "https://api.github.com/repos/xtekky/gpt4free/stargazers",
"contributors_url": "https://api.github.com/repos/xtekky/gpt4free/contributors",
"subscribers_url": "https://api.github.com/repos/xtekky/gpt4free/subscribers",
"subscription_url": "https://api.github.com/repos/xtekky/gpt4free/subscription",
"commits_url": "https://api.github.com/repos/xtekky/gpt4free/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/xtekky/gpt4free/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/xtekky/gpt4free/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/xtekky/gpt4free/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/xtekky/gpt4free/contents/{+path}",
"compare_url": "https://api.github.com/repos/xtekky/gpt4free/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/xtekky/gpt4free/merges",
"archive_url": "https://api.github.com/repos/xtekky/gpt4free/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/xtekky/gpt4free/downloads",
"issues_url": "https://api.github.com/repos/xtekky/gpt4free/issues{/number}",
"pulls_url": "https://api.github.com/repos/xtekky/gpt4free/pulls{/number}",
"milestones_url": "https://api.github.com/repos/xtekky/gpt4free/milestones{/number}",
"notifications_url": "https://api.github.com/repos/xtekky/gpt4free/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/xtekky/gpt4free/labels{/name}",
"releases_url": "https://api.github.com/repos/xtekky/gpt4free/releases{/id}",
"deployments_url": "https://api.github.com/repos/xtekky/gpt4free/deployments",
"created_at": "2023-03-29T17:00:43Z",
"updated_at": "2024-12-22T00:08:59Z",
"pushed_at": "2024-12-21T14:04:21Z",
"git_url": "git://github.com/xtekky/gpt4free.git",
"ssh_url": "[email protected]:xtekky/gpt4free.git",
"clone_url": "https://github.com/xtekky/gpt4free.git",
"svn_url": "https://github.com/xtekky/gpt4free",
"homepage": "https://t.me/g4f_channel",
"size": 163622,
"stargazers_count": 62780,
"watchers_count": 62780,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 13447,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 20,
"license": {
"key": "gpl-3.0",
"name": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"node_id": "MDc6TGljZW5zZTk="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"chatbot",
"chatbots",
"chatgpt",
"chatgpt-4",
"chatgpt-api",
"chatgpt-free",
"chatgpt4",
"free-gpt",
"gpt",
"gpt-3",
"gpt-4",
"gpt3",
"gpt4",
"gpt4-api",
"language-model",
"openai",
"openai-api",
"openai-chatgpt",
"python",
"reverse-engineering"
],
"visibility": "public",
"forks": 13447,
"open_issues": 20,
"watchers": 62780,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"network_count": 13447,
"subscribers_count": 485
},
{
"id": 239201565,
"node_id": "MDEwOlJlcG9zaXRvcnkyMzkyMDE1NjU=",
"name": "deepface",
"full_name": "serengil/deepface",
"private": false,
"owner": {
"login": "serengil",
"id": 18491038,
"node_id": "MDQ6VXNlcjE4NDkxMDM4",
"avatar_url": "https://avatars.githubusercontent.com/u/18491038?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/serengil",
"html_url": "https://github.com/serengil",
"followers_url": "https://api.github.com/users/serengil/followers",
"following_url": "https://api.github.com/users/serengil/following{/other_user}",
"gists_url": "https://api.github.com/users/serengil/gists{/gist_id}",
"starred_url": "https://api.github.com/users/serengil/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/serengil/subscriptions",
"organizations_url": "https://api.github.com/users/serengil/orgs",
"repos_url": "https://api.github.com/users/serengil/repos",
"events_url": "https://api.github.com/users/serengil/events{/privacy}",
"received_events_url": "https://api.github.com/users/serengil/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/serengil/deepface",
"description": "A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python",
"fork": false,
"url": "https://api.github.com/repos/serengil/deepface",
"forks_url": "https://api.github.com/repos/serengil/deepface/forks",
"keys_url": "https://api.github.com/repos/serengil/deepface/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/serengil/deepface/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/serengil/deepface/teams",
"hooks_url": "https://api.github.com/repos/serengil/deepface/hooks",
"issue_events_url": "https://api.github.com/repos/serengil/deepface/issues/events{/number}",
"events_url": "https://api.github.com/repos/serengil/deepface/events",
"assignees_url": "https://api.github.com/repos/serengil/deepface/assignees{/user}",
"branches_url": "https://api.github.com/repos/serengil/deepface/branches{/branch}",
"tags_url": "https://api.github.com/repos/serengil/deepface/tags",
"blobs_url": "https://api.github.com/repos/serengil/deepface/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/serengil/deepface/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/serengil/deepface/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/serengil/deepface/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/serengil/deepface/statuses/{sha}",
"languages_url": "https://api.github.com/repos/serengil/deepface/languages",
"stargazers_url": "https://api.github.com/repos/serengil/deepface/stargazers",
"contributors_url": "https://api.github.com/repos/serengil/deepface/contributors",
"subscribers_url": "https://api.github.com/repos/serengil/deepface/subscribers",
"subscription_url": "https://api.github.com/repos/serengil/deepface/subscription",
"commits_url": "https://api.github.com/repos/serengil/deepface/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/serengil/deepface/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/serengil/deepface/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/serengil/deepface/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/serengil/deepface/contents/{+path}",
"compare_url": "https://api.github.com/repos/serengil/deepface/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/serengil/deepface/merges",
"archive_url": "https://api.github.com/repos/serengil/deepface/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/serengil/deepface/downloads",
"issues_url": "https://api.github.com/repos/serengil/deepface/issues{/number}",
"pulls_url": "https://api.github.com/repos/serengil/deepface/pulls{/number}",
"milestones_url": "https://api.github.com/repos/serengil/deepface/milestones{/number}",
"notifications_url": "https://api.github.com/repos/serengil/deepface/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/serengil/deepface/labels{/name}",
"releases_url": "https://api.github.com/repos/serengil/deepface/releases{/id}",
"deployments_url": "https://api.github.com/repos/serengil/deepface/deployments",
"created_at": "2020-02-08T20:42:28Z",
"updated_at": "2024-12-21T21:54:30Z",
"pushed_at": "2024-12-19T21:23:42Z",
"git_url": "git://github.com/serengil/deepface.git",
"ssh_url": "[email protected]:serengil/deepface.git",
"clone_url": "https://github.com/serengil/deepface.git",
"svn_url": "https://github.com/serengil/deepface",
"homepage": "https://bit.ly/deepface-py",
"size": 55063,
"stargazers_count": 15144,
"watchers_count": 15144,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 2283,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 5,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"age-prediction",
"arcface",
"deep-learning",
"deepface",
"deepid",
"emotion-recognition",
"face-analysis",
"face-recognition",
"facenet",
"facial-expression-recognition",
"facial-recognition",
"gender-prediction",
"machine-learning",
"openface",
"python",
"race-classification",
"vgg-face"
],
"visibility": "public",
"forks": 2283,
"open_issues": 5,
"watchers": 15144,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"network_count": 2283,
"subscribers_count": 153
},
{
"id": 646480766,
"node_id": "R_kgDOJoiDfg",
"name": "roop",
"full_name": "s0md3v/roop",
"private": false,
"owner": {
"login": "s0md3v",
"id": 26716802,
"node_id": "MDQ6VXNlcjI2NzE2ODAy",
"avatar_url": "https://avatars.githubusercontent.com/u/26716802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/s0md3v",
"html_url": "https://github.com/s0md3v",
"followers_url": "https://api.github.com/users/s0md3v/followers",
"following_url": "https://api.github.com/users/s0md3v/following{/other_user}",
"gists_url": "https://api.github.com/users/s0md3v/gists{/gist_id}",
"starred_url": "https://api.github.com/users/s0md3v/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/s0md3v/subscriptions",
"organizations_url": "https://api.github.com/users/s0md3v/orgs",
"repos_url": "https://api.github.com/users/s0md3v/repos",
"events_url": "https://api.github.com/users/s0md3v/events{/privacy}",
"received_events_url": "https://api.github.com/users/s0md3v/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/s0md3v/roop",
"description": "one-click face swap",
"fork": false,
"url": "https://api.github.com/repos/s0md3v/roop",
"forks_url": "https://api.github.com/repos/s0md3v/roop/forks",
"keys_url": "https://api.github.com/repos/s0md3v/roop/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/s0md3v/roop/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/s0md3v/roop/teams",
"hooks_url": "https://api.github.com/repos/s0md3v/roop/hooks",
"issue_events_url": "https://api.github.com/repos/s0md3v/roop/issues/events{/number}",
"events_url": "https://api.github.com/repos/s0md3v/roop/events",
"assignees_url": "https://api.github.com/repos/s0md3v/roop/assignees{/user}",
"branches_url": "https://api.github.com/repos/s0md3v/roop/branches{/branch}",
"tags_url": "https://api.github.com/repos/s0md3v/roop/tags",
"blobs_url": "https://api.github.com/repos/s0md3v/roop/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/s0md3v/roop/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/s0md3v/roop/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/s0md3v/roop/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/s0md3v/roop/statuses/{sha}",
"languages_url": "https://api.github.com/repos/s0md3v/roop/languages",
"stargazers_url": "https://api.github.com/repos/s0md3v/roop/stargazers",
"contributors_url": "https://api.github.com/repos/s0md3v/roop/contributors",
"subscribers_url": "https://api.github.com/repos/s0md3v/roop/subscribers",
"subscription_url": "https://api.github.com/repos/s0md3v/roop/subscription",
"commits_url": "https://api.github.com/repos/s0md3v/roop/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/s0md3v/roop/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/s0md3v/roop/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/s0md3v/roop/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/s0md3v/roop/contents/{+path}",
"compare_url": "https://api.github.com/repos/s0md3v/roop/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/s0md3v/roop/merges",
"archive_url": "https://api.github.com/repos/s0md3v/roop/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/s0md3v/roop/downloads",
"issues_url": "https://api.github.com/repos/s0md3v/roop/issues{/number}",
"pulls_url": "https://api.github.com/repos/s0md3v/roop/pulls{/number}",
"milestones_url": "https://api.github.com/repos/s0md3v/roop/milestones{/number}",
"notifications_url": "https://api.github.com/repos/s0md3v/roop/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/s0md3v/roop/labels{/name}",
"releases_url": "https://api.github.com/repos/s0md3v/roop/releases{/id}",
"deployments_url": "https://api.github.com/repos/s0md3v/roop/deployments",
"created_at": "2023-05-28T14:37:54Z",
"updated_at": "2024-12-21T15:17:08Z",
"pushed_at": "2024-08-19T12:57:17Z",
"git_url": "git://github.com/s0md3v/roop.git",
"ssh_url": "[email protected]:s0md3v/roop.git",
"clone_url": "https://github.com/s0md3v/roop.git",
"svn_url": "https://github.com/s0md3v/roop",
"homepage": "",
"size": 99770,
"stargazers_count": 28816,
"watchers_count": 28816,
"language": "Python",
"has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 7065,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 6,
"license": {
"key": "gpl-3.0",
"name": "GNU General Public License v3.0",
"spdx_id": "GPL-3.0",
"url": "https://api.github.com/licenses/gpl-3.0",
"node_id": "MDc6TGljZW5zZTk="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"ai",
"face-swap"
],
"visibility": "public",
"forks": 7065,
"open_issues": 6,
"watchers": 28816,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"network_count": 7065,
"subscribers_count": 263
},
{
"id": 393571599,
"node_id": "MDEwOlJlcG9zaXRvcnkzOTM1NzE1OTk=",
"name": "MockingBird",
"full_name": "babysor/MockingBird",
"private": false,
"owner": {
"login": "babysor",
"id": 7423248,
"node_id": "MDQ6VXNlcjc0MjMyNDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7423248?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/babysor",
"html_url": "https://github.com/babysor",
"followers_url": "https://api.github.com/users/babysor/followers",
"following_url": "https://api.github.com/users/babysor/following{/other_user}",
"gists_url": "https://api.github.com/users/babysor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/babysor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/babysor/subscriptions",
"organizations_url": "https://api.github.com/users/babysor/orgs",
"repos_url": "https://api.github.com/users/babysor/repos",
"events_url": "https://api.github.com/users/babysor/events{/privacy}",
"received_events_url": "https://api.github.com/users/babysor/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/babysor/MockingBird",
"description": "\ud83d\ude80AI\u62df\u58f0: 5\u79d2\u5185\u514b\u9686\u60a8\u7684\u58f0\u97f3\u5e76\u751f\u6210\u4efb\u610f\u8bed\u97f3\u5185\u5bb9 Clone a voice in 5 seconds to generate arbitrary speech in real-time",
"fork": false,
"url": "https://api.github.com/repos/babysor/MockingBird",
"forks_url": "https://api.github.com/repos/babysor/MockingBird/forks",
"keys_url": "https://api.github.com/repos/babysor/MockingBird/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/babysor/MockingBird/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/babysor/MockingBird/teams",
"hooks_url": "https://api.github.com/repos/babysor/MockingBird/hooks",
"issue_events_url": "https://api.github.com/repos/babysor/MockingBird/issues/events{/number}",
"events_url": "https://api.github.com/repos/babysor/MockingBird/events",
"assignees_url": "https://api.github.com/repos/babysor/MockingBird/assignees{/user}",
"branches_url": "https://api.github.com/repos/babysor/MockingBird/branches{/branch}",
"tags_url": "https://api.github.com/repos/babysor/MockingBird/tags",
"blobs_url": "https://api.github.com/repos/babysor/MockingBird/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/babysor/MockingBird/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/babysor/MockingBird/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/babysor/MockingBird/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/babysor/MockingBird/statuses/{sha}",
"languages_url": "https://api.github.com/repos/babysor/MockingBird/languages",
"stargazers_url": "https://api.github.com/repos/babysor/MockingBird/stargazers",
"contributors_url": "https://api.github.com/repos/babysor/MockingBird/contributors",
"subscribers_url": "https://api.github.com/repos/babysor/MockingBird/subscribers",
"subscription_url": "https://api.github.com/repos/babysor/MockingBird/subscription",
"commits_url": "https://api.github.com/repos/babysor/MockingBird/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/babysor/MockingBird/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/babysor/MockingBird/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/babysor/MockingBird/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/babysor/MockingBird/contents/{+path}",
"compare_url": "https://api.github.com/repos/babysor/MockingBird/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/babysor/MockingBird/merges",
"archive_url": "https://api.github.com/repos/babysor/MockingBird/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/babysor/MockingBird/downloads",
"issues_url": "https://api.github.com/repos/babysor/MockingBird/issues{/number}",
"pulls_url": "https://api.github.com/repos/babysor/MockingBird/pulls{/number}",
"milestones_url": "https://api.github.com/repos/babysor/MockingBird/milestones{/number}",
"notifications_url": "https://api.github.com/repos/babysor/MockingBird/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/babysor/MockingBird/labels{/name}",
"releases_url": "https://api.github.com/repos/babysor/MockingBird/releases{/id}",
"deployments_url": "https://api.github.com/repos/babysor/MockingBird/deployments",
"created_at": "2021-08-07T03:53:39Z",
"updated_at": "2024-12-21T21:11:39Z",
"pushed_at": "2024-11-15T05:00:29Z",
"git_url": "git://github.com/babysor/MockingBird.git",
"ssh_url": "[email protected]:babysor/MockingBird.git",
"clone_url": "https://github.com/babysor/MockingBird.git",
"svn_url": "https://github.com/babysor/MockingBird",
"homepage": "",
"size": 130682,
"stargazers_count": 35535,
"watchers_count": 35535,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 5217,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 477,
"license": {
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"ai",
"deep-learning",
"pytorch",
"speech",
"text-to-speech",
"tts"
],
"visibility": "public",
"forks": 5217,
"open_issues": 477,
"watchers": 35535,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"network_count": 5217,
"subscribers_count": 307
},
{
"id": 441005943,
"node_id": "R_kgDOGkk3dw",
"name": "writer",
"full_name": "mintlify/writer",
"private": false,
"owner": {
"login": "mintlify",
"id": 93011474,
"node_id": "O_kgDOBYs-Eg",
"avatar_url": "https://avatars.githubusercontent.com/u/93011474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mintlify",
"html_url": "https://github.com/mintlify",
"followers_url": "https://api.github.com/users/mintlify/followers",
"following_url": "https://api.github.com/users/mintlify/following{/other_user}",
"gists_url": "https://api.github.com/users/mintlify/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mintlify/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mintlify/subscriptions",
"organizations_url": "https://api.github.com/users/mintlify/orgs",
"repos_url": "https://api.github.com/users/mintlify/repos",
"events_url": "https://api.github.com/users/mintlify/events{/privacy}",
"received_events_url": "https://api.github.com/users/mintlify/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/mintlify/writer",
"description": "\u270d\ufe0f AI powered documentation writer",
"fork": false,
"url": "https://api.github.com/repos/mintlify/writer",
"forks_url": "https://api.github.com/repos/mintlify/writer/forks",
"keys_url": "https://api.github.com/repos/mintlify/writer/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/mintlify/writer/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/mintlify/writer/teams",
"hooks_url": "https://api.github.com/repos/mintlify/writer/hooks",
"issue_events_url": "https://api.github.com/repos/mintlify/writer/issues/events{/number}",
"events_url": "https://api.github.com/repos/mintlify/writer/events",
"assignees_url": "https://api.github.com/repos/mintlify/writer/assignees{/user}",
"branches_url": "https://api.github.com/repos/mintlify/writer/branches{/branch}",
"tags_url": "https://api.github.com/repos/mintlify/writer/tags",
"blobs_url": "https://api.github.com/repos/mintlify/writer/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/mintlify/writer/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/mintlify/writer/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/mintlify/writer/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/mintlify/writer/statuses/{sha}",
"languages_url": "https://api.github.com/repos/mintlify/writer/languages",
"stargazers_url": "https://api.github.com/repos/mintlify/writer/stargazers",
"contributors_url": "https://api.github.com/repos/mintlify/writer/contributors",
"subscribers_url": "https://api.github.com/repos/mintlify/writer/subscribers",
"subscription_url": "https://api.github.com/repos/mintlify/writer/subscription",
"commits_url": "https://api.github.com/repos/mintlify/writer/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/mintlify/writer/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/mintlify/writer/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/mintlify/writer/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/mintlify/writer/contents/{+path}",
"compare_url": "https://api.github.com/repos/mintlify/writer/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/mintlify/writer/merges",
"archive_url": "https://api.github.com/repos/mintlify/writer/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/mintlify/writer/downloads",
"issues_url": "https://api.github.com/repos/mintlify/writer/issues{/number}",
"pulls_url": "https://api.github.com/repos/mintlify/writer/pulls{/number}",
"milestones_url": "https://api.github.com/repos/mintlify/writer/milestones{/number}",
"notifications_url": "https://api.github.com/repos/mintlify/writer/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/mintlify/writer/labels{/name}",
"releases_url": "https://api.github.com/repos/mintlify/writer/releases{/id}",
"deployments_url": "https://api.github.com/repos/mintlify/writer/deployments",
"created_at": "2021-12-22T23:07:58Z",
"updated_at": "2024-12-21T21:01:26Z",
"pushed_at": "2024-07-04T20:04:45Z",
"git_url": "git://github.com/mintlify/writer.git",
"ssh_url": "[email protected]:mintlify/writer.git",
"clone_url": "https://github.com/mintlify/writer.git",
"svn_url": "https://github.com/mintlify/writer",
"homepage": "https://www.mintlify.com/writer",
"size": 9971,
"stargazers_count": 2846,
"watchers_count": 2846,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": true,
"forks_count": 131,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 66,
"license": {
"key": "mit",
"name": "MIT License",
"spdx_id": "MIT",
"url": "https://api.github.com/licenses/mit",
"node_id": "MDc6TGljZW5zZTEz"
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"intellij-plugin",
"machine-learning",
"productivity",
"vscode-extension"
],
"visibility": "public",
"forks": 131,
"open_issues": 66,
"watchers": 2846,
"default_branch": "master",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"custom_properties": {},
"organization": {
"login": "mintlify",
"id": 93011474,
"node_id": "O_kgDOBYs-Eg",
"avatar_url": "https://avatars.githubusercontent.com/u/93011474?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mintlify",
"html_url": "https://github.com/mintlify",
"followers_url": "https://api.github.com/users/mintlify/followers",
"following_url": "https://api.github.com/users/mintlify/following{/other_user}",
"gists_url": "https://api.github.com/users/mintlify/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mintlify/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mintlify/subscriptions",
"organizations_url": "https://api.github.com/users/mintlify/orgs",
"repos_url": "https://api.github.com/users/mintlify/repos",
"events_url": "https://api.github.com/users/mintlify/events{/privacy}",
"received_events_url": "https://api.github.com/users/mintlify/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"network_count": 131,
"subscribers_count": 11
},
{
"id": 640079149,
"node_id": "R_kgDOJibVLQ",
"name": "quivr",
"full_name": "QuivrHQ/quivr",
"private": false,
"owner": {
"login": "QuivrHQ",
"id": 159330290,
"node_id": "O_kgDOCX8v8g",
"avatar_url": "https://avatars.githubusercontent.com/u/159330290?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/QuivrHQ",
"html_url": "https://github.com/QuivrHQ",
"followers_url": "https://api.github.com/users/QuivrHQ/followers",
"following_url": "https://api.github.com/users/QuivrHQ/following{/other_user}",
"gists_url": "https://api.github.com/users/QuivrHQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/QuivrHQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/QuivrHQ/subscriptions",
"organizations_url": "https://api.github.com/users/QuivrHQ/orgs",
"repos_url": "https://api.github.com/users/QuivrHQ/repos",
"events_url": "https://api.github.com/users/QuivrHQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/QuivrHQ/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/QuivrHQ/quivr",
"description": "Opiniated RAG for integrating GenAI in your apps \ud83e\udde0 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want. ",
"fork": false,
"url": "https://api.github.com/repos/QuivrHQ/quivr",
"forks_url": "https://api.github.com/repos/QuivrHQ/quivr/forks",
"keys_url": "https://api.github.com/repos/QuivrHQ/quivr/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/QuivrHQ/quivr/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/QuivrHQ/quivr/teams",
"hooks_url": "https://api.github.com/repos/QuivrHQ/quivr/hooks",
"issue_events_url": "https://api.github.com/repos/QuivrHQ/quivr/issues/events{/number}",
"events_url": "https://api.github.com/repos/QuivrHQ/quivr/events",
"assignees_url": "https://api.github.com/repos/QuivrHQ/quivr/assignees{/user}",
"branches_url": "https://api.github.com/repos/QuivrHQ/quivr/branches{/branch}",
"tags_url": "https://api.github.com/repos/QuivrHQ/quivr/tags",
"blobs_url": "https://api.github.com/repos/QuivrHQ/quivr/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/QuivrHQ/quivr/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/QuivrHQ/quivr/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/QuivrHQ/quivr/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/QuivrHQ/quivr/statuses/{sha}",
"languages_url": "https://api.github.com/repos/QuivrHQ/quivr/languages",
"stargazers_url": "https://api.github.com/repos/QuivrHQ/quivr/stargazers",
"contributors_url": "https://api.github.com/repos/QuivrHQ/quivr/contributors",
"subscribers_url": "https://api.github.com/repos/QuivrHQ/quivr/subscribers",
"subscription_url": "https://api.github.com/repos/QuivrHQ/quivr/subscription",
"commits_url": "https://api.github.com/repos/QuivrHQ/quivr/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/QuivrHQ/quivr/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/QuivrHQ/quivr/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/QuivrHQ/quivr/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/QuivrHQ/quivr/contents/{+path}",
"compare_url": "https://api.github.com/repos/QuivrHQ/quivr/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/QuivrHQ/quivr/merges",
"archive_url": "https://api.github.com/repos/QuivrHQ/quivr/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/QuivrHQ/quivr/downloads",
"issues_url": "https://api.github.com/repos/QuivrHQ/quivr/issues{/number}",
"pulls_url": "https://api.github.com/repos/QuivrHQ/quivr/pulls{/number}",
"milestones_url": "https://api.github.com/repos/QuivrHQ/quivr/milestones{/number}",
"notifications_url": "https://api.github.com/repos/QuivrHQ/quivr/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/QuivrHQ/quivr/labels{/name}",
"releases_url": "https://api.github.com/repos/QuivrHQ/quivr/releases{/id}",
"deployments_url": "https://api.github.com/repos/QuivrHQ/quivr/deployments",
"created_at": "2023-05-12T23:53:30Z",
"updated_at": "2024-12-21T21:19:19Z",
"pushed_at": "2024-12-20T16:09:42Z",
"git_url": "git://github.com/QuivrHQ/quivr.git",
"ssh_url": "[email protected]:QuivrHQ/quivr.git",
"clone_url": "https://github.com/QuivrHQ/quivr.git",
"svn_url": "https://github.com/QuivrHQ/quivr",
"homepage": "https://core.quivr.com",
"size": 130326,
"stargazers_count": 36932,
"watchers_count": 36932,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
"has_pages": false,
"has_discussions": true,
"forks_count": 3603,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 105,
"license": {
"key": "other",
"name": "Other",
"spdx_id": "NOASSERTION",
"url": null,
"node_id": "MDc6TGljZW5zZTA="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [
"ai",
"api",
"chatbot",
"chatgpt",
"database",
"docker",
"framework",
"frontend",
"groq",
"html",
"javascript",
"llm",
"openai",
"postgresql",
"privacy",
"rag",
"react",
"security",
"typescript",
"vector"
],
"visibility": "public",
"forks": 3603,
"open_issues": 105,
"watchers": 36932,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"custom_properties": {},
"organization": {
"login": "QuivrHQ",
"id": 159330290,
"node_id": "O_kgDOCX8v8g",
"avatar_url": "https://avatars.githubusercontent.com/u/159330290?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/QuivrHQ",
"html_url": "https://github.com/QuivrHQ",
"followers_url": "https://api.github.com/users/QuivrHQ/followers",
"following_url": "https://api.github.com/users/QuivrHQ/following{/other_user}",
"gists_url": "https://api.github.com/users/QuivrHQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/QuivrHQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/QuivrHQ/subscriptions",
"organizations_url": "https://api.github.com/users/QuivrHQ/orgs",
"repos_url": "https://api.github.com/users/QuivrHQ/repos",
"events_url": "https://api.github.com/users/QuivrHQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/QuivrHQ/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"network_count": 3603,
"subscribers_count": 284
},
{
"id": 779669964,
"node_id": "R_kgDOLnjRzA",
"name": "aiXcoder-7B",
"full_name": "aixcoder-plugin/aiXcoder-7B",
"private": false,
"owner": {
"login": "aixcoder-plugin",
"id": 52267612,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjUyMjY3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/52267612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aixcoder-plugin",
"html_url": "https://github.com/aixcoder-plugin",
"followers_url": "https://api.github.com/users/aixcoder-plugin/followers",
"following_url": "https://api.github.com/users/aixcoder-plugin/following{/other_user}",
"gists_url": "https://api.github.com/users/aixcoder-plugin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aixcoder-plugin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aixcoder-plugin/subscriptions",
"organizations_url": "https://api.github.com/users/aixcoder-plugin/orgs",
"repos_url": "https://api.github.com/users/aixcoder-plugin/repos",
"events_url": "https://api.github.com/users/aixcoder-plugin/events{/privacy}",
"received_events_url": "https://api.github.com/users/aixcoder-plugin/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/aixcoder-plugin/aiXcoder-7B",
"description": "official repository of aiXcoder-7B Code Large Language Model",
"fork": false,
"url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B",
"forks_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/forks",
"keys_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/teams",
"hooks_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/hooks",
"issue_events_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/issues/events{/number}",
"events_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/events",
"assignees_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/assignees{/user}",
"branches_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/branches{/branch}",
"tags_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/tags",
"blobs_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/statuses/{sha}",
"languages_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/languages",
"stargazers_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/stargazers",
"contributors_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/contributors",
"subscribers_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/subscribers",
"subscription_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/subscription",
"commits_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/contents/{+path}",
"compare_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/merges",
"archive_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/downloads",
"issues_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/issues{/number}",
"pulls_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/pulls{/number}",
"milestones_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/milestones{/number}",
"notifications_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/labels{/name}",
"releases_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/releases{/id}",
"deployments_url": "https://api.github.com/repos/aixcoder-plugin/aiXcoder-7B/deployments",
"created_at": "2024-03-30T13:24:55Z",
"updated_at": "2024-12-20T02:36:21Z",
"pushed_at": "2024-08-29T16:27:21Z",
"git_url": "git://github.com/aixcoder-plugin/aiXcoder-7B.git",
"ssh_url": "[email protected]:aixcoder-plugin/aiXcoder-7B.git",
"clone_url": "https://github.com/aixcoder-plugin/aiXcoder-7B.git",
"svn_url": "https://github.com/aixcoder-plugin/aiXcoder-7B",
"homepage": null,
"size": 31264,
"stargazers_count": 2222,
"watchers_count": 2222,
"language": "Python",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 352,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 5,
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0",
"node_id": "MDc6TGljZW5zZTI="
},
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"topics": [],
"visibility": "public",
"forks": 352,
"open_issues": 5,
"watchers": 2222,
"default_branch": "main",
"permissions": {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
},
"custom_properties": {},
"organization": {
"login": "aixcoder-plugin",
"id": 52267612,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjUyMjY3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/52267612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aixcoder-plugin",
"html_url": "https://github.com/aixcoder-plugin",
"followers_url": "https://api.github.com/users/aixcoder-plugin/followers",
"following_url": "https://api.github.com/users/aixcoder-plugin/following{/other_user}",
"gists_url": "https://api.github.com/users/aixcoder-plugin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aixcoder-plugin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aixcoder-plugin/subscriptions",
"organizations_url": "https://api.github.com/users/aixcoder-plugin/orgs",
"repos_url": "https://api.github.com/users/aixcoder-plugin/repos",
"events_url": "https://api.github.com/users/aixcoder-plugin/events{/privacy}",
"received_events_url": "https://api.github.com/users/aixcoder-plugin/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"network_count": 352,
"subscribers_count": 21
},
{
"id": 823745702,
"node_id": "R_kgDOMRlcpg",
"name": "LivePortrait",
"full_name": "KwaiVGI/LivePortrait",
"private": false,
"owner": {
"login": "KwaiVGI",
"id": 168244549,
"node_id": "O_kgDOCgc1RQ",
"avatar_url": "https://avatars.githubusercontent.com/u/168244549?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KwaiVGI",
"html_url": "https://github.com/KwaiVGI",
"followers_url": "https://api.github.com/users/KwaiVGI/followers",
"following_url": "https://api.github.com/users/KwaiVGI/following{/other_user}",
"gists_url": "https://api.github.com/users/KwaiVGI/gists{/gist_id}",
"starred_url": "https://api.github.com/users/KwaiVGI/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/KwaiVGI/subscriptions",
"organizations_url": "https://api.github.com/users/KwaiVGI/orgs",
"repos_url": "https://api.github.com/users/KwaiVGI/repos",
"events_url": "https://api.github.com/users/KwaiVGI/events{/privacy}",
"received_events_url": "https://api.github.com/users/KwaiVGI/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/KwaiVGI/LivePortrait",
"description": "Bring portraits to life!",
"fork": false,
"url": "https://api.github.com/repos/KwaiVGI/LivePortrait",
"forks_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/forks",
"keys_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/teams",
"hooks_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/hooks",
"issue_events_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/issues/events{/number}",
"events_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/events",
"assignees_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/assignees{/user}",
"branches_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/branches{/branch}",
"tags_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/tags",
"blobs_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/KwaiVGI/LivePortrait/statuses/{sha}",