Image analysis of home environment after stem cell transplant
This repository contains a small script that generates a PDF checklist for home safety during stem cell transplant recovery (pets, mold, household exposures).
generate_stem_cell_checklist.py— script that builds the PDF using ReportLab.requirements.txt— Python dependencies..github/workflows/python-ci.yml— optional CI to check that the script runs.
- Clone the repo:
git clone <your-repo-url> cd <your-repo-name> - Create & activate a virtual environment (recommended):
python -m venv .venv source .venv/bin/activate # macOS / Linux .venv\Scripts\activate # Windows - Install dependencies:
pip install -r requirements.txt - Run the generator:
python generate_stem_cell_checklist.py --output "Stem_Cell_Healing_Environment_Pets_Mold_Safety.pdf"
- This checklist is for environmental optimization only and is not medical advice. Consult clinicians for anything clinical or patient-specific.
- Update the script, content, or metadata to match your institution's guidance before sharing publicly.
Choose and add a license (e.g., MIT). Replace this section with the chosen license text.