04Data + ML7 min
duckdb / duckdb
DuckDB can query Parquet, CSV, JSON, Arrow data, and its own database files without making a separate database server the center of the workflow. That embedded shape is unusually useful for local analysis, reproducible data jobs, application features, and tests, but it comes with a concurrency model that deserves careful reading.
14Data + ML7 min
huggingface / transformers
Hugging Face Transformers provides shared model definitions and workflows for text, vision, audio, video, and multimodal systems. Its importance is not a single convenient pipeline. It is the agreement that a supported architecture can move among training tools, inference engines, and adjacent libraries without every project reimplementing the model from a paper.
19Data + ML8 min
pandas-dev / pandas
The DataFrame and Series make labels, missing values, grouping, reshaping, time series, and file I/O available through a consistent Python surface. pandas is often the shortest path from an unfamiliar table to an explainable result, as long as schema, memory, mutation, and scale are treated as engineering concerns rather than notebook details.
22Data + ML7 min
scikit-learn / scikit-learn
Estimators, transformers, pipelines, model-selection tools, and metrics share conventions that let preprocessing and prediction be tested as one system. scikit-learn is especially strong when the hard part is building a defensible evaluation around structured data, not training the largest possible neural network.
27Data + ML7 min
pytorch / pytorch
PyTorch combines an eager Python experience, automatic differentiation, neural-network modules, accelerator backends, compilation and export paths, and distributed primitives. The repository is a foundation rather than a complete ML product, and serious adoption requires compatibility, data, evaluation, packaging, and composite-license review around the core.
BSD-style core terms in the repository LICENSE, with bundled and third-party components carrying separate notices and license obligationsRead the field guide →