kaymen99 / Healthcare-AI-WebApp

AltairCare is a machine learning/deep learning web app for disease diagnosis and prediction

Home Page:https://altaircare.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Healthcare-AI-WebApp

slide1

AltairCare app can be accessed here

Artificial intelligence is a rapidly developing field with new improvements that happen every day, it allows the automation and simplification of human activities in different industries like agriculture, Banking and Financial Services, healthcare, travel...
The integration of artificial intelligence in the world of health is an application that attracts a large number of companies such as Microsoft, Google, Apple and IBM, because it simplifies the lives of patients, doctors and hospital administrators by performing tasks that are typically done by humans, but in less time and at a fraction of the cost, it also allows medical services to be provided in remote and difficult to reach places and it's able to diagnose diseases in the early stages and thus increases the chances of recovery.
In my application AltairCare i used machine learning and deep learning algorithms to train highly accurate models and thus allowing users to check their chance of having one of the following diseases:

  • Liver Disease
  • Pneumonia Disease
  • Kidney Disease
  • Diabete Disease
  • Stroke Disease
  • Heart Disease

slide2

Each Disease have it's own page with an overview and symptoms that patient may have, and also the prediction model information and required parameters that user must provide

Disease page :

Capture d’écran 2022-03-21 à 17 43 16

Prediction page :

Capture d’écran 2022-03-21 à 17 43 50

All the datasets used to train the models can be found in the Kaggle website

Libraries Used :

  • Flask: for backend web development
  • Scikit-learn & tensorflow: for training the diseases prediction models
  • sqlalchemy: library for handling sqlite database

How to run this project :

Clone this repository:

git clone https://github.com/kaymen99/Healthcare-AI-WebApp.git
cd Healthcare-AI-WebApp

Install requirements (using a virtual environment is preferable):

pip install -r requirements.txt

Run this command to start local server:

python app.py

About

AltairCare is a machine learning/deep learning web app for disease diagnosis and prediction

https://altaircare.onrender.com


Languages

Language:HTML 42.9%Language:JavaScript 40.3%Language:CSS 11.6%Language:Python 5.1%