Pneumonia and COVID detector developed python and tensorflow, flask as a backend and Angular frontend
Train model
- Install this Radiography database
- Then put on training/in folder
- Rename the dataset folder to images-dataset
- Using pip install requirements.txt
- Inside training folder run on terminal
python main.py
API
- Inside api folder set FLASK_APP var to main.py
- If you are on Windows
set FLASK_APP=main.py
- If you are on Mac/Linux
export FLASK_APP=main.py
- If you are on Windows
- Run
flask run
Angular predictor website
- You need to have the angular cli installed
- Inside /frontend folder run
ng serve
for a dev server. - Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.