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.git
Navigate to the project directory and create the required Conda environment:
$ cd stroke-analyst
$ conda env create -f environment.yml
SA2 UI has been built using Streamlit. Start the application with the following command:
$ streamlit run src/Home.py
SA2 will start running in your browser.