This is a Django-based web app that allows uploading DICOM (.dcm) files, extracts basic patient metadata (like name and study date), and displays them.
- Upload
.dcmfiles - Parse and display patient info
- Store uploaded files locally
- Mobile-responsive frontend
- Django
- HTML/CSS
- Pydicom
git clone https://github.com/Spurgeon008/Alaska_code_.git
cd dicom-album
# For Docker v1
docker-compose up --build
# For Docker v2
docker compose up --build