Skip to content

SURFQuantum/qc-medical-imaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QC Medical Imaging

This repository contains code for QC Medical Imaging.

Building the Virtual Environment

To build a virtual environment for this project, follow these steps:

  1. Install Python: Ensure you have Python 3.8 or later installed on your system.
  2. Create a virtual environment: Run the following command to create a new virtual environment:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Project structure

qc-medical-imaging/ ├── README.md ├── requirements.txt ├── QCNN/ # Quantum NN work ├── CNN/ # classical convolutional NNs ├── docs/ # docs ├── Liza_Experiments/ # Liza's original experiments └── .gitignore

Dataset

Download train and valid files from PatchCamelyon or vector size 48 (4x4x3) on confluence: https://confluence.ia.surf.nl/display/QUANTM/Dataset

About

Medical Imaging with Machine Learning and Quantum Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors