返回目录 • 问题反馈
# 中文总榜 > 软件类 > Python
数据更新: 2024-03-02 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到
|#|Repository|Description|Stars|Updated|
|:-|:-|:-|:-|:-|
|1|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|121196|2024-03-01|
|2|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|56576|2024-03-01|
|3|[binary-husky/gpt_academic](https://github.com/binary-husky/gpt_academic)|为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss ...|52272|2024-02-28|
|4|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|51223|2024-02-24|
|5|[Textualize/rich](https://github.com/Textualize/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|46552|2024-02-29|
|6|[THUDM/ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B)|ChatGLM-6B: An Open Bilingual Dialogue Language Model 开源双语对话语言模型|38106|2024-02-18|
|7|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|36766|2024-03-01|
|8|[hpcaitech/ColossalAI](https://github.com/hpcaitech/ColossalAI)|Making large AI models cheaper, faster and more accessible|36481|2024-03-01|
|9|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|32052|2024-01-17|
|10|[lm-sys/FastChat](https://github.com/lm-sys/FastChat)|An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.|32002|2024-03-01|
|11|[hankcs/HanLP](https://github.com/hankcs/HanLP)|Natural Language Processing for the next decade. Tokenization, Part-of-Speech Tagging, Named Entity Recognition, Syntactic & Semantic Dependency Parsing, Document Classification|31674|2024-02-24|
|12|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|30055|2024-03-01|
|13|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|27148|2024-03-01|
|14|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.|25270|2024-02-26|
|15|[littlecodersh/ItChat](https://github.com/littlecodersh/ItChat)|A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。|24858|2023-09-28|
|16|[chatchat-space/Langchain-Chatchat](https://github.com/chatchat-space/Langchain-Chatchat)|Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM 等语言模型的本地知识库问答 Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM) QA app with langchain |24130|2024-02-28|
|17|[LC044/WeChatMsg](https://github.com/LC044/WeChatMsg)|提取微信聊天记录,将其导出成HTML、Word、CSV文档永久保存,对聊天记录进行分析生成年度聊天报告|23812|2024-03-01|
|18|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。|23181|2024-03-01|
|19|[celery/celery](https://github.com/celery/celery)|Distributed Task Queue (development branch)|23117|2024-03-01|
|20|[svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)|SoftVC VITS Singing Voice Conversion|23052|2023-11-11|
|21|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|22958|2024-03-01|
|22|[taosdata/TDengine](https://github.com/taosdata/TDengine)|TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.|22615|2024-03-01|
|23|[zhayujie/chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)|基于大模型搭建的微信聊天机器人,同时支持微信、企业微信、公众号、飞书、钉钉接入,可选择GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/通义千问/Gemini/GLM-4/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。|22553|2024-03-01|
|24|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|21406|2024-03-01|
|25|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python ProxyPool for web spider|19771|2024-02-04|
|26|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|19736|2024-01-27|
|27|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|19482|2024-03-01|
|28|[recommenders-team/recommenders](https://github.com/recommenders-team/recommenders)|Best Practices on Recommendation Systems|17610|2024-02-25|
|29|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战:淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|17347|2023-11-02|
|30|[RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)|1 min voice data can also be used to train a good TTS model! (few shot voice cloning)|16795|2024-03-01|
|31|[ymcui/Chinese-LLaMA-Alpaca](https://github.com/ymcui/Chinese-LLaMA-Alpaca)|中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)|16551|2024-01-29|
|32|[langgenius/dify](https://github.com/langgenius/dify)|An Open-Source Assistants API and GPTs alternative. Dify.AI is an LLM application development platform. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack requ ...|16510|2024-03-01|
|33|[OpenEthan/SMSBoom](https://github.com/OpenEthan/SMSBoom)|【重制中 Repairing】短信轰炸 / 短信测压 一个健壮免费的python短信轰炸程序,专门炸坏蛋蛋,百万接口,多线程全自动添加有效接口,支持异步协程百万并发,全免费的短信轰炸工具!|15289|2023-11-23|
|34|[THUDM/ChatGLM2-6B](https://github.com/THUDM/ChatGLM2-6B)|ChatGLM2-6B: An Open Bilingual Chat LLM 开源双语对话语言模型|15170|2024-01-30|
|35|[GaiZhenbiao/ChuanhuChatGPT](https://github.com/GaiZhenbiao/ChuanhuChatGPT)|GUI for ChatGPT API and many LLMs. Supports agents, file-based QA, GPT finetuning and query with web search. All with a neat UI.|14346|2024-02-29|
|36|[pyecharts/pyecharts](https://github.com/pyecharts/pyecharts)|🎨 Python Echarts Plotting Library|14297|2024-01-16|
|37|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视 机器人和网站,包含人人影视全部资源以及众多网友的网盘分享|13810|2024-03-01|
|38|[microsoft/nni](https://github.com/microsoft/nni)|An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.|13609|2023-10-30|
|39|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |13588|2024-01-30|
|40|[chatanywhere/GPT_API_free](https://github.com/chatanywhere/GPT_API_free)|Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。|13002|2024-02-25|
|41|[dmlc/dgl](https://github.com/dmlc/dgl)|Python package built to ease deep learning on graph, on top of existing DL frameworks.|12804|2024-03-01|
|42|[PaddlePaddle/PaddleHub](https://github.com/PaddlePaddle/PaddleHub)|Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)|12415|2023-10-18|
|43|[hiyouga/LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory)|Unify Efficient Fine-tuning of 100+ LLMs|12315|2024-03-01|
|44|[jina-ai/clip-as-service](https://github.com/jina-ai/clip-as-service)|🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP|12113|2024-01-23|
|45|[PaddlePaddle/PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)|Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.|11843|2024-03-01|
|46|[lss233/chatgpt-mirai-qq-bot](https://github.com/lss233/chatgpt-mirai-qq-bot)|🚀 一键部署!真正的 AI 聊天机器人!支持ChatGPT、文心一言、讯飞星火、Bing、Bard、ChatGLM、POE,多账号,人设调教,虚拟女仆、图片渲染、语音发送 支持 QQ、Telegram、Discord、微信 等平台|11469|2024-02-16|
|47|[Embedding/Chinese-Word-Vectors](https://github.com/Embedding/Chinese-Word-Vectors)|100+ Chinese Word Vectors 上百种预训练中文词向量 |11456|2023-10-30|
|48|[BlinkDL/RWKV-LM](https://github.com/BlinkDL/RWKV-LM)|RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, sa ...|11141|2024-02-29|
|49|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ...|11064|2024-03-01|
|50|[bbfamily/abu](https://github.com/bbfamily/abu)|阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构|11009|2023-10-25|
|51|[x-hw/amazing-qr](https://github.com/x-hw/amazing-qr)|💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)|10174|2023-12-01|
|52|[biancangming/wtv](https://github.com/biancangming/wtv)|解决电脑、手机看电视直播的苦恼,收集各种直播源,电视直播网站|10136|2024-02-08|
|53|[THUDM/ChatGLM3](https://github.com/THUDM/ChatGLM3)|ChatGLM3 series: Open Bilingual Chat LLMs 开源双语对话语言模型|10131|2024-03-01|
|54|[eosphoros-ai/DB-GPT](https://github.com/eosphoros-ai/DB-GPT)|AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents|10107|2024-03-01|
|55|[Sinaptik-AI/pandas-ai](https://github.com/Sinaptik-AI/pandas-ai)|Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.|9967|2024-03-01|
|56|[PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)|Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation a ...|9803|2024-02-26|
|57|[QwenLM/Qwen](https://github.com/QwenLM/Qwen)|The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.|9434|2024-02-17|
|58|[NVIDIA/NeMo](https://github.com/NVIDIA/NeMo)|NeMo: a framework for generative AI|9427|2024-03-01|
|59|[asweigart/pyautogui](https://github.com/asweigart/pyautogui)|A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.|9298|2024-01-25|
|60|[prowler-cloud/prowler](https://github.com/prowler-cloud/prowler)|Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. ...|9235|2024-03-01|
|61|[BlinkDL/ChatRWKV](https://github.com/BlinkDL/ChatRWKV)|ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.|9173|2024-02-17|
|62|[kornia/kornia](https://github.com/kornia/kornia)|Geometric Computer Vision Library for Spatial AI|9143|2024-03-01|
|63|[wangshub/Douyin-Bot](https://github.com/wangshub/Douyin-Bot)|😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐? |9060|2023-10-03|
|64|[Kanaries/pygwalker](https://github.com/Kanaries/pygwalker)|PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis|8960|2024-03-01|
|65|[hoochanlon/hamulete](https://github.com/hoochanlon/hamulete)|🏔️国立台湾大学、新加坡国立大学、早稻田大学、东京大学,中央研究院(台湾)以及中国重点高校及科研机构,社科、经济、数学、博弈论、哲学、系统工程类学术论文等知识库。|8675|2024-02-27|
|66|[LlamaFamily/Llama-Chinese](https://github.com/LlamaFamily/Llama-Chinese)|Llama中文社区,最好的中文Llama大模型,完全开源可商用|8537|2024-02-29|
|67|[OlafenwaMoses/ImageAI](https://github.com/OlafenwaMoses/ImageAI)|A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities|8310|2024-02-20|
|68|[PaddlePaddle/PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)|Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Mat ...|8075|2024-02-21|
|69|[voicepaw/so-vits-svc-fork](https://github.com/voicepaw/so-vits-svc-fork)|so-vits-svc fork with realtime support, improved interface and more features.|8073|2024-02-28|
|70|[rwv/chinese-dos-games](https://github.com/rwv/chinese-dos-games)|🎮 Chinese DOS games collections.|8058|2024-02-20|
|71|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|8035|2023-10-22|
|72|[akfamily/akshare](https://github.com/akfamily/akshare)|AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库|8020|2024-03-01|
|73|[RUCAIBox/LLMSurvey](https://github.com/RUCAIBox/LLMSurvey)|The official GitHub page for the survey paper "A Survey of Large Language Models".|7834|2024-01-10|
|74|[yutiansut/QUANTAXIS](https://github.com/yutiansut/QUANTAXIS)|QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案|7802|2023-10-27|
|75|[dataabc/weiboSpider](https://github.com/dataabc/weiboSpider)|新浪微博爬虫,用python爬取新浪微博数据|7723|2023-11-29|
|76|[AirtestProject/Airtest](https://github.com/AirtestProject/Airtest)|UI Automation Framework for Games and Apps|7720|2024-02-21|
|77|[facebookresearch/nougat](https://github.com/facebookresearch/nougat)|Implementation of Nougat Neural Optical Understanding for Academic Documents|7685|2024-02-21|
|78|[sml2h3/ddddocr](https://github.com/sml2h3/ddddocr)|带带弟弟 通用验证码识别OCR pypi版|7683|2024-02-25|
|79|[THUDM/CodeGeeX](https://github.com/THUDM/CodeGeeX)|CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)|7628|2024-01-17|
|80|[PaddlePaddle/PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)|PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.|7590|2024-02-28|
|81|[shidenggui/easytrader](https://github.com/shidenggui/easytrader)|提供同花顺客户端/国金/华泰客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件|7580|2024-02-07|
|82|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|7474|2024-02-05|
|83|[houtianze/bypy](https://github.com/houtianze/bypy)|Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘Python客户端|7328|2024-01-08|
|84|[nl8590687/ASRT_SpeechRecognition](https://github.com/nl8590687/ASRT_SpeechRecognition)|A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统|7326|2024-01-16|
|85|[Morizeyao/GPT2-Chinese](https://github.com/Morizeyao/GPT2-Chinese)|Chinese version of GPT2 training code, using BERT tokenizer.|7303|2024-01-03|
|86|[assafelovic/gpt-researcher](https://github.com/assafelovic/gpt-researcher)|GPT based autonomous agent that does online comprehensive research on any given topic|7192|2024-02-26|
|87|[thu-ml/tianshou](https://github.com/thu-ml/tianshou)|An elegant PyTorch deep reinforcement learning library.|7187|2024-02-29|
|88|[open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation)|OpenMMLab Semantic Segmentation Toolbox and Benchmark.|7120|2024-02-27|
|89|[mvdctop/Movie_Data_Capture](https://github.com/mvdctop/Movie_Data_Capture)|Local Movies Organizer|7017|2024-02-21|
|90|[Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)| 💎1MB lightweight face detection model (1MB轻量级人脸检测模型)|6966|2023-12-29|
|91|[Plachtaa/VALL-E-X](https://github.com/Plachtaa/VALL-E-X)|An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io|6917|2024-02-11|
|92|[VikParuchuri/marker](https://github.com/VikParuchuri/marker)|Convert PDF to markdown quickly with high accuracy|6877|2024-02-12|
|93|[PaddlePaddle/models](https://github.com/PaddlePaddle/models)|Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.|6859|2023-09-05|
|94|[Jrohy/multi-v2ray](https://github.com/Jrohy/multi-v2ray)|v2ray/xray多用户管理部署程序|6843|2024-02-24|
|95|[TheKingOfDuck/fuzzDicts](https://github.com/TheKingOfDuck/fuzzDicts)|Web Pentesting Fuzz 字典,一个就够了。|6825|2023-11-13|
|96|[princewen/tensorflow_practice](https://github.com/princewen/tensorflow_practice)|tensorflow实战练习,包括强化学习、推荐系统、nlp等|6502|2023-09-24|
|97|[EleutherAI/gpt-neox](https://github.com/EleutherAI/gpt-neox)|An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.|6428|2024-03-01|
|98|[lawlite19/MachineLearning_Python](https://github.com/lawlite19/MachineLearning_Python)|机器学习算法python实现|6423|2023-09-19|
|99|[open-mmlab/mmagic](https://github.com/open-mmlab/mmagic)|OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generatio ...|6409|2024-02-22|
|100|[garrettj403/SciencePlots](https://github.com/garrettj403/SciencePlots)|Matplotlib styles for scientific plotting|6262|2024-02-08|
|101|[LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)|Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.|6235|2024-02-28|
|102|[pdm-project/pdm](https://github.com/pdm-project/pdm)|A modern Python package and dependency manager supporting the latest PEP standards|6222|2024-03-01|
|103|[jzhang38/TinyLlama](https://github.com/jzhang38/TinyLlama)|The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens.|6216|2024-03-01|
|104|[ymcui/Chinese-LLaMA-Alpaca-2](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2)|中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)|6194|2024-01-29|
|105|[fishaudio/Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)|vits2 backbone with multilingual-bert|6110|2024-02-28|
|106|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|6109|2024-02-14|
|107|[mli/autocut](https://github.com/mli/autocut)|用文本编辑器剪视频|6009|2023-12-20|
|108|[linyiLYi/street-fighter-ai](https://github.com/linyiLYi/street-fighter-ai)|This is an AI agent for Street Fighter II Champion Edition.|6004|2023-12-24|
|109|[FQrabbit/SSTap-Rule](https://github.com/FQrabbit/SSTap-Rule)|支持更多游戏规则,让SSTap成为真正的“网游加速器”|5999|2024-03-01|
|110|[r0ysue/r0capture](https://github.com/r0ysue/r0capture)|安卓应用层抓包通杀脚本|5975|2023-10-20|
|111|[XPixelGroup/BasicSR](https://github.com/XPixelGroup/BasicSR)|Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also sup ...|5947|2024-02-20|
|112|[microsoft/MMdnn](https://github.com/microsoft/MMdnn)|MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyT ...|5769|2023-10-03|
|113|[QingdaoU/OnlineJudge](https://github.com/QingdaoU/OnlineJudge)|Open source online judge based on Vue, Django and Docker. 青岛大学开源 Online Judge QQ群 496710125 admin@qduoj.com|5756|2024-02-10|
|114|[hunshcn/gh-proxy](https://github.com/hunshcn/gh-proxy)|github release、archive以及项目文件的加速项目|5746|2024-02-18|
|115|[openatx/uiautomator2](https://github.com/openatx/uiautomator2)|Android Uiautomator2 Python Wrapper|5739|2023-11-08|
|116|[modelscope/modelscope](https://github.com/modelscope/modelscope)|ModelScope: bring the notion of Model-as-a-Service to life.|5716|2024-03-01|
|117|[jianchang512/clone-voice](https://github.com/jianchang512/clone-voice)|A sound cloning tool with a web interface, using your voice or any sound to record audio / 一个带web界面的声音克隆工具,使用你的音色或任意声音来录制音频|5702|2024-03-01|
|118|[LmeSzinc/AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript)|Azur Lane bot (CN/EN/JP/TW) 碧蓝航线脚本 无缝委托科研,全自动大世界|5683|2024-03-01|
|119|[taojy123/KeymouseGo](https://github.com/taojy123/KeymouseGo)|类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 automate mouse clicks and keyboard input|5629|2024-03-01|
|120|[wzpan/wukong-robot](https://github.com/wzpan/wukong-robot)|🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,支持ChatGPT多轮对话能力,还可能是首个支持脑机交互的开源智能音箱项目。|5578|2024-01-29|
|121|[baichuan-inc/Baichuan-7B](https://github.com/baichuan-inc/Baichuan-7B)|A large-scale 7B pretraining language model developed by BaiChuan-Inc.|5560|2023-09-30|
|122|[MustardChef/WSABuilds](https://github.com/MustardChef/WSABuilds)|Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in. |5533|2024-03-01|
|123|[EstrellaXD/Auto_Bangumi](https://github.com/EstrellaXD/Auto_Bangumi)|AutoBangumi - 全自动追番工具|5524|2024-02-18|
|124|[reorx/awesome-chatgpt-api](https://github.com/reorx/awesome-chatgpt-api)|Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota.|5521|2024-02-11|
|125|[hhyo/Archery](https://github.com/hhyo/Archery)|SQL 审核查询平台|5512|2024-02-24|
|126|[Evil0ctal/Douyin_TikTok_Download_API](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)|🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音、快手、TikTok、Bilibili数据爬取工具,支持API调用,在线批量解析及下载。|5511|2023-12-01|
|127|[open-mmlab/mmcv](https://github.com/open-mmlab/mmcv)|OpenMMLab Computer Vision Foundation|5488|2024-03-01|
|128|[RangiLyu/nanodet](https://github.com/RangiLyu/nanodet)|NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥|5476|2024-01-30|
|129|[skywind3000/ECDICT](https://github.com/skywind3000/ECDICT)|Free English to Chinese Dictionary Database|5368|2023-12-02|
|130|[OpenGVLab/LLaMA-Adapter](https://github.com/OpenGVLab/LLaMA-Adapter)|[ICLR 2024] Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters|5357|2024-01-23|
|131|[nonebot/nonebot2](https://github.com/nonebot/nonebot2)|跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python|5320|2024-02-26|
|132|[Python3WebSpider/ProxyPool](https://github.com/Python3WebSpider/ProxyPool)|An Efficient ProxyPool with Getter, Tester and Server|5271|2024-01-01|
|133|[bojone/bert4keras](https://github.com/bojone/bert4keras)|keras implement of transformers for humans|5260|2023-11-02|
|134|[jsvine/pdfplumber](https://github.com/jsvine/pdfplumber)|Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.|5236|2024-02-17|
|135|[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas)|A treasure chest for visual classification and recognition powered by PaddlePaddle|5190|2024-02-27|
|136|[ricequant/rqalpha](https://github.com/ricequant/rqalpha)|A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities|5131|2024-02-27|
|137|[guofei9987/blind_watermark](https://github.com/guofei9987/blind_watermark)|Blind&Invisible Watermark ,图片盲水印,提取水印无须原图!|5090|2023-12-25|
|138|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于「Docker」/「青龙面板」/「群晖」的每日签到脚本(支持多账号)签到列表: |爱奇艺|全民K歌|有道云笔记|百度贴吧|Bilibili|V2EX|AcFun|什么值得买|阿里云盘|i茅台申购|小米运动|百度搜索资源平台|恩山论坛|奥拉星||5082|2024-02-27|
|139|[yuanxiaosc/DeepNude-an-Image-to-Image-technology](https://github.com/yuanxiaosc/DeepNude-an-Image-to-Image-technology)|DeepNude's algorithm and general image generation theory and practice research, including pix2pix, CycleGAN, UGATIT, DCGAN, SinGAN, ALAE, mGANprior, StarGAN-v2 and VAE models (TensorFlow2 implementati ...|5050|2024-01-02|
|140|[clovaai/donut](https://github.com/clovaai/donut)|Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022|5035|2023-11-15|
|141|[tychxn/jd-assistant](https://github.com/tychxn/jd-assistant)|京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能|5024|2024-01-05|
|142|[shibing624/pycorrector](https://github.com/shibing624/pycorrector)|pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,LLaMA等模型应用在纠错场景,开箱即用。|5024|2024-02-19|
|143|[rev1si0n/lamda](https://github.com/rev1si0n/lamda)|⚡️ Android reverse engineering & automation framework 史上最强安卓抓包/逆向/HOOK & 云手机/远程桌面/自动化辅助框架,你的工作从未如此简单快捷。|4993|2024-01-28|
|144|[chatopera/Synonyms](https://github.com/chatopera/Synonyms)|:herb: 中文近义词:聊天机器人,智能问答工具包|4955|2023-11-24|
|145|[zq1997/deepin-wine](https://github.com/zq1997/deepin-wine)|【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式|4953|2024-02-12|
|146|[wepe/MachineLearning](https://github.com/wepe/MachineLearning)|Basic Machine Learning and Deep Learning|4942|2024-01-20|
|147|[Johnserf-Seed/TikTokDownload](https://github.com/Johnserf-Seed/TikTokDownload)|抖音去水印批量下载用户主页作品、喜欢、收藏、图文、音频|4924|2024-01-04|
|148|[VikParuchuri/surya](https://github.com/VikParuchuri/surya)|OCR and line detection in 90+ languages|4902|2024-02-29|
|149|[yihong0618/xiaogpt](https://github.com/yihong0618/xiaogpt)|Play ChatGPT and other LLM with Xiaomi AI Speaker|4789|2024-02-03|
|150|[guofei9987/scikit-opt](https://github.com/guofei9987/scikit-opt)|Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling sales ...|4769|2024-02-17|
|151|[open-mmlab/mmpose](https://github.com/open-mmlab/mmpose)|OpenMMLab Pose Estimation Toolbox and Benchmark.|4766|2024-02-28|
|152|[deepseek-ai/DeepSeek-Coder](https://github.com/deepseek-ai/DeepSeek-Coder)|DeepSeek Coder: Let the Code Write Itself|4757|2024-02-28|
|153|[netease-youdao/QAnything](https://github.com/netease-youdao/QAnything)|Question and Answer based on Anything.|4752|2024-03-01|
|154|[sshwsfc/xadmin](https://github.com/sshwsfc/xadmin)|Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.|4740|2023-12-20|
|155|[HIT-SCIR/ltp](https://github.com/HIT-SCIR/ltp)|Language Technology Platform|4725|2023-12-01|
|156|[IrisRainbowNeko/genshin_auto_fish](https://github.com/IrisRainbowNeko/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|4706|2023-12-15|
|157|[Rockyzsu/stock](https://github.com/Rockyzsu/stock)|30天掌握量化交易 (持续更新)|4690|2024-02-04|
|158|[InternLM/InternLM](https://github.com/InternLM/InternLM)|Official release of InternLM2 7B and 20B base and chat models. 200K context support|4685|2024-03-01|
|159|[TophantTechnology/ARL](https://github.com/TophantTechnology/ARL)|ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|4659|2023-12-29|
|160|[mozillazg/python-pinyin](https://github.com/mozillazg/python-pinyin)|汉字转拼音(pypinyin)|4618|2024-01-19|
|161|[open-mmlab/mmdetection3d](https://github.com/open-mmlab/mmdetection3d)|OpenMMLab's next-generation platform for general 3D object detection.|4592|2024-02-26|
|162|[PaddlePaddle/PaddleX](https://github.com/PaddlePaddle/PaddleX)|PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)|4538|2024-02-01|
|163|[vvbbnn00/WARP-Clash-API](https://github.com/vvbbnn00/WARP-Clash-API)|该项目可以让你通过订阅的方式使用Cloudflare WARP+,自动获取流量。This project enables you to use Cloudflare WARP+ through subscription, automatically acquiring traffic.|4503|2024-03-01|
|164|[dataelement/bisheng](https://github.com/dataelement/bisheng)|Bisheng is an open LLM devops platform for next generation AI applications.|4467|2024-03-01|
|165|[man-group/dtale](https://github.com/man-group/dtale)|Visualizer for pandas data structures|4467|2024-01-31|
|166|[YaoFANGUK/video-subtitle-extractor](https://github.com/YaoFANGUK/video-subtitle-extractor)|视频硬字幕提取,生成srt文件。无需申请第三方API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files. |4435|2024-02-21|
|167|[tebelorg/RPA-Python](https://github.com/tebelorg/RPA-Python)|Python package for doing RPA|4418|2023-12-24|
|168|[THUDM/CogVLM](https://github.com/THUDM/CogVLM)|a state-of-the-art-level open visual language model 多模态预训练模型|4350|2024-02-27|
|169|[madawei2699/myGPTReader](https://github.com/madawei2699/myGPTReader)|A community-driven way to read and chat with AI bots - powered by chatGPT.|4350|2023-11-19|
|170|[Plachtaa/VITS-fast-fine-tuning](https://github.com/Plachtaa/VITS-fast-fine-tuning)|This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion|4347|2024-01-05|
|171|[aigc-apps/sd-webui-EasyPhoto](https://github.com/aigc-apps/sd-webui-EasyPhoto)|📷 EasyPhoto Your Smart AI Photo Generator.|4329|2024-02-29|
|172|[thunlp/OpenNRE](https://github.com/thunlp/OpenNRE)| An Open-Source Package for Neural Relation Extraction (NRE)|4195|2024-01-10|
|173|[pkuliyi2015/multidiffusion-upscaler-for-automatic1111](https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111)|Tiled Diffusion and VAE optimize, licensed under CC BY-NC-SA 4.0|4185|2023-11-01|
|174|[jackhawks/rectg](https://github.com/jackhawks/rectg)|经过精心筛选,从 5000+ 个电报群组/频道/机器人中挑选出的优质推荐!如果您有更多值得推荐的电报群组/频道/机器人,欢迎在 issues 中留言或提交 pull requests。感谢您的关注!|4137|2024-02-04|
|175|[g1879/DrissionPage](https://github.com/g1879/DrissionPage)|基于python的网页自动化工具。既能控制浏览器,也能收发数据包。可兼顾浏览器自动化的便利性和requests的高效率。功能强大,内置无数人性化设计和便捷功能。语法简洁而优雅,代码量少。|4095|2024-02-28|
|176|[shidenggui/easyquotation](https://github.com/shidenggui/easyquotation)|实时获取新浪 / 腾讯 的免费股票行情 / 集思路的分级基金行情|4092|2023-12-13|
|177|[NewFuture/DDNS](https://github.com/NewFuture/DDNS)|:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)|4086|2024-02-26|
|178|[timesler/facenet-pytorch](https://github.com/timesler/facenet-pytorch)|Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models|4018|2023-11-02|
|179|[xxlong0/Wonder3D](https://github.com/xxlong0/Wonder3D)|Single Image to 3D using Cross-Domain Diffusion|3996|2024-02-28|
|180|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|3961|2024-02-09|
|181|[zpoint/CPython-Internals](https://github.com/zpoint/CPython-Internals)|Dive into CPython internals, trying to illustrate every detail of CPython implementation|3961|2023-12-15|
|182|[megvii-research/ECCV2022-RIFE](https://github.com/megvii-research/ECCV2022-RIFE)|ECCV2022 - Real-Time Intermediate Flow Estimation for Video Frame Interpolation|3960|2024-01-25|
|183|[InsaneLife/ChineseNLPCorpus](https://github.com/InsaneLife/ChineseNLPCorpus)|中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。|3952|2023-11-21|
|184|[blackboxo/CleanMyWechat](https://github.com/blackboxo/CleanMyWechat)|自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。|3925|2024-01-12|
|185|[tmux-python/tmuxp](https://github.com/tmux-python/tmuxp)|🖥️ Session manager for tmux, build on libtmux.|3894|2024-02-24|
|186|[kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts)|-|3861|2024-03-01|
|187|[luosiallen/latent-consistency-model](https://github.com/luosiallen/latent-consistency-model)|Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference|3858|2023-12-02|
|188|[imWildCat/scylla](https://github.com/imWildCat/scylla)|Intelligent proxy pool for Humans™ to extract content from the internet and build your own Large Language Models in this new AI era|3856|2024-02-05|
|189|[yangjianxin1/Firefly](https://github.com/yangjianxin1/Firefly)|Firefly: 大模型训练工具,支持训练Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型|3837|2024-02-26|
|190|[THUDM/VisualGLM-6B](https://github.com/THUDM/VisualGLM-6B)|Chinese and English multimodal conversational language model 多模态中英双语对话语言模型|3822|2023-12-07|
|191|[shibing624/text2vec](https://github.com/shibing624/text2vec)|text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。|3802|2024-02-21|
|192|[IDEA-CCNL/Fengshenbang-LM](https://github.com/IDEA-CCNL/Fengshenbang-LM)|Fengshenbang-LM(封神榜大模型)是IDEA研究院认知计算与自然语言研究中心主导的大模型开源体系,成为中文AIGC和认知智能的基础设施。|3792|2023-12-27|
|193|[open-mmlab/mmaction2](https://github.com/open-mmlab/mmaction2)|OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark|3768|2024-01-11|
|194|[jxxghp/MoviePilot](https://github.com/jxxghp/MoviePilot)|NAS媒体库自动化管理工具|3765|2024-03-01|
|195|[FlagAI-Open/FlagAI](https://github.com/FlagAI-Open/FlagAI)|FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.|3725|2024-02-05|
|196|[FlagOpen/FlagEmbedding](https://github.com/FlagOpen/FlagEmbedding)|Dense Retrieval and Retrieval-augmented LLMs|3722|2024-02-29|
|197|[z1069614715/objectdetection_script](https://github.com/z1069614715/objectdetection_script)|一些关于目标检测的脚本的改进思路代码,详细请看readme.md|3691|2024-02-25|
|198|[triwinds/ns-emu-tools](https://github.com/triwinds/ns-emu-tools)|一个用于安装/更新 NS 模拟器的工具|3673|2024-02-28|
|199|[thunlp/OpenKE](https://github.com/thunlp/OpenKE)|An Open-Source Package for Knowledge Embedding (KE)|3661|2024-01-10|
|200|[yl4579/StyleTTS2](https://github.com/yl4579/StyleTTS2)|StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models|3628|2024-03-01|