Welcome to the StrokeAnalyst-2 (SA2) repository!
SA2 is designed for stroke lesion analysis on immunochemistry images, providing segmentation, volumetric calculations, and anatomical mapping.
git clone https://github.com/yoghurtina/stroke-analyst.gitNavigate to the project directory and create the required Conda environment:
$ cd stroke-analyst$ conda env create -f environment.ymlSA2 UI has been built using Streamlit. Start the application with the following command:
$ streamlit run src/Home.pySA2 will start running in your browser.