4月份最热门的Python开源项目
即将开播:5月14日,Jenkins在K8S下的三种部署流程和实战演示
4月份GitHub上最热门的Python开源项目排行已经出炉啦,一起来看看上榜详情吧!
1. Real-Time-Voice-Cloning
https://github.com/CorentinJ/Real-Time-Voice-Cloning
Star 17065
Real-Time Voice Cloning 是“Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis(SV2TTS)”论文的实现,这是一个三阶深度学习框架,允许从几秒钟的音频中创建一个数字化的语音,并使用它来调节训练的“文本转语音”模型,以推广到新的声音。
此项目中带有一个实时工作的声码器。
2. interview_internal_reference
https://github.com/0voice/interview_internal_reference
Star 26306
该项目是关于阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总,而且是2019年最新总结。
3. machine_learning_examples
https://github.com/lazyprogrammer/machine_learning_examples
Star 4818
机器学习示例和教程的集合。
4. youtube-dl
https://github.com/ytdl-org/youtube-dl
Star 65740
youtube-dl是一个用来从YouTube.com网站上下载视频文件的命令行工具。它采用Python开发,运行时需要Python的解释环境。支持多个OS平台,支持众多视频网站(见附图)国内优酷、土豆、新浪和搜狐,国外YouTube等赫然在列。
5. eat_tensorflow2_in_30_days
https://github.com/lyhue1991/eat_tensorflow2_in_30_days
Star 3713
这是一本有关TensorFlow 2.0的书,主要基于TensorFlow的官方文档及其功能。
6. public-apis
https://github.com/public-apis/public-apis
Star 80864
PublicApis:公共API目录大全是一个通过 MaShape 市场整合的世界上最全的 API 接口目录,支持关键词搜索和添加API数据,方便开发者快速的找到自己想要的 API,目已经收录 5321 种 API 接口。
7. Background-Matting
https://github.com/senguptaumd/Background-Matting
Star 2003
Background-Matting是一个基于背景抠图的工具,正如它的 slogan:The World is Your Green Screen所说,只要你用Background-Matting即使你不会ps抠图,推理代码可以帮你更换图片中的背景。
8. twint
https://github.com/twintproject/twint
Star 4902
使用Python编写的高级Twitter抓取和OSINT工具,不使用Twitter的API,也可以抓取用户的关注者和推文等。
9. ParlAI
https://github.com/facebookresearch/ParlAI
Star 5858
这是一个Python框架,用于共享,训练和测试从开放域聊天到VQA(可视化问答)的对话模型。
10. UGATIT
https://github.com/taki0112/UGATIT
Star 5122
UGATIT官方 Tensorflow 实施,用于图像到图像转换的自适应层实例规范化的无监督生成注意网络。
11. system-design-primer
https://github.com/donnemartin/system-design-primer
Star 93670