- Overview
- Motivation
- Features
- Samples Pictures or Demo
- Video Demo
- Installation and run
- Contributing
- Directory Tree
- Tech
- Bug / Feature Request
This is a Flask based application which is used to Predict different type of diseases i.e. Diabetes, Pneumonia, Breast Cancer, Malaria, and this such type of diseases.
This is my final year project, for making this i started to learn different technology related to Machine learning, and Deep learning also start learn front end and back-end part for completion of end to end. Finally this is also important to initialize the first step in professional world by making a real world project.
- An Intelligence Symptom checker
- More accurate Cancer Diagnosis
- Diagnosing various Deadly body Diseases faster.
- Able to detect earlier stage of Heart, Liver, Malaria and Pneumonia.
- Also give guidance to how to cure from diseases. [coming soon]
- Analysis world wide spread disease. [coming soon]
- Include various graphs and Charts for better visualization.[coming soon]
- Appointment section.
- Tumor detection.
The Code is written in Python 3.6.10. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
Install the dependencies and devDependencies and start the server.
pip install -r requirements.txtFor production environments...
cd where you clone the repo
python app.py- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
├───.ipynb_checkpoints
├───.vscode
├───MODEL_CODE
├───datasets
├───img
├───models
├───package
├───static
│ ├───app
│ ├───css
│ ├───fonts
│ ├───images
│ ├───js
│ ├───php
│ └───vendor
├───templates
└───uploads
├───app.py
├───config.json
├───data.db
├───Procfile
├───requirements.txt
├───tree
click here to see full length tree diagram
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result











