NiChart is a comprehensive framework designed to revolutionize neuroimaging research. It offers large-scale neuroimaging capabilities, sophisticated analysis methods, and user-friendly tools, all seamlessly integrated into a local installation version and the AWS Cloud.
For recommended system configuration, please refer to: nnUNet hardware requirements.
Mamba installation Mamba Installation Guide (Official)
Example (Linux x86):
wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
bash Mambaforge-Linux-x86_64.sh
mamba create -c conda-forge -c bioconda -n NCP_env python=3.12 snakemake
mamba activate NCP_env
git clone https://github.com/CBICA/NiChart_Project.git
pip install -r requirements.txt
cd src/viewer/
streamlit run NiChartProject.py
The app will start in your localhost.
© 2024 CBICA. All Rights Reserved.