mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-12 22:57:40 -05:00
[PR #2730] [CLOSED] ML/DL/NLP libraries added #18077
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2730
Author: @sahillihas
Created: 7/4/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
ced697aML/DL/NLP libraries added📊 Changes
1 file changed (+101 additions, -89 deletions)
View changed files
📝
README.md(+101 -89)📄 Description
Added essential libraries under Machine Learning, Deep Learning, and NLP categories to reflect widely adopted tools in modern ML/DL workflows.
Machine Learning
lightgbm– Fast, distributed, high-performance gradient boosting.catboost– High-performance gradient boosting on decision trees.optuna– Automatic hyperparameter optimization framework.mlflow– End-to-end platform for managing the ML lifecycle.Deep Learning
transformers– State-of-the-art NLP models by Hugging Face.diffusers– Diffusion models for image and audio generation.sentence-transformers– Multilingual sentence & image embeddings.Natural Language Processing
transformers– Pretrained NLP models for PyTorch/TensorFlow.datasets– Hugging Face hub for ready-to-use datasets.evaluate– Metrics and evaluation tools for ML models.sentence-transformers– Sentence embeddings for semantic search and more.These libraries are actively maintained, production-ready, and widely used in both industry and academia.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.