Python Loader / CLI Entrypoint
Installation Steps
Step 1: Download Required Files
Download the required files:
- loader.py - Main launch script
- docker-compose.yml - Docker configuration
Usage
Basic Launch
python3 loader.py
The script will guide you through:
- Environment Detection
- Checks Docker availability
- Verifies system requirements
- Detects platform (Linux/macOS/Windows)
- Configuration Setup
- BIDS dataset path selection
- Output directory configuration
- Resource allocation
- Docker Management
- Downloads Docker images (first run)
- Starts containers
- Manages environment variables
When the loader program has completed:
# Try entering the core GUI tool
GUI
# Try entering the pre-processing tool
pre-process
# Try starting the flex-search tool
flex-search
If these manage to load the CLI you are good to go!