Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Keras | 59,447 | 578 | 6 hours ago | 80 | June 27, 2023 | 100 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
Scikit Learn | 55,996 | 18,944 | 9,755 | 6 hours ago | 71 | June 30, 2023 | 2,260 | bsd-3-clause | Python | |
scikit-learn: machine learning in Python | ||||||||||
Ml For Beginners | 53,637 | 7 days ago | 7 | mit | HTML | |||||
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all | ||||||||||
Made With Ml | 34,217 | 4 days ago | 5 | May 15, 2019 | 4 | mit | Jupyter Notebook | |||
Learn how to design, develop, deploy and iterate on production-grade ML applications. | ||||||||||
Ray | 27,966 | 80 | 298 | 8 hours ago | 87 | July 24, 2023 | 3,451 | apache-2.0 | Python | |
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads. | ||||||||||
Streamlit | 27,572 | 17 | 898 | 6 hours ago | 204 | July 20, 2023 | 671 | apache-2.0 | Python | |
Streamlit — A faster way to build and share data apps. | ||||||||||
Spacy | 27,244 | 1,533 | 1,198 | 7 hours ago | 222 | July 07, 2023 | 94 | mit | Python | |
💫 Industrial-strength Natural Language Processing (NLP) in Python | ||||||||||
Data Science Ipython Notebooks | 25,242 | 3 months ago | 34 | other | Python | |||||
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines. | ||||||||||
Lightning | 24,740 | 7 | 620 | 6 hours ago | 253 | July 25, 2023 | 688 | apache-2.0 | Python | |
Deep learning framework to train, deploy, and ship AI products Lightning fast. | ||||||||||
Applied Ml | 24,714 | 23 days ago | 3 | mit | ||||||
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production. |
Metaflow is a human-friendly library that helps scientists and engineers build and manage real-life data science projects. Metaflow was originally developed at Netflix to boost productivity of data scientists who work on a wide variety of projects from classical statistics to state-of-the-art deep learning.
For more information, see Metaflow's website and documentation.
Metaflow provides a simple, friendly API that covers foundational needs of ML, AI, and data science projects:
Getting up and running is easy. If you don't know where to start, Metaflow sandbox will have you running and exploring Metaflow in seconds.
To install Metaflow in your local environment, you can install from PyPi:
pip install metaflow
Alternatively, you can also install from conda-forge:
conda install -c conda-forge metaflow
If you are eager to try out Metaflow in practice, you can start with the tutorial. After the tutorial, you can learn more about how Metaflow works here.
While you can get started with Metaflow easily on your laptop, the main benefits of Metaflow lie in its ability to scale out to external compute clusters and to deploy to production-grade workflow orchestrators. To benefit from these features, follow this guide to configure Metaflow and the infrastructure behind it appropriately.
An active community of thousands of data scientists and ML engineers discussing the ins-and-outs of applied machine learning.
There are several ways to get in touch with us:
We welcome contributions to Metaflow. Please see our contribution guide for more details.