DataMetaMap requires Python 3.10+ and the following packages:
Clone the repository and install in editable mode:
git clone https://github.com/intsystems/DataMetaMap
cd DataMetaMap
pip install -e .
pip install git+https://github.com/intsystems/DataMetaMap
If you prefer to install dependencies yourself:
pip install torch torchvision numpy scikit-learn POT tqdm pytorch-lightning pydantic pandas
import data_meta_map
print(data_meta_map.__version__)
# 0.0.1