An open API service indexing awesome lists of open source software.

https://github.com/white-devil09/discover-bioinsight

A flask project that helps to find diagonisis name based on symptoms, past medical history, and some other parameters.
https://github.com/white-devil09/discover-bioinsight

flask mysql python

Last synced: 3 months ago
JSON representation

A flask project that helps to find diagonisis name based on symptoms, past medical history, and some other parameters.

Awesome Lists containing this project

README

        

# Discover Bioinsights
Doctors frequently encounter challenges from the absence of clear guidelines for every clinical scenario.

This challenge is multiplied when doctors must treat patients with multiple comorbidities.

On an average

- Three out of ten times, doctors are unsure of a diagnosis based on symptoms alone, leading to referrals to specialists and additional tests.
- Research shows that only about 20% of patients are linked to a standard care guidelines and only 4% are backed by high-quality evidence.

This predicament necessitates an approach that relies on intution when treating patients. There is a risk of misdiagnosis and a high chance of prescribing the wrong care pathway for the patient.

# Installation steps

step1: Install python on your local sysetm

step2: Download folder and unzip or clone this repository using

`https://github.com/White-Devil09/Discover-Bioinsight`

step3: Navigate to the folder "Discover-Bioinsight"

step4: run `pip install -r requirements.txt` or `pip3 install -r requirements.txt`

step 5: run `python run.py` or `python3 run.py`

step 6: click on the link in terminal or enter `http://127.0.0.1:5000` in your web browser.

# Live website

You can view the hosted website [here](https://discoverbioinsights.com)