An open-source Deep Learning Engine for Healthcare that aims to treat & prevent major diseases

Overview

AlphaCare

AlphaCare

Background

AlphaCare is a work-in-progress, open-source Deep Learning Engine for Healthcare that aims to treat and prevent major diseases. The goal is to eventually target the root cause of all disease, aging. We'll be building new features every week as a community and in the process, learn about all the potential ways that Deep Learning can be used in Healthcare.

Coding Challenge (Due Date: October 7, 2021 at 12 PM PST)

Use DeepMind's Perceiver IO model to classify any type of Medical Image (CT scans, Brain Scans, etc.). You can use the alphacare notebook in the computer vision folder as a starting point, labeled "perceiver". Submit your code to this link and post a classified image example on your favorite social network with the hashtag #AlphaCare. I'll announce the winner in 2 weeks, and we'll integrate their code into this repository. AlphaCare will become more and more multi-purpose as we continually add capabilities to it.

Submission Link

Dependencies

  • keras
  • tensorflow
  • pywt (pip install PyWavelets)
  • scipy
  • sklearn
  • matplotlib
  • csv
  • numpy
  • pandas
  • os
  • itertools
  • collections

Use pip install to install each dependency.

example:

pip install scipy

Instructions

After installing each dependency, go to the Computer Vision folder and open the notebook titled AlphaCare_Notebook_v1 via jupyter notebook or upload it to google colab. The Dataset used is theMIT BIH dataset.

TODOs (Pull requests are encouraged

  • Computer Vision Notebook for ECG Classification
  • Integrate notebook into Flask web app (in progress)
  • Visualize each ECG signal in real-time
  • Add NLP module for Electronic Health Record interpretation
  • Chatbot for Diagnostic Recommendations
  • Data Generation for improved accuracy in text, image, and numeric classification
  • Add Reinforcement Learning engine for real-time predictions on biometric data streams
  • Add Patient privacy preservation functionality via Ethereum Blockchain
  • Add Quantum Machine Learning use case
  • Create Integration pre processing file to allow end to end prediction using any type of data

Credits

The credits for this code go to Yomnahesham, Keshav Boudaria, and MIT for their dataset. More credits will be added as we integrate more open source repositories into our code base.

Owner
Siraj Raval
subscribe to my youtube channel! www.youtube.com/c/sirajraval
Siraj Raval
A PyTorch implementation of "Semi-Supervised Graph Classification: A Hierarchical Graph Perspective" (WWW 2019)

SEAL โ €โ €โ € A PyTorch implementation of Semi-Supervised Graph Classification: A Hierarchical Graph Perspective (WWW 2019) Abstract Node classification an

Benedek Rozemberczki 202 Dec 27, 2022
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]

Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [BCNet, CVPR 2021] This is the official pytorch implementation of BCNet built on

Lei Ke 434 Dec 01, 2022
Bravia core script for python

Bravia-Core-Script You need to have a mandatory account If this L3 does not work, try another L3. enjoy

5 Dec 26, 2021
Bling's Object detection tool

BriVL for Building Applications This repo is used for illustrating how to build applications by using BriVL model. This repo is re-implemented from fo

chuhaojin 47 Nov 01, 2022
๐Ÿ“š A collection of all the Deep Learning Metrics that I came across which are not accuracy/loss.

๐Ÿ“š A collection of all the Deep Learning Metrics that I came across which are not accuracy/loss.

Rahul Vigneswaran 1 Jan 17, 2022
Empirical Study of Transformers for Source Code & A Simple Approach for Handling Out-of-Vocabulary Identifiers in Deep Learning for Source Code

Transformers for variable misuse, function naming and code completion tasks The official PyTorch implementation of: Empirical Study of Transformers fo

Bayesian Methods Research Group 56 Nov 15, 2022
Official repo for our 3DV 2021 paper "Monocular 3D Reconstruction of Interacting Hands via Collision-Aware Factorized Refinements".

Monocular 3D Reconstruction of Interacting Hands via Collision-Aware Factorized Refinements Yu Rong, Jingbo Wang, Ziwei Liu, Chen Change Loy Paper. Pr

Yu Rong 41 Dec 13, 2022
The official repo of the CVPR 2021 paper Group Collaborative Learning for Co-Salient Object Detection .

GCoNet The official repo of the CVPR 2021 paper Group Collaborative Learning for Co-Salient Object Detection . Trained model Download final_gconet.pth

Qi Fan 46 Nov 17, 2022
This is a TensorFlow implementation for C2-Rec

This is a TensorFlow implementation for C2-Rec We refer to the repo SASRec. Requirements requirement.txt Datasets This repo includes Amazon Beauty dat

7 Nov 14, 2022
Official Implementation of Neural Splines

Neural Splines: Fitting 3D Surfaces with Inifinitely-Wide Neural Networks This repository contains the official implementation of the CVPR 2021 (Oral)

Francis Williams 56 Nov 29, 2022
MIMO-UNet - Official Pytorch Implementation

MIMO-UNet - Official Pytorch Implementation This repository provides the official PyTorch implementation of the following paper: Rethinking Coarse-to-

Sungjin Cho 248 Jan 02, 2023
Self Governing Neural Networks (SGNN): the Projection Layer

Self Governing Neural Networks (SGNN): the Projection Layer A SGNN's word projections preprocessing pipeline in scikit-learn In this notebook, we'll u

Guillaume Chevalier 22 Nov 06, 2022
SOLOv2 on onnx & tensorRT

SOLOv2.tensorRT: NOTE: code based on WXinlong/SOLO add support to TensorRT inference onnxruntime tensorRT full_dims and dynamic shape postprocess with

47 Nov 26, 2022
On the adaptation of recurrent neural networks for system identification

On the adaptation of recurrent neural networks for system identification This repository contains the Python code to reproduce the results of the pape

Marco Forgione 3 Jan 13, 2022
End-to-End Dense Video Captioning with Parallel Decoding (ICCV 2021)

PDVC Official implementation for End-to-End Dense Video Captioning with Parallel Decoding (ICCV 2021) [paper] [valse่ฎบๆ–‡้€Ÿ้€’(Chinese)] This repo supports:

Teng Wang 118 Dec 16, 2022
Implementation of paper: "Image Super-Resolution Using Dense Skip Connections" in PyTorch

SRDenseNet-pytorch Implementation of paper: "Image Super-Resolution Using Dense Skip Connections" in PyTorch (http://openaccess.thecvf.com/content_ICC

wxy 114 Nov 26, 2022
PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO

Self-Supervised Vision Transformers with DINO PyTorch implementation and pretrained models for DINO. For details, see Emerging Properties in Self-Supe

Facebook Research 4.2k Jan 03, 2023
SimpleDepthEstimation - An unified codebase for NN-based monocular depth estimation methods

SimpleDepthEstimation Introduction This is an unified codebase for NN-based monocular depth estimation methods, the framework is based on detectron2 (

8 Dec 13, 2022
Flaxformer: transformer architectures in JAX/Flax

Flaxformer is a transformer library for primarily NLP and multimodal research at Google.

Google 116 Jan 05, 2023
OpenDILab Multi-Agent Environment

Go-Bigger: Multi-Agent Decision Intelligence Environment GoBigger Doc (ไธญๆ–‡็‰ˆ) Ongoing 2021.11.13 We are holding a competition โ€”โ€” Go-Bigger: Multi-Agent

OpenDILab 441 Jan 05, 2023