Environment Setup
Choose one of the options below to set up your environment for running the DUA mapping workflows.
Option 1: Local Setup
💻 Run on Your Own Laptop
Clone the repository and set up the environment on your machine using Conda or Docker.
Step 1: Clone the Repository
git clone https://github.com/IDEAtlas/ai-dua-mapping.git
cd ai-dua-mapping
Step 2: Choose your environment setup:
Option A: Using Conda python setup.py --conda
conda activate ideatlas
Option B: Using Docker python setup.py --docker
docker exec -it ideatlas bash
Step 3: Launch Jupyter Lab
To enable interactive experimentation via Jupyter Notebook, launch Jupyter Lab by executing the following command and open DUA_mapping.ipynb:
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
Option 2: Cloud Environment
☁️ Launch in Binder
Run in an interactive Jupyter environment directly in your browser. No installation required!
Note: Please ensure all required data is placed in the corresponding folders as outlined in the IDEAtlas user handbook.