adapt and Transfer-Learning-Library

These are **competitors** — both provide comprehensive Python frameworks for domain adaptation tasks with overlapping core functionality (adversarial adaptation, optimal transport, self-training), though Transfer-Learning-Library offers broader scope beyond domain adaptation while adapt-python focuses more narrowly on the domain adaptation problem space.

adapt
60
Established
Maintenance 6/25
Adoption 10/25
Maturity 25/25
Community 19/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 23/25
Stars: 366
Forks: 54
Downloads:
Commits (30d): 0
Language: Python
License: BSD-2-Clause
Stars: 3,884
Forks: 591
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m No Package No Dependents

About adapt

adapt-python/adapt

Awesome Domain Adaptation Python Toolbox

This toolbox helps data scientists and machine learning engineers build predictive models that perform well even when the data used for training is different from the data they will be used on. You feed it existing data from one domain (source) and new data from a related but different domain (target), and it outputs a refined machine learning model tailored for the target domain. This is useful for anyone applying machine learning models in evolving real-world scenarios.

predictive-modeling data-drift model-adaptation machine-learning-deployment cross-domain-analysis

About Transfer-Learning-Library

thuml/Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization

When you have a well-performing AI model trained on specific data (like images from one type of camera) but need it to work equally well on similar data from a different source (like another camera type or dataset), this library helps bridge that gap. It takes your existing model and new, slightly different data, and adapts the model so it performs robustly across both. This is ideal for AI researchers and machine learning engineers dealing with real-world data variability.

AI model adaptation image classification object detection semantic segmentation robust AI

Scores updated daily from GitHub, PyPI, and npm data. How scores work