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: 2 months ago
JSON representation
A flask project that helps to find diagonisis name based on symptoms, past medical history, and some other parameters.
- Host: GitHub
- URL: https://github.com/white-devil09/discover-bioinsight
- Owner: White-Devil09
- Created: 2023-10-15T23:06:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T00:54:18.000Z (over 2 years ago)
- Last Synced: 2025-10-05T16:40:16.697Z (9 months ago)
- Topics: flask, mysql, python
- Language: HTML
- Homepage: https://discoverbioinsights.com
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)