aish-where-ya / Libre-Health-POC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libre-Health-POC

To deploy on local machine -

Use of a virtual environment is recommended.

  1. Clone this repository
git clone https://github.com/aish-where-ya/Libre-Health-POC.git
  1. Make sure you have tensorflow=1.15 installed. If not then run -
pip3 install tensorflow==1.15
  1. Install requirements.txt
pip3 install -r requirements.txt
  1. Run the project by navigating inside Libre-Health-POC and executing -
python3 index.py
  1. Navigate to http://127.0.0.1:5000/ and follow the given instructions.

Note

The requirements.txt file installs tensorflow==2.1.0. This installation removes tensorflow==1.15. Please reinstall tensorflow==1.15 using pip3 install tensorflow==1.15 after requirements.txt has been installed so that both the versions of tensorflow are available for use.

Images of the UI -

  1. Screen to enter details and upload X-Ray image. Screenshot from 2020-03-30 02-32-29
  2. Screen after prediction of the disease. (SSD Mobilenet shown in the picture) Screenshot from 2020-03-30 14-35-48

About


Languages

Language:Jupyter Notebook 99.1%Language:CSS 0.3%Language:Python 0.3%Language:HTML 0.2%Language:JavaScript 0.0%