forked from GrowingGit/GitHub-Chinese-Top-Charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPython.md
216 lines (211 loc) · 41.4 KB
/
Python.md
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
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
# 中文增速榜 > 资料类 > Python
<sub>数据更新: 2022-01-16 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|#|Repository|Description|Stars|Average daily growth|Updated|
|:-|:-|:-|:-|:-|:-|
|1|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|158490|89|2021-12-30|
|2|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|114013|80|2022-01-13|
|3|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|33194|35|2021-08-25|
|4|[saveweb/review-2021](https://github.com/saveweb/review-2021)|今年,你写年终总结了吗?|547|34|2022-01-15|
|5|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|51535|25|2021-12-28|
|6|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。|29747|19|2022-01-15|
|7|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|28005|17|2021-12-23|
|8|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|20253|17|2021-11-15|
|9|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|3520|14|2021-12-19|
|10|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|6021|11|2022-01-13|
|11|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2330|10|2021-12-22|
|12|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|2033|10|2022-01-14|
|13|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.|12135|10|2022-01-15|
|14|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|24084|9|2021-12-25|
|15|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|8692|9|2022-01-09|
|16|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|A list of awesome applications, software, tools and other materials for Linux distros. |17030|9|2021-12-27|
|17|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|4787|8|2022-01-10|
|18|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|458|8|2022-01-14|
|19|[miloyip/game-programmer](https://github.com/miloyip/game-programmer)|A Study Path for Game Programmer|14040|8|2022-01-08|
|20|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|18783|8|2022-01-15|
|21|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|14845|8|2021-12-11|
|22|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work|6653|8|2021-12-31|
|23|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1132|8|2022-01-05|
|24|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|11659|8|2022-01-13|
|25|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|8590|7|2021-09-13|
|26|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1535|7|2021-12-18|
|27|[microsoft/nlp-recipes](https://github.com/microsoft/nlp-recipes)|Natural Language Processing Best Practices & Examples|5798|6|2021-09-07|
|28|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|309|6|2022-01-12|
|29|[public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)|A collective list of free APIs for use in software and web development 🚀 (Clone of https://github.com/public-apis/public-apis)|4083|6|2022-01-09|
|30|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1639|6|2021-11-26|
|31|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake:|3358|5|2022-01-15|
|32|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|3487|5|2022-01-13|
|33|[DA-southampton/NLP_ability](https://github.com/DA-southampton/NLP_ability)|总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力|3135|5|2022-01-12|
|34|[huangrt01/CS-Notes](https://github.com/huangrt01/CS-Notes)|我的自学笔记,终身更新,当前专注System基础、MLSys。|2944|5|2021-08-18|
|35|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|8630|5|2022-01-13|
|36|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|972|4|2021-12-21|
|37|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|416|4|2021-12-28|
|38|[shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)|Easy-to-use,Modular and Extendible package of deep-learning based CTR models .|5759|4|2021-12-20|
|39|[iswbm/magic-python](https://github.com/iswbm/magic-python)|Python 黑魔法手册|2404|4|2021-12-12|
|40|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机|7400|4|2022-01-13|
|41|[google-research/albert](https://github.com/google-research/albert)|ALBERT: A Lite BERT for Self-supervised Learning of Language Representations|2852|4|2021-12-13|
|42|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1063|4|2021-12-14|
|43|[waditu/tushare](https://github.com/waditu/tushare)|TuShare is a utility for crawling historical data of China stocks|11345|4|2021-10-17|
|44|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|3549|3|2022-01-13|
|45|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A simple but complete full-attention transformer with a set of promising experimental features from various papers|1328|3|2022-01-10|
|46|[shengxinjing/it-roadmap](https://github.com/shengxinjing/it-roadmap)|大圣的前端学习路线图|133|3|2021-12-13|
|47|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体,包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家,行业511个,产品95,559条、上游材料56,824条,上级行业480条,下游产品390条,产品小类52,937条,所属行业3,946条。 |286|3|2021-10-26|
|48|[humphd/have-fun-with-machine-learning](https://github.com/humphd/have-fun-with-machine-learning)|An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks|4914|3|2021-12-19|
|49|[open-mmlab/mmselfsup](https://github.com/open-mmlab/mmselfsup)|OpenMMLab Self-Supervised Learning Toolbox and Benchmark|1770|3|2022-01-14|
|50|[iswbm/pycharm-guide](https://github.com/iswbm/pycharm-guide)|PyCharm 中文指南:安装 破解 效率 技巧|1588|3|2021-12-12|
|51|[justinzm/gopup](https://github.com/justinzm/gopup)|数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…|1707|3|2022-01-13|
|52|[chyroc/WechatSogou](https://github.com/chyroc/WechatSogou)|基于搜狗微信搜索的微信公众号爬虫接口|5242|3|2022-01-13|
|53|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|691|3|2021-10-01|
|54|[ct-Open-Source/tuya-convert](https://github.com/ct-Open-Source/tuya-convert)|A collection of scripts to flash Tuya IoT devices to alternative firmwares|3390|3|2022-01-13|
|55|[lcdevelop/ChatBotCourse](https://github.com/lcdevelop/ChatBotCourse)|自己动手做聊天机器人教程|5274|3|2021-09-06|
|56|[DropsDevopsOrg/ECommerceCrawlers](https://github.com/DropsDevopsOrg/ECommerceCrawlers)|实战🐍多种网站、电商数据爬虫🕷。包含🕸:淘宝商品、微信公众号、大众点评、企查查、招聘网站、闲鱼、阿里任务、博客园、微博、百度贴吧、豆瓣电影、包图网、全景网、豆瓣音乐、某省药监局、搜狐新闻、机器学习文本采集、fofa资产采集、汽车之家、国家统计局、百度关键词收录数、蜘蛛泛目录、今日头条、豆瓣影评、携程、小米应用商店、安居客、途家民宿❤️❤️❤️。微信爬虫展示项目:|3116|3|2022-01-13|
|57|[liuhuanyong/QASystemOnMedicalKG](https://github.com/liuhuanyong/QASystemOnMedicalKG)| A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。|3643|3|2021-10-14|
|58|[LiyuanLucasLiu/RAdam](https://github.com/LiyuanLucasLiu/RAdam)|On the Variance of the Adaptive Learning Rate and Beyond|2447|3|2021-07-31|
|59|[PegasusWang/python_data_structures_and_algorithms](https://github.com/PegasusWang/python_data_structures_and_algorithms)|Python 中文数据结构和算法教程|2214|2|2022-01-15|
|60|[ines/spacy-course](https://github.com/ines/spacy-course)|👩🏫 Advanced NLP with spaCy: A free online course|1931|2|2022-01-12|
|61|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|331|2|2022-01-15|
|62|[EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10)|How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows|2758|2|2021-10-21|
|63|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|本推荐算法教程主要是针对具有机器学习基础并想找推荐算法岗位的同学,教程由推荐算法基础、推荐算法入门赛、新闻推荐项目及推荐算法面经组成,形成了一个完整的从基础到实战再到面试的闭环。|1003|2|2022-01-14|
|64|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记:使用pycharm编程,基于pytorch框架实现。|502|2|2021-08-09|
|65|[deepset-ai/FARM](https://github.com/deepset-ai/FARM)|:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.|1452|2|2021-11-23|
|66|[phodal/awesome-iot](https://github.com/phodal/awesome-iot)|Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform|3490|2|2022-01-03|
|67|[NLP-LOVE/Introduction-NLP](https://github.com/NLP-LOVE/Introduction-NLP)|HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。|1497|2|2022-01-05|
|68|[youyuge34/PI-REC](https://github.com/youyuge34/PI-REC)|:fire: PI-REC: Progressive Image Reconstruction Network With Edge and Color Domain. :fire: 图像翻译,条件GAN,AI绘画|1632|2|2022-01-13|
|69|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|1257|2|2022-01-04|
|70|[graph4ai/graph4nlp](https://github.com/graph4ai/graph4nlp)|Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources! |1154|2|2022-01-13|
|71|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器,慕课下载器,Mooc下载,慕课网下载,中国大学下载,爱课程下载,网易云课堂下载,学堂在线下载,超星学习通下载;支持视频,课件同时下载|2356|2|2021-12-12|
|72|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5|3856|2|2021-12-15|
|73|[Mr-xn/BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)|有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file|1615|2|2021-12-27|
|74|[layumi/Person_reID_baseline_pytorch](https://github.com/layumi/Person_reID_baseline_pytorch)|Pytorch ReID: A tiny, friendly, strong pytorch implement of object re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial|3004|2|2022-01-11|
|75|[SleepyBag/Statistical-Learning-Methods](https://github.com/SleepyBag/Statistical-Learning-Methods)|Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现|892|2|2021-11-14|
|76|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|642|2|2021-12-15|
|77|[HiLab-git/SSL4MIS](https://github.com/HiLab-git/SSL4MIS)|Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.|722|2|2022-01-12|
|78|[shenweichen/DeepCTR-Torch](https://github.com/shenweichen/DeepCTR-Torch)|【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.|1691|2|2021-08-25|
|79|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|355|2|2021-12-25|
|80|[QData/TextAttack](https://github.com/QData/TextAttack)|TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/|1801|2|2021-12-16|
|81|[mars-project/mars](https://github.com/mars-project/mars)|Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.|2332|2|2022-01-12|
|82|[hhaAndroid/mmdetection-mini](https://github.com/hhaAndroid/mmdetection-mini)|mmdetection最小学习版|758|2|2021-11-21|
|83|[Charmve/Surface-Defect-Detection](https://github.com/Charmve/Surface-Defect-Detection)|📈 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance. |814|2|2021-09-17|
|84|[sunyilgdx/NSP-BERT](https://github.com/sunyilgdx/NSP-BERT)|The code for our paper "NSP-BERT: A Prompt-based Zero-Shot Learner Through an Original Pre-training Task —— Next Sentence Prediction"|125|1|2021-11-16|
|85|[zjunlp/OpenUE](https://github.com/zjunlp/OpenUE)|OpenUE是一个轻量级知识图谱抽取工具 (An Open Toolkit for Universal Extraction from Text)|483|1|2021-12-31|
|86|[ysyisyourbrother/SYSU_Notebook](https://github.com/ysyisyourbrother/SYSU_Notebook)|本项目分享了本人在中山大学数据科学与计算机学院计算机科学专业的课程资料、笔记、回忆和整理的期末考试卷、及课程作业。希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟 |485|1|2021-10-07|
|87|[liuhuanyong/TextGrapher](https://github.com/liuhuanyong/TextGrapher)|Text Content Grapher based on keyinfo extraction by NLP method。输入一篇文档,将文档进行关键信息提取,进行结构化,并最终组织成图谱组织形式,形成对文章语义信息的图谱化展示。|875|1|2021-10-20|
|88|[wnma3mz/wechat_articles_spider](https://github.com/wnma3mz/wechat_articles_spider)|微信公众号文章的爬虫|1424|1|2022-01-14|
|89|[coco369/knowledge](https://github.com/coco369/knowledge)|python学习之路,就是不断累积,不断学习的过程。该知识库讲解了Python Web框架内容,如Django、DjangoRestFramework、tornado、flask,redis,MySQL,MongoDB,docker,Vue等内容|678|1|2021-10-13|
|90|[abbeyokgo/PyOne](https://github.com/abbeyokgo/PyOne)|PyOne-一款给力的onedrive文件管理、分享程序|1483|1|2022-01-10|
|91|[RimoChan/Vtuber_Tutorial](https://github.com/RimoChan/Vtuber_Tutorial)|【教程】从零开始的自制Vtuber!|669|1|2021-08-13|
|92|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|tvm learn|192|1|2021-12-11|
|93|[xiaoqian19940510/Event-Extraction](https://github.com/xiaoqian19940510/Event-Extraction)|近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法|453|1|2021-08-24|
|94|[Nriver/trilium-translation](https://github.com/Nriver/trilium-translation)|Translation for Trilium Notes. Trilium Notes 中文版.|113|1|2021-12-09|
|95|[NUAA-AL/ALiPy](https://github.com/NUAA-AL/ALiPy)|ALiPy: Active Learning in Python is an active learning python toolbox, which allows users to conveniently evaluate, compare and analyze the performance of active learning methods.|675|1|2022-01-11|
|96|[MorvanZhou/NLP-Tutorials](https://github.com/MorvanZhou/NLP-Tutorials)|Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com|607|1|2021-12-23|
|97|[gxcuizy/Python](https://github.com/gxcuizy/Python)|Python3编写的各种大小程序,包含从零学Python系列、12306抢票、省市区地址库以及系列网站爬虫等学习源码|1044|1|2021-09-24|
|98|[dongdonghy/Detection-PyTorch-Notebook](https://github.com/dongdonghy/Detection-PyTorch-Notebook)|代码 -《深度学习之PyTorch物体检测实战》|614|1|2021-10-12|
|99|[SimmerChan/KG-demo-for-movie](https://github.com/SimmerChan/KG-demo-for-movie)|从无到有构建一个电影知识图谱,并基于该KG,开发一个简易的KBQA程序。|1009|1|2021-10-05|
|100|[itcharge/LeetCode-Py](https://github.com/itcharge/LeetCode-Py)|⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。|394|1|2022-01-15|
|101|[blmoistawinde/HarvestText](https://github.com/blmoistawinde/HarvestText)|文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法|1366|1|2022-01-02|
|102|[LingDong-/qiji-font](https://github.com/LingDong-/qiji-font)|齊伋體 - typeface from Ming Dynasty woodblock printed books|730|1|2021-09-02|
|103|[EvanLi/Github-Ranking](https://github.com/EvanLi/Github-Ranking)|:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. Github仓库排名,每日自动更新|763|1|2022-01-15|
|104|[HaoZhang95/Python24](https://github.com/HaoZhang95/Python24)|网上搜集的自学python语言的资料集合,包括整套代码和讲义集合,这是至今为止所开放网上能够查找到的最新视频教程,网上找不到其他最新的python整套视频了,. 具体的无加密的mp4视频教程和讲义集合可以在更新的Readme文件中找到,下载直接打开就能播放,项目从零基础的Python教程到深度学习,总共30章节,其中包含Python基础中的飞机大战项目,WSGI项目,Flask新经资讯项目, Dj ...|824|1|2022-01-13|
|105|[icopy-site/awesome-cn](https://github.com/icopy-site/awesome-cn)|超赞列表合集|772|1|2022-01-14|
|106|[swaroopch/byte-of-python](https://github.com/swaroopch/byte-of-python)|Beginners book on Python - start here if you don't know programming|1746|1|2022-01-05|
|107|[zhengxiaotian/geek_crawler](https://github.com/zhengxiaotian/geek_crawler)|极客时间课程抓取脚本,支持输入账号密码后自动将极客时间的专栏课程保存到本地|316|1|2021-09-13|
|108|[RimoChan/yinglish](https://github.com/RimoChan/yinglish)|【yinglish】淫语翻译机!|416|1|2021-08-27|
|109|[billryan/algorithm-exercise](https://github.com/billryan/algorithm-exercise)|Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/|3293|1|2021-12-13|
|110|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|229|1|2021-09-30|
|111|[svjan5/GNNs-for-NLP](https://github.com/svjan5/GNNs-for-NLP)|Tutorial: Graph Neural Networks for Natural Language Processing at EMNLP 2019 and CODS-COMAD 2020|700|1|2021-08-25|
|112|[lisztomania-P/learning-power](https://github.com/lisztomania-P/learning-power)|学习强国 自动化 百分百正确、瞬间答题,分值45分|348|1|2021-10-20|
|113|[DL-Practise/YoloAll](https://github.com/DL-Practise/YoloAll)|YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest|157|1|2021-12-02|
|114|[twtrubiks/docker-tutorial](https://github.com/twtrubiks/docker-tutorial)|Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝|1066|1|2021-10-12|
|115|[iswbm/GolangCodingTime](https://github.com/iswbm/GolangCodingTime)|Go编程时光,一个零基础入门 Golang 的教程|766|1|2021-12-12|
|116|[DasyDong/developer-roadmap](https://github.com/DasyDong/developer-roadmap)|developer-roadmap|1341|1|2021-12-07|
|117|[LyleMi/Learn-Web-Hacking](https://github.com/LyleMi/Learn-Web-Hacking)|Study Notes For Web Hacking / Web安全学习笔记|2391|1|2022-01-09|
|118|[DeppWang/youdaonote-pull](https://github.com/DeppWang/youdaonote-pull)|📝 一个一键导出 / 备份「有道云笔记」所有笔记的 Python 脚本。 A Python script to export/backup all the notes of the "Youdao Note".|451|1|2021-09-28|
|119|[ahmedfgad/GeneticAlgorithmPython](https://github.com/ahmedfgad/GeneticAlgorithmPython)|Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).|752|1|2022-01-04|
|120|[liuli-io/liuli](https://github.com/liuli-io/liuli)|构建一个多源、干净、个性化的阅读环境|259|1|2022-01-05|
|121|[PaddlePaddle/PGL](https://github.com/PaddlePaddle/PGL)|Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle|1197|1|2021-12-29|
|122|[HuberTRoy/leetCode](https://github.com/HuberTRoy/leetCode)|:pencil2: 算法相关知识储备 LeetCode with Python and JavaScript :books:|1720|1|2021-07-26|
|123|[fuergaosi233/gitbook2pdf](https://github.com/fuergaosi233/gitbook2pdf)|Grab the contents of the gitbook document and convert it to pdf|785|1|2022-01-13|
|124|[D-X-Y/AutoDL-Projects](https://github.com/D-X-Y/AutoDL-Projects)|Automated deep learning algorithms implemented in PyTorch.|1323|1|2021-10-25|
|125|[xiyaowong/spiders](https://github.com/xiyaowong/spiders)|Python爬虫,返回一定格式的信息,下载,使用flask提供简易api。抖音无水印、皮皮虾、快手、网易云音乐、qq音乐、咪咕音乐、荔枝FM音频、知乎视频、最右语音、视频、微博......|523|1|2021-07-28|
|126|[chiupam/JD_Diy](https://github.com/chiupam/JD_Diy)|学习 python3 以来写的一些垃圾玩具……|231|1|2021-11-01|
|127|[shamangary/FSA-Net](https://github.com/shamangary/FSA-Net)|[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image|514|1|2021-10-12|
|128|[juand-r/entity-recognition-datasets](https://github.com/juand-r/entity-recognition-datasets)|A collection of corpora for named entity recognition (NER) and entity recognition tasks. These annotated datasets cover a variety of languages, domains and entity types.|1077|1|2022-01-06|
|129|[kwea123/VTuber_Unity](https://github.com/kwea123/VTuber_Unity)|Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!|589|1|2021-09-01|
|130|[fire-keeper/BlindWatermark](https://github.com/fire-keeper/BlindWatermark)|使用盲水印保护创作者的知识产权using invisible watermark to protect creator's intellectual property|756|1|2021-10-12|
|131|[bupt-ai-cz/Meta-SelfLearning](https://github.com/bupt-ai-cz/Meta-SelfLearning)|Meta Self-learning for Multi-Source Domain Adaptation: A Benchmark|111|1|2021-12-07|
|132|[facebookresearch/TaBERT](https://github.com/facebookresearch/TaBERT)|This repository contains source code for the TaBERT model, a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic pars ...|460|1|2021-08-26|
|133|[yl-1993/learn-to-cluster](https://github.com/yl-1993/learn-to-cluster)|Learning to Cluster Faces (CVPR 2019, CVPR 2020)|564|1|2021-12-27|
|134|[DengBoCong/nlp-paper](https://github.com/DengBoCong/nlp-paper)|自然语言处理领域下的对话语音领域,整理相关论文(附阅读笔记),复现模型以及数据处理等(代码含TensorFlow和PyTorch两版本)|315|1|2022-01-11|
|135|[yikeke/zh-style-guide](https://github.com/yikeke/zh-style-guide)|An open-source style guide for writing Chinese technical documents: https://zh-style-guide.readthedocs.io|441|1|2021-09-22|
|136|[HaddyYang/django2.0-course](https://github.com/HaddyYang/django2.0-course)|Django2.0视频教程相关代码(杨仕航)|972|1|2022-01-13|
|137|[offu/WeRoBot](https://github.com/offu/WeRoBot)|WeRoBot 是一个微信公众号开发框架|3976|1|2022-01-03|
|138|[Rainbow-Dreamer/musicpy](https://github.com/Rainbow-Dreamer/musicpy)|Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.|562|1|2022-01-11|
|139|[peiss/ant-learn-pandas](https://github.com/peiss/ant-learn-pandas)|pandas学习课程代码仓库|668|1|2021-08-25|
|140|[google-research/bleurt](https://github.com/google-research/bleurt)|BLEURT is a metric for Natural Language Generation based on transfer learning.|402|1|2022-01-13|
|141|[Hopetree/izone](https://github.com/Hopetree/izone)|django+bootstrap4 个人博客|866|1|2022-01-13|
|142|[hongwenjun/vps_setup](https://github.com/hongwenjun/vps_setup)|linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/|747|1|2022-01-13|
|143|[ramsrigouthamg/Questgen.ai](https://github.com/ramsrigouthamg/Questgen.ai)|Question generation using state-of-the-art Natural Language Processing algorithms|432|1|2021-09-22|
|144|[striver-ing/wechat-spider](https://github.com/striver-ing/wechat-spider)|开源微信爬虫:爬取公众号所有 文章、阅读量、点赞量和评论内容。易部署。持续维护!!!|1346|1|2021-09-22|
|145|[PRaichu/xxqg](https://github.com/PRaichu/xxqg)|学习强国 xxqg 无人值守自动看视频、看文章、自动答题(每日答题、每周答题、专项答题),45分/天|268|1|2021-11-08|
|146|[xuyige/BERT4doc-Classification](https://github.com/xuyige/BERT4doc-Classification)|Code and source for paper ``How to Fine-Tune BERT for Text Classification?``|394|1|2021-10-19|
|147|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉》|395|1|2022-01-14|
|148|[F-19-F/XM_BBS](https://github.com/F-19-F/XM_BBS)|小米社区自动点赞,评论。本人从未在除github以外任何平台发布过教程。因内测机制改版,本项目不再更新。|99|1|2021-07-29|
|149|[anyant/rssant](https://github.com/anyant/rssant)|蚁阅 - 让 RSS 更好用,轻松订阅你喜欢的博客和资讯|1013|1|2022-01-14|
|150|[yuantn/MI-AOD](https://github.com/yuantn/MI-AOD)|Code for Multiple Instance Active Learning for Object Detection, CVPR 2021|198|1|2021-11-12|
|151|[stacklens/django_blog_tutorial](https://github.com/stacklens/django_blog_tutorial)|Django搭建博客教程|807|1|2022-01-13|
|152|[gaowanliang/OneDriveShareLinkPushAria2](https://github.com/gaowanliang/OneDriveShareLinkPushAria2)|Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.|135|1|2021-09-28|
|153|[dixudx/tumblr-crawler](https://github.com/dixudx/tumblr-crawler)|Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频|1126|1|2021-08-22|
|154|[dongweiming/web_develop](https://github.com/dongweiming/web_develop)|《Python Web开发实战》书中源码|1168|1|2022-01-13|
|155|[pprp/awesome-attention-mechanism-in-cv](https://github.com/pprp/awesome-attention-mechanism-in-cv)|:punch: CV中常用注意力模块;即插即用模块;ViT模型. PyTorch Implementation Collection of Attention Module and Plug&Play Module|342|1|2022-01-05|
|156|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|334|1|2022-01-06|
|157|[Algebra-FUN/WeReadScan](https://github.com/Algebra-FUN/WeReadScan)|扫描“微信读书”已购图书并下载本地PDF的爬虫|118|0|2021-08-23|
|158|[smileboywtu/MillionHeroAssistant](https://github.com/smileboywtu/MillionHeroAssistant)|百万 / 冲顶 / 芝士 / UC / 万能 答题助手(知识图谱更加专业,自动推荐答案, Android手机自动屏幕适配,模拟器支持,多开)|525|0|2022-01-13|
|159|[Oneflow-Inc/DLPerf](https://github.com/Oneflow-Inc/DLPerf)|DeepLearning Framework Performance Profiling Toolkit|155|0|2021-12-08|
|160|[yhangf/PythonCrawler](https://github.com/yhangf/PythonCrawler)| :heartpulse:用python编写的爬虫项目集合|984|0|2022-01-02|
|161|[icopy-site/awesome](https://github.com/icopy-site/awesome)|collection of awesome lists|132|0|2021-12-12|
|162|[LyleMi/papers](https://github.com/LyleMi/papers)|Academic papers and articles that I read related to web hacking, fuzzing, etc. / 阅读过的Web安全方向、模糊测试方向的一些论文与阅读笔记|231|0|2021-11-28|
|163|[jukanntenn/django-blog-project](https://github.com/jukanntenn/django-blog-project)|基于 django 和 Vue 的个人博客。|156|0|2021-10-06|
|164|[spiside/pdb-tutorial](https://github.com/spiside/pdb-tutorial)|A simple tutorial about effectively using pdb|742|0|2022-01-08|
|165|[Trinkle23897/learn2018-autodown](https://github.com/Trinkle23897/learn2018-autodown)|清华大学新版网络学堂课程自动下载脚本 / A python script to clone all files from learn.tsinghua.edu.cn|186|0|2021-09-11|
|166|[BitVoyage/FastBERT](https://github.com/BitVoyage/FastBERT)|对ACL2020 FastBERT论文的复现,论文地址:https://arxiv.org/pdf/2004.02178.pdf|166|0|2021-12-13|
|167|[firmianay/security-paper](https://github.com/firmianay/security-paper)|(与本人兴趣强相关的)各种安全or计算机资料收集|514|0|2021-12-02|
|168|[FISCO-BCOS/FISCO-BCOS-DOC](https://github.com/FISCO-BCOS/FISCO-BCOS-DOC)|FISCO BCOS 技术文档(安装部署、搭链教程、系统原理、社区资源)Document of FISCO BCOS|106|0|2021-12-13|
|169|[isysc1/Xxqg](https://github.com/isysc1/Xxqg)|学习强国题库挑战答题搜索助手|208|0|2021-12-07|
|170|[twtrubiks/docker-django-nginx-uwsgi-postgres-tutorial](https://github.com/twtrubiks/docker-django-nginx-uwsgi-postgres-tutorial)| Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial ) |368|0|2021-10-06|
|171|[xzkzdx/weixin-spider](https://github.com/xzkzdx/weixin-spider)|微信公众号爬虫,公众号历史文章,文章评论,文章阅读及在看数据,可视化web页面,可部署于Windows服务器。基于Python3之flask/mysql/redis/mitmproxy/pywin32等实现,高效微信爬虫,微信公众号爬虫,历史文章,文章评论,数据更新。|368|0|2021-09-20|
|172|[sixs/wenshu_spider](https://github.com/sixs/wenshu_spider)|中国裁判文书网爬虫(2018-08-28更新)|302|0|2021-10-12|
|173|[cnschema/cnSchema](https://github.com/cnschema/cnSchema)|开放中文知识图谱的schema|623|0|2021-12-15|
|174|[wysec2020/vulnReport](https://github.com/wysec2020/vulnReport)|安服自动化脚本:包括 Nessus、天境主机漏洞扫描6.0、APPscan、awvs等漏洞报告的整理,Google翻译等|97|0|2021-10-28|
|175|[sec-bit/awesome-buggy-erc20-tokens](https://github.com/sec-bit/awesome-buggy-erc20-tokens)|A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected|361|0|2021-11-26|
|176|[meetbill/butterfly](https://github.com/meetbill/butterfly)|:fire: 蝴蝶--【简单】【稳定】【好用】的 Python web 框架🦋 除 Python 2.7,无其他依赖; 🦋 butterfly 是一个 RPC 风格 web 框架,内置【任务队列】、【流程编排】等功能。用户手册: https://meetbill.gitbook.io/butterfly-doc|132|0|2021-12-12|
|177|[lockless/dpdk](https://github.com/lockless/dpdk)|dpdk开发文档翻译|117|0|2021-08-22|
|178|[confucianzuoyuan/bookstore](https://github.com/confucianzuoyuan/bookstore)|使用Django编写一个书城电商网站,配合详细的教程。|465|0|2022-01-13|
|179|[twtrubiks/django-rest-framework-tutorial](https://github.com/twtrubiks/django-rest-framework-tutorial)|Django-REST-framework 基本教學 - 從無到有 DRF-Beginners-Guide 📝|700|0|2021-10-12|
|180|[mailong25/self-supervised-speech-recognition](https://github.com/mailong25/self-supervised-speech-recognition)|speech to text with self-supervised learning based on wav2vec 2.0 framework|216|0|2021-11-22|
|181|[yaoandy107/line-bot-tutorial](https://github.com/yaoandy107/line-bot-tutorial)|Line bot tutorial.|188|0|2021-10-06|
|182|[ZhiningLiu1998/self-paced-ensemble](https://github.com/ZhiningLiu1998/self-paced-ensemble)|ICDE'20 A general & effective ensemble framework for imbalanced classification. 泛用,高效,鲁棒的类别不平衡学习框架|156|0|2021-12-01|
|183|[SMILELab-FL/FedLab](https://github.com/SMILELab-FL/FedLab)|A flexible Federated Learning Framework based on PyTorch, simplifying your Federated Learning research.|113|0|2021-11-18|
|184|[LMFrank/CrawlerProject](https://github.com/LMFrank/CrawlerProject)|爬虫项目:链家网(普通/scrapy)、虎扑、维基百科、百度地图api、房天下(分布式爬虫)、微信公众号(代理池爬取)|136|0|2021-10-06|
|185|[kingname/SourceCodeOfBook](https://github.com/kingname/SourceCodeOfBook)|《Python爬虫开发 从入门到实战》配套源代码。|251|0|2021-12-13|
|186|[jitingcn/TS3-Translation_zh-CN](https://github.com/jitingcn/TS3-Translation_zh-CN)|TeamSpeak 3 客户端 简体中文 翻译源文件|143|0|2021-10-19|
|187|[yuhaqiang123/my-love](https://github.com/yuhaqiang123/my-love)|(都是脑图,建议使用xmind 8 打开)工程师的自我修养 -> 从 linux , 网络,MQ, Rpc, 缓存, 高可用架构,数据库,语言,全方位成长,成为技术大神,优秀的工程师 , readme 包括蚂蚁, 头条, 美团等面试思考( 拿下 offer)|374|0|2021-08-19|
|188|[mochazi/Python3Webcrawler](https://github.com/mochazi/Python3Webcrawler)|🌈Python3网络爬虫实战:QQ音乐歌曲、京东商品信息、房天下、破解有道翻译、构建代理池、豆瓣读书、百度图片、破解网易登录、B站模拟扫码登录|145|0|2021-09-21|
|189|[beijixiong3510/OWM](https://github.com/beijixiong3510/OWM)|Code for Continual Learning of Context-dependent Processing in Neural Networks|138|0|2021-08-18|
|190|[Higurashi-kagome/pythontools](https://github.com/Higurashi-kagome/pythontools)|微信读书笔记助手、Markdown 添加标题、Markdown 标题添加序号...|105|0|2021-12-01|
|191|[inoutcode/bitcoin_book_2nd](https://github.com/inoutcode/bitcoin_book_2nd)|Mastering Bitcoin 2nd Edition 精通比特币(第二版)-- 区块链编程|199|0|2021-09-19|
|192|[TianPangJi/drf_admin](https://github.com/TianPangJi/drf_admin)|项目基于Django、Django REST framework(DRF)、Channels、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC;目前已实现基本功能,满足日常学习使用,工由于工作较忙更新较慢,请见谅......https://tianpangji.github.io/|171|0|2021-12-08|
|193|[yongxinz/tech-blog](https://github.com/yongxinz/tech-blog)|我的个人技术博客(Python、Django、Docker、Go、Redis、ElasticSearch、Kafka、Linux)|237|0|2021-11-14|
|194|[zaxlct/python-django-learning](https://github.com/zaxlct/python-django-learning)|🍺 python 和 diango 学习资料,书籍,文章,以及实战项目等等|479|0|2021-08-04|
|195|[wf1314/zhihu-terminal](https://github.com/wf1314/zhihu-terminal)|命令行版知乎|115|0|2021-09-08|
|196|[bupticybee/ChineseAiDungeon](https://github.com/bupticybee/ChineseAiDungeon)|中文版ai地牢|99|0|2021-09-27|
|197|[moyuwa/0sec-search](https://github.com/moyuwa/0sec-search)|新版零组资料文库离线漏洞名搜索,功能:更新 、查询 (不包含漏洞详情)|116|0|2021-08-31|
|198|[Anfany/Machine-Learning-for-Beginner-by-Python3](https://github.com/Anfany/Machine-Learning-for-Beginner-by-Python3)|为机器学习的入门者提供多种基于实例的sklearn、TensorFlow以及自编函数(AnFany)的ML算法程序。|352|0|2021-10-16|
|199|[RSS-Renaissance/awesome-blogCN-feeds](https://github.com/RSS-Renaissance/awesome-blogCN-feeds)|优质的「独立中文博客」订阅列表|375|0|2021-08-16|
|200|[xtg20121013/blog_xtg](https://github.com/xtg20121013/blog_xtg)|blog_xtg 基于tornado的分布式架构博客|172|0|2021-12-08|
<div align="center">
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
</div>
<br/>
<div align="center"><a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>