├── LICENSE ├── Pneumonia Detector project .ipynb ├── Project_Frontend_Gradio.ipynb ├── README.md ├── Screenshots ├── final.png ├── initial.png └── middle.png ├── app.py └── templates └── index.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/LICENSE -------------------------------------------------------------------------------- /Pneumonia Detector project .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/Pneumonia Detector project .ipynb -------------------------------------------------------------------------------- /Project_Frontend_Gradio.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/Project_Frontend_Gradio.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/Screenshots/final.png -------------------------------------------------------------------------------- /Screenshots/initial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/Screenshots/initial.png -------------------------------------------------------------------------------- /Screenshots/middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/Screenshots/middle.png -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/app.py -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyam6969/Pneumonia-Detection-using-FastAI/HEAD/templates/index.html --------------------------------------------------------------------------------