DataMetaMap

Install

Requirements

DataMetaMap requires Python 3.10+ and the following packages:

Install from source (recommended)

Clone the repository and install in editable mode:

git clone https://github.com/intsystems/DataMetaMap
cd DataMetaMap
pip install -e .

Install via pip (GitHub)

pip install git+https://github.com/intsystems/DataMetaMap

Install dependencies manually

If you prefer to install dependencies yourself:

pip install torch torchvision numpy scikit-learn POT tqdm pytorch-lightning pydantic pandas
Note: For GPU support, install the CUDA-enabled version of PyTorch. See the official PyTorch installation guide.

Verify installation

import data_meta_map
print(data_meta_map.__version__)
# 0.0.1