Skip to content

deveshkedia/CT_Decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CT Decode - The Logical Order

A web application that reads Lung CT Scan Images and detects lesions in the patients’ Lungs

Languages used: HTML, CSS, JavaScript. Python

IMPORTANT

  1. For testing the "Scan" functionality of the website, we are providing 5 sample "nii.gz" files. They are stored in CT_Decode/CT_Decode/src/example-nii/ folder.

  2. To run the project on the local server, start the application by using this statement in cmd:

pip install -r requirements.txt
python3 manage.py runserver

or

pip install -r requirements.txt
python manage.py runserver

depending on the python version.

About

A lung lession detection system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published