Skip to content

Vovinsa/COVID_classification_and_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid classification and segmentation

  • run to move in COVID_Django folder:
cd COVID_Django
  • run to install requirements:
python3 install -r requirements.txt
  • run to start server:
python3 manage.py runserver 0.0.0.0:5000

If you are using Mac on M1

  • download Miniforge
  • run to install tensorflow for Mac on M1:
python3 -m venv ~/tensorflow-metal
source ~/tensorflow-metal/bin/activate
python -m pip install -U pip
chmod +x ~/Downloads/Miniforge3-MacOSX-arm64.sh
sh ~/Downloads/Miniforge3-MacOSX-arm64.sh
source ~/miniforge3/bin/activate
conda install -c apple tensorflow-deps
python -m pip install tensorflow-macos
python -m pip install tensorflow-metal
  • run to move in COVID_Django folder:
cd COVID_Django
  • run to install requirements:
python3 install -r requirements.txt
  • run to start server:
python3 manage.py runserver 0.0.0.0:5000

View for loading scan/archive

"img"

View of PNG scan prediction

"img_main"

Dicom viewer

"img_dicom_viewer"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages