Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 841 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 841 Bytes



Viewmyai

COVID 19 X RAY SCANNER

DATASETS

Download the covid dataset and extract it under project folder link

Download the xray dataset and extract it under project folder link

Backend

  • FLASK

Build Setup

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 

Setup Virtual environments

For detailed explanation on how things work, checkout the guide