Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 1.23 KB

File metadata and controls

67 lines (45 loc) · 1.23 KB

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"