Disclaimer: This app is built only for educational purposes and not suitable to use in the real world whatsoever!
A web app to run an image classifier to distinct between COVID-19 Xrays versus normal[1]. The model is based on the Convolutional Neural Network built with Keras with Tensorflow backend[2]. Datasets: [3-4]
# 1. Clone this repo
$ cd COVID19-Classification
# 2. Build Docker image
$ docker-compose build
# 3. Run!
$ docker-compose up
Open http://localhost and wait till the webpage is loaded.
- Clone this repo
- Install requirements
- gunicorn -k gevent -w 5 app:app -b 0.0.0.0:5000
- Go to http://localhost:5000
- Done! 🎉
👇 Screenshot:
Flask
keras | tensorflow | scikit-image | pandas | numpy | h5py
HTML | CSS | JS