Documentation Index
Fetch the complete documentation index at: https://imcui.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Requirements
Installation Methods
PyPI (Recommended)
For most users, PyPI is the fastest and easiest way:With Dataset Support
Include automatic dataset downloading:System Requirements
System Requirements
Windows, macOS, or Linux with Python 3.10+
GPU Support
GPU Support
CUDA 11.8+ for GPU acceleration (optional)
Docker
Use Docker for isolated, reproducible environments:Background Mode
Background Mode
Custom Port
Custom Port
Source Installation
Install from the GitHub repository for development or latest features:This installs in editable mode, allowing you to make changes to the source code without reinstalling.
Environment Setup
Virtual Environment (Recommended)
GPU Configuration
For CUDA-enabled systems:Data Management
Example Datasets
Example datasets (82MB) automatically download on first run:Linux/macOS
Linux/macOS
~/.cache/imcui/datasets/Windows
Windows
%LOCALAPPDATA%\imcui\datasets\Custom Data Paths
Set a custom location for example datasets:Environment Variable
Environment Variable
CLI Flag
CLI Flag
Configuration File
Configuration File
Verification
Test your installation:1.0.0 and CLI options.
Troubleshooting
Import Errors
Import Errors
Ensure you’re using the correct Python environment and all dependencies are installed:
CUDA Not Found
CUDA Not Found
Verify CUDA installation:For CPU-only usage, the application will automatically fallback.
Permission Denied
Permission Denied
Use a virtual environment or user installation:
Still having issues? Check our troubleshooting guide for common problems and solutions.