Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Transformers | 102,914 | 64 | 911 | 16 hours ago | 91 | June 21, 2022 | 742 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Stable Diffusion Webui | 81,079 | 16 hours ago | 1,929 | agpl-3.0 | Python | |||||
Stable Diffusion web UI | ||||||||||
Pytorch | 67,538 | 146 | 15 hours ago | 23 | August 10, 2022 | 12,187 | other | Python | ||
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Real Time Voice Cloning | 41,693 | a month ago | 129 | other | Python | |||||
Clone a voice in 5 seconds to generate arbitrary speech in real-time | ||||||||||
Yolov5 | 39,091 | 2 days ago | 35 | May 21, 2022 | 257 | agpl-3.0 | Python | |||
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite | ||||||||||
Made With Ml | 33,193 | a month ago | 5 | May 15, 2019 | 11 | mit | Jupyter Notebook | |||
Learn how to responsibly develop, deploy and maintain production machine learning applications. | ||||||||||
Mockingbird | 29,184 | 2 | 4 days ago | 9 | February 28, 2022 | 425 | other | Python | ||
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time | ||||||||||
Gfpgan | 27,651 | 1 | 2 months ago | 11 | February 15, 2022 | 209 | other | Python | ||
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. | ||||||||||
Pytorch Tutorial | 26,129 | 2 months ago | 85 | mit | Python | |||||
PyTorch Tutorial for Deep Learning Researchers | ||||||||||
Ray | 25,903 | 80 | 199 | 16 hours ago | 76 | June 09, 2022 | 2,894 | apache-2.0 | Python | |
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. |
Here is my python source code for training an agent to play Tetris. It could be seen as a very basic example of Reinforcement Learning's application.
Tetris demo
The demo could also be found at youtube demo
With my code, you can:
You could find my trained model at trained_models/tetris