janosh/awesome-normalizing-flows
Awesome resources on normalizing flows.
This is a curated collection of resources for understanding and applying normalizing flows, a statistical tool for building complex probability distributions. It provides publications, applications, videos, and code packages. Researchers, statisticians, and machine learning practitioners who need to model intricate data distributions would find this useful for discovering relevant materials.
1,611 stars. No commits in the last 6 months.
Use this if you are a researcher or practitioner looking to quickly find academic papers, code, or tutorials related to normalizing flows for advanced statistical modeling or generative tasks.
Not ideal if you are looking for a simple, ready-to-use software tool that directly solves a specific domain problem without requiring an understanding of advanced statistical modeling.
Stars
1,611
Forks
131
Language
Python
License
MIT
Category
Last pushed
Jul 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/janosh/awesome-normalizing-flows"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/rectified-flow-pytorch
Implementation of rectified flow and some of its followup research / improvements in Pytorch
probabilists/zuko
Normalizing flows in PyTorch
davidnabergoj/torchflows
Modern normalizing flows in Python. Simple to use and easily extensible.
keishihara/flow-matching
Flow Matching implemented in PyTorch
LukasRinder/normalizing-flows
Implementation of normalizing flows in TensorFlow 2 including a small tutorial.