Stars
An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)
A debugging and profiling tool that can trace and visualize python code execution
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…
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
Code for 'Consistent Stay-at-home Policy Would Further Reduce Hundreds of Thousands of COVID-19 Cases'
I took Andrew Ng's Machine Learning course on Coursera and did the homework assigments... but, on my own in python because I love jupyter notebooks!
这是我参加招商银行fintech精英选拔时,做的一个课题。用Python对新浪微博进行爬虫,然后进行舆情分析。爬虫之前,需要模拟登陆,这里采用RSA加密模块模拟登陆。舆情分析的时候,我直接调用腾讯文智的感情分析API。
Nextstrain build for novel coronavirus SARS-CoV-2
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
Go implementation of the Ethereum protocol
Python3 library providing an easy interface to the Bitcoin data structures and protocol.
比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。