Covid 19 X ray Prediction Flask applicatiom
Use the package manager [pip]
pip install requirements.txt
python app.py
Place your trained keras deep learning model to the directory.
See Keras applications for more available models such as DenseNet, MobilNet, NASNet, etc.
Modify files in templates and static directory.
index.html, base.html for the UI and main.js for all the behaviors
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.