This project is a webapp that is used in predicting pneumonia using x-ray images.
1) Fire up your favourite console & clone this repo somewhere:
❍ git clone https://github.com/vahiwe/Pneumonia-Prediction-App.git
2) Enter this directory:
❍ cd Pneumonia-Prediction-App
3) Install python if not already installed and run this command to install python packages/dependencies for the application:
❍ pip install -r requirements.txt
4) Run to create database for the application:
❍ python db_create.py
5) Start the server to view the webapp:
❍ flask run
6) Open your browser and type in this URL to view the webapp:
❍ http://127.0.0.1:5000/
Happy developing!