Convert DICOM medical imaging files to 3D models.
git clone https://github.com/lakshyakhandelwal2901/Dicom-to-3D-.git
cd Dicom-to-3D-pip install -r requirements.txtpython3 generate_3d_model.pyUpload/download files to Google Drive for cloud storage:
# List files
python3 gdrive_list.py
# Upload
python3 gdrive_upload.py <file> <folder>
# Download
python3 gdrive_download.py <filename> <destination>Dicom-to-3D-/
├── generate_3d_model.py # Create 3D models from DICOM
├── gdrive_upload.py # Upload to Google Drive
├── gdrive_download.py # Download from Google Drive
├── gdrive_list.py # List Google Drive files
├── path_utils.py # Path handling utilities
├── credentials.json # Google Drive credentials (gitignored)
└── token.pickle # Google Drive token (gitignored)
🚧 Project Reset - Clean Slate
Ready for fresh implementation of DICOM to 3D conversion pipeline.