# dante **Repository Path**: mirrors_ibm/dante ## Basic Information - **Project Name**: dante - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DANTE Dante - **D**eep le**A**rning u**N**cer**T**ainty **E**stimation # Installation Create a virtual environment ``` python -m venv --system-site-packages venv source venv/bin/activate ``` Install DANTE (in editable mode): ``` pip install -e . ``` # Examples [TITAN](examples/TITAN/TITAN_EXAMPLE.md)