start backend by running endpoints.py
python3 endpoints.py
and start UI by running ui.py
streamlit run ui.py
you can use app as jupyter notebook in Google Colab, check Covid_CT.ipynb
if you using data version control like dvc, use following instruction to download weights.
For downloading models, first install DVC
pip install dvc
then use following command to download:
dvc pull
if you want to directly download weights and not using dvc, use following instruction:
chmod +x ./models/get_weoghts.sh
./models/get_weoghts.sh
- Note: Weights stored in Google Drive Probably you need to install
gdown
pip3 install gdown