Baessler-Lab / swag-tag

A Streamlit-based webapp for annotation of medical images and reports.
2 stars 0 forks source link

doc: Add a README.md #2

Closed laqua-stack closed 1 year ago

laqua-stack commented 1 year ago

Feature Request

Is your feature request related to a problem? We have no reasonable readme with an entry point to the app yet.

Describe the solution you'd like: Write a README with instructions to install and run the code.

Describe alternatives you've considered.

None.

laqua-stack commented 1 year ago

@AmarHek We should maybe pull the conda-pip-requirements into main/stable and add cmdline instructions like

git clone .../swag-tag
git clone baessler-lab/dicom-base
pip install -e dicom-base
conda env create -f environment.yml
pip install -r frozen-requirements.txt 
AmarHek commented 1 year ago

@laqua-stack I've added a Readme with some Features listed and moved the environment.yml and frozen-requirements.txt to branch 10-feat-add-stable-branch for now. Which branches do we currently need?