Download the covid dataset and extract it under project folder link
Download the xray dataset and extract it under project folder link
- FLASK
cd viewmyai-covid-xray
# run virtual environments
python3 -m venv v
# activate
source env/bin/activate
# install dependencies
pip3 install -r requirments.txt
# serve with hot reload at localhost:5000
python3 app.py
For detailed explanation on how things work, checkout the guide